@charset "UTF-8";

/**
 * 0. Generic and defaults
 */
html, body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #535353;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	position: relative;
}

body {
	background: #fff url(../images/footer-bg.png) center bottom repeat-x;
}

a:link {
	text-decoration: underline;
	color: #ed1c24;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #808080;
	text-decoration: underline;
}

img {
	border: 0;
}

address {
	font-style: normal;
}

h1 {
	font-size: 200%;
	color: #ed1c24;
}

#content h1 {
	font-size: 200%;
	color: #5e5f60;
	margin: 0 0 5px;
}

h2 {
	font-size: 150%;
	color: #5e5f60;
}

p {
	margin: 0 0 10px;
}

.not-available {
	color: #ED1C24;
	font-style: italic;
	font-weight: bold;
}

.not-available .compare-added, .not-available .compare {
    font-weight: normal;
    color: #808080
}

.wrap {
	padding: 10px;
}

.red,
.collapser:visited {
	color: #ed1c24;
}

.small {
	font-size: 80%;
}

.big {
	font-size: 130%;
}

.nobr {
	white-space: nowrap;
}

.nodec {
	text-decoration: none !important;
}

.inner {
	text-decoration: none !important;
	border-bottom: 1px dashed;
}

.form-item {
	clear: both;
	display: block;
	padding: 10px 0;
}


.modal .close {
	float: right;
}

.backlink {
	background:transparent url(../images/icon-back.jpg) no-repeat scroll 0 3px;
	clear:both;
	color:#535353 !important;
	display:block;
	float:right;
	padding-left:10px;
	margin: 5px 0;
	text-decoration:none !important;
}

/**
 * 1. Layout
 */
#frame {
	min-width: 940px;
	margin: 0;
	padding: 10px 10px 0;
}

.frame {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	border-collapse: collapse;
	border: 0;
}

.frame tr {
	vertical-align: top;
}

.frame tr td {
	vertical-align: top;
	margin: 0;
	padding: 0;
}



.left-sidebar,
.right-sidebar {
	width: 180px;
}

/**
 * 2. Header
 */
#header {
	position: relative;
	background: #fff url(../images/header-bg.png) left bottom repeat-x;
	height: 230px;
}

#header .left {
	width: 60%;
	height: 100%;
	float: left;
	clear: left;
	position: relative;
}

#header .left #logo {
	float: left;
}

#header .left #announce {
	clear:left;
	float:left;
	margin:0 380px 10px 30px;
	padding:25px;
	min-width: 180px;
}

table#header #announce {
	clear:left;
	float:left;
	padding:10px 20px 0;
	margin: 0;
	min-width: 180px;
}

#announce a {
	color: #808080;
	text-decoration: none;
}

#header .left #camera-image {
	right: 0;
	bottom: 0;
	position: absolute;
}

#header .right {
	width: 40%;
	min-width: 300px;
	float: right;
	clear: right;
	position: relative;
}


#header .right #search-box,
#header .right #secondary-menu,
#header .right #contacts,
#header .right #user-pane {
	display: block;
	clear: both;
	width: 100%;
	text-align: right;
}

#header .right #search-box {
	height: 30px;
}

#header .right #search-box form {
	padding: 0;
}

#secondary-menu {
	height: 50px;
}

#secondary-menu ul {
	display: block;
	float: right;
	padding: 0;
	margin: 0 -7px 0 0;
}

#secondary-menu ul li {
	display: block;
	float: left;
	clear: none;
	width: auto;
	list-style: none;
	margin: 4px;
	padding: 3px;
	position: relative;
}

#secondary-menu ul li a:link,
#secondary-menu ul li a:visited{
	color: #808080;
	text-decoration: none;
	font-weight: bold;
}

#secondary-menu ul li a:hover {
	color: #000;
}

#secondary-menu ul li.active {
	background: #fff;
	border: 1px solid #ccc;
}

#secondary-menu ul li a.active {
	color: #ed1c24;
}

#secondary-menu ul li ul.sub{
	display: none;
	width: 150px;
	position: absolute;
	list-style: none;
	top: 19px;
	left: -1px;
	background: #fff;
	border: 1px solid #ccc;
	margin: 0;
	padding: 20px 0 0;
}

/*#secondary-menu ul li.active ul.sub,
#secondary-menu ul li:hover ul.sub {
	display: block;
}*/

#secondary-menu ul li ul.sub li {
	display: block;
	float: left;
	clear: both;
	width: auto;
	list-style: none;
	margin: 2px 5px;
	padding: 0px;
	position: relative;
}

#secondary-menu ul li ul.sub li.active {
	background: none;
	border: none;
}

#contacts {
	height: 105px;
	color: #808080;
}

#contacts #phone-number {
	width: auto;
	float: right;
	clear: right;
	margin: 5px 15px;
	padding-left: 25px;
	line-height: 20px;
	background: url(../images/icon-phone.png) 0 0 no-repeat;
}

#contacts #skype * {
    color: #808080;
}
#contacts #skype {
    line-height: 20px;
    width: 83px;
    float: right;
    clear: right;
    margin: 5px 15px;
    padding-left: 25px;
    background: url(../images/skype.gif) 0 0 no-repeat;
    font-size: 90%;
    text-align: left;
}

#contacts #callback {
    line-height: 17px;
    float: right;
    clear: right;
    font-size: 90%;
    text-align: left;
	white-space:nowrap;
	width:244px;
	text-decoration:underline;
	cursor:pointer;
	cursor:hand;
	position:relative;
	margin-top:-8px;
}

#contacts #icq-uin {
	line-height: 20px;
	width: 85px;
	float: right;
	clear: right;
	margin: 5px 15px;
	padding-left: 25px;
	background: url(../images/icon-icq.png) 0 0 no-repeat;
	font-size: 90%;
	text-align: left;
}

#user-pane {
	background: #ed1c24;
	height: 45px;
	color: #fff;
}

#user-pane a:link,
#user-pane a:visited{
	color: #fff;
	text-decoration: none;
}

#cart-box a.active{
	color: #000 !important;
}

#user-pane #cart-box {
	width: auto;
	float: right;
	margin: 5px 15px;
	/*padding-left: 20px;*/
	padding-left: 23px;
	clear: none;
	background: url(/images/icon-cart-menu.png) 0 0 no-repeat;
	/*background: url(../images/icon-cart.png) 0 0 no-repeat;*/
}

#user-pane #user-box {
	width: auto;
	float: right;
	margin: 5px 15px;
	padding-left: 20px;
	clear: none;
	background: url(../images/icon-enter.png) 0 0 no-repeat;
}

table#header {
	width: 100%;
	border-collapse: collapse;
	border: 0;
	margin:0;
	padding:0;
}

table#header tr.row1 {
}

table#header tr.row1 td.cell1{
	width: 25%;
}

table#header tr.row1 td.cell2{
	vertical-align: bottom;
	text-align: right;
}

table#header tr.row1 td.cell3{
	text-align: right;
}

table#header tr.row2 {
	height: 150px;
}

table#header tr.row2 td.cell2 {
	height: 150px;
	text-align: right;
}

table#header tr.row2 td.cell3 table {
	width: 100%;
	border-collapse: collapse;
	border: 0;
	margin: 0;
	padding: 0;
}

table#header tr.row2 td.cell3 table tr.row2 {
	background: #ed1c24;
	height: 45px;
}

table#header tr.row2 td.cell3 table tr.col1 {
	background: none;
}


/**
 * 3. Sidebars
 */
.sidebar {
	padding: 0;
	margin: 20px 0 0;
	width: 170px;
}

#sidebar-left {
	float: left;
}

#sidebar-right {
	float: right;
}

.sidebar .menu {
	margin: 0;
	padding: 0;
}

.sidebar .menu ul {
	margin: 0;
	padding: 0;
}

.sidebar .menu ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.sidebar .menu ul li .submenu{
	padding: 0;
	margin: 10px 0 10px 25px;
}

.sidebar .menu ul li .submenu li {
	padding: 0;
	margin: 2px 10px;
	list-style: none;
	font-size: 110%;
}

.sidebar .menu ul li .submenu li.active,
.sidebar .menu ul li .submenu li.active a:link,
.sidebar .menu ul li .submenu li.active a:visited{
	color: #535353
}

.sidebar .banner {
	margin: 5px;
	background: #fff url(../images/sample-banner-small.jpg) 0 0 no-repeat;
	width: 160px;
	height: 105px;
}

/**
 * 4. Content
 */
#content {
	padding-top: 20px;
	margin-bottom: 20px;
}

#content .banner {
    background: #575657;
    margin: 0;
    text-align: center;
}

#content #banner-large {
	background-color: #575657;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0;
	height: 225px;
	width: 100%;
	text-align: center;
	position: relative;
}

#content .banner-switch {
	position: absolute;
	right: 25px;
	bottom: 0;
	width: auto;
}

#content .banner-switch li {
	float: left;
	display: block;
	list-style: none;
	margin: 3px;
}

#content .banner-switch li a:link,
#content .banner-switch li a:visited {
	text-decoration: none;
	color: #FFF;
	float: left;
	display: block;
	list-style: none;
	margin: 3px;
	padding: 0;
	width: 25px;
	height: 25px;
	overflow: hidden;
	line-height: 25px;
	background: transparent url(../images/btn-switch.png) 0 -25px no-repeat;
}

#content .banner-switch li a.active,
#content .banner-switch li a:hover {
	background: transparent url(../images/btn-switch.png) 0 0 no-repeat;
}

#content #special {
	border-collapse: collapse;
	border: 1px solid #999;
	width: 100%;
	padding: 0;
	margin: 0;
}

#content #special tr {
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

#content #special tr td {
	border: 0;
	width: 33%;
	padding: 0;
	margin: 0;
	border: 1px dotted #999;
	border-top: none;
	border-bottom: none;
}

#content #special thead tr {
	height: 45px;
	background: #fff url(../images/special-bg-grey.png) left bottom repeat-x
}

#content #special thead tr td {
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0;
}

#content #special thead tr td a:link,
#content #special thead tr td a:visited {
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	font-size: 110%;
}

#content #special thead tr td a:hover{
	color: #ed1c24;
}

#content #special tbody tr td {
	padding: 5px;
	text-align: center;
}

#content #special tbody tr td div,
#content #special tbody tr td a.more {
	padding: 0;
	width: 100%;
	text-align: left;
	display: block;
}

#content #special tbody tr td img {
	margin: auto;
}

#content #special tbody tr td .title {
	font-size: 150%;
	color: #5e5f60;
}

#content #special tbody tr td .price {
	font-size: 100%;
	color: #ed1c24;
	font-style: italic;
	font-weight: bold;
}

#content #special tbody tr td a.more {
	margin-top: 10px;
}

#content .news-entry {
	clear: both;
	float: left;
	width: 100%;
	margin: 5px 0;
	border-bottom: 1px dotted #808080;
}

#content .news-entry img {
	float: left;
	clear: left;
}

.news-picture {
	padding: 0 10px 10px 0;
}

#content .news-entry .date {
	margin: 0;
	padding: 0;
	font-size: 90%;
}

#content .news-entry h3 {
	font-size: 110%;
	margin: 0;
	padding: 0;
}

#content .news-entry h3 a {
	text-decoration: none;
}

#content .news-entry p {
	font-size: 90%;
	margin: 0;
	padding: 0;
}

#content .breadcrumbs {
	margin: 0;
	padding: 0;
	color: #535353;
	text-transform: lowercase;
	font-weight: bold;
}

#content .breadcrumbs a:link,
#content .breadcrumbs a:visited {
	color: #535353;
	text-transform: lowercase;
	font-weight: bold;
	text-decoration: none;
}

#content .order-entry {
	width: 100%;
	clear: both;
	border-collapse: collapse;
	border: 0;
	margin: 10px 0;
	font-size: 110%;
	padding: 5px 0;
	border-bottom: 1px solid #EEE;
}

#content .order-entry td {
	padding: 4px 2px;
}

#content .order-entry tr.hr td {
	border-bottom: 1px solid #ccc;
}

#content .order-entry .date {
	font-size: 140%;
	color: #535353;
	width: 30%;
	padding: 10px 2px;
}
#content .order-entry .status {
	color:#ed1c24;
	font-size: 110%;
	font-weight: bold;
	padding: 10px 2px;
}
#content .order-entry .item {
}
#content .order-entry .price {
	font-style: italic;
	width: 15%;
	color: #808080;
	font-weight: normal;
}
#content .order-entry .qnt {
}
#content .order-entry .total {
	padding: 10px 2px;
}

.remove {
	padding-right: 12px;
	background: transparent url(../images/icon-remove.png) 100% 2px no-repeat;
	font-size: 90%;
	line-height: 15px;
	float: right;
	text-decoration: none;
}

#content table.item {
	width: 100%;
	border-collapse: collapse;
	border: 0;
}

#content .item .pictures,
#content .item .price-cell,
#content .item .description {
	width: 50%;
}

#content .item td.price-cell {
	height: 60px;
	background: #ed1c24;
	font-size: 300%;
	font-style: italic;
	color: #FFF;
	padding: 8px;
	font-size: 240%;
	white-space: nowrap;
}

#content .add-to-cart {
	width: auto;
	display: block;
	text-decoration: none;
	color: #535353;
	padding-left: 15px;
	background: url(../images/icon-cart-2.png) 0 0 no-repeat;
	margin: 20px;
}

#content .item .pictures .item-preview {
	width: 100%;
	padding: 0;
	margin: 0;
}

#content .item .pictures .item-preview tr {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

#content .item .pictures .item-preview tr td {
	vertical-align: top;
	padding: 0;
	margin: 0;
	text-align: center;
}

#content .item .pictures .item-preview tr td a.active{
	opacity: .7;
}

#content .spec {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0 30px;
}

#content .spec tr {
	vertical-align: top;
	padding: 5px 0;
}

#content .spec tr td{
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}

#content .related {
	border-collapse: collapse;
	width: 100%;
}

#content .related tr {
	vertical-align: top;
}

#content .related tr  td{
	vertical-align: top;
	text-align: left;
	width: 33%;
}

#content .related tr td .title {
/*	font-size: 150%;
	color: #5e5f60;*/
}



#content .related tr td .title a:link,
#content .related tr td .title a:visited {
	color: #5e5f60;
	text-decoration: none;
}

.price {
	font-size: 100%;
	color: #ed1c24;
	font-style: italic;
	font-weight: bold;
	display: inline-block;
}

.icon-cart {
	background: transparent url(../images/icon-cart-2.png) 0 0 no-repeat !important;
	text-decoration: none !important;
	display: inline-block;
	width: 20px;
}

/**
 * 5. Footer
 */
.frame tfoot tr {
	height: 140px;
}

#footer {
	height: 140px;
	width: 100%;
	clear: both;
	color: #6f6f6f;
}

#footer #logos {
	margin: 50px 15px 30px;
	vertical-align: middle;
	float: left;
}

#footer #logos a {
	display:block;
	float:left;
	height:50px;
	margin:0 15px;
	padding-top:30px;
	vertical-align:middle;
}

#footer #logos a#rg {
	padding-top:20px;
}

#footer #copyrights {
	margin: 85px 0 0 20px;
	vertical-align: middle;
	float: left;
	font-size: 90%;
}

#footer .phone {
	margin: 75px 15px 0;
	vertical-align: middle;
	padding-left: 30px;
	background: transparent url(../images/icon-phone.png) no-repeat scroll 0 6px;
	font-size: 180%;
	font-family: Verdana, Geneva, sans-serif;
	float: right;
}

table#footer {
	width: 100%;
	height: 140px;
	border-collapse: collapse;
	border: 0;
	margin:0;
	padding: 0;
}

table#footer td.cell1 {
	width: 25%;
}

/**
 * 6. Login box
 */
#screen-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #000;
	opacity: .7;
	display: none;
}
#login-box {
	display: none;
	background-color:#ED1C24;
	color:#FFFFFF;
	height:200px;
	position:absolute;
	right:110px;
	top:180px;
	width:360px;
}

#login-box form {
	margin:auto;
	padding:20px;
}

#login-box form label {
	display: block;
	width: 60px;
	float: left;
}

#login-box form input {
	float: left;
	width: 240px;
}

#login-box form #remember {
	padding-left: 55px;
}

#login-box form #remember label{
	float: left;
	clear: none;
	width: auto;
}

#login-box form #remember input,
#login-box form #remember input[type="checkbox"] {
	float: left;
	clear: none;
	width: 10px;
}

#login-box form #remember a {
	float: left;
	clear: none;
	width: auto;
	margin-left: 10px;
	color: #FFF;
}

#login-box form button {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	font-size:220%;
	margin-left:55px;
	padding:0;
	text-decoration:underline;
}

/**
 * 7. Filter
 */
.filter {
	background: #cdcacc;
	padding: 10px 0;
	width: 100%;
}

.filter tr td {
	padding: 5px 10px;
}

/**
 * 8. Pager
 */
.pager {
	width: 100%;
	clear: both;
	text-align: right;
	margin: 10px 0;
}

.pager a:link,
.pager a:visited {
	text-decoration: none;
	color: #ed1c24;
	margin: 2px;
}

.pager a:hover,
.pager a.active {
	text-decoration: none;
	color: #808080;
}

.pager a.showall {
	text-decoration: underline;
	color: #808080;
}

/**
 * 9. Results
 */
.results {
	width: 100%;
	border-collapse:collapse;
}

.results .group {
	font-size: 110%;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	font-weight: bold;
}

.results .chapter {
	font-size: 130%;
	padding: 5px 0;
	font-weight: bold;
}

.results .hr {
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

.results td .wrap a:link {
	text-decoration: underline;
	color: #808080;
}

.desc {}

.desc ul {
	margin: 0 1.1em;
	padding: 0;
}

/**
 * 10. Items
 */
.items {
	width: 100%;
	border-collapse:collapse;
}

.items tr td {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

.items tr.total td {
	border-bottom: none;
}

.items tr.total .price {
	font-size: 150%;
}

.add-item-to-basket-button, .add-item-to-basket-button a.add {
	text-decoration: none;
	color: #535353;
}

.add-item-to-basket-button, .add-item-to-basket-button * {
	color: #535353;
}

#callBackForm
{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #999999;
	display:none;
	left:320px;
	padding:10px;
	position:absolute;
	z-index: 1000;
	width: 476px;
}
