/* Logo style */
#header .logo {
	float: left;
	padding-top: 15px;
	padding-left: 15px;
}

/* Top Navigation links */
#header .toplinks {
	float: right;
	padding-top: 3px;
	height: 30px;
    margin-right:10px;
}
#header .toplinks a {
	margin-left: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
    font-size:11px;
}

#header .topbar {
    width:100%;
    display:block;
    clear:both;
    height:40px;
    background-color: #666666;
}

/* Navigation styles */
#header .navigation {
	width: auto;
    clear:right;
	float: right;
	/*padding-right: 14px;*/
    margin:0;
}
#header .navigation a {
	float: left;
	margin: 0 0 0 2px;
	width: auto;
	height: 18px;
	padding: 5px 8px;
    background-color:#e9e9e9;
	text-align: center;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	z-index: 1;
	border: 1px solid #CCCCCC;
    border-bottom:0;
}
#header .navigation a.selected:hover, #header .navigation a:hover {
    background-color:#999999;
	color: #FFF;
}
#header .navigation a.selected {
	padding: 5px 8px 6px 8px;
    background-color:#666666;
    border-bottom:0px;
	color: #FFF;
	z-index: 3;
}
#header .searchbox {
    width:550px;
    padding:7px 0 0 15px;
    clear: both;
    float:left;
    color:#FFF;
}
#header .searchbox a {
    color:#FFF;
}
#header .searchbox a:hover {
    color:#FFF;
}
#header .searchbox a.button {
    background-color:#333;
    padding:3px 5px 4px 5px;
}
#header .searchbox a.button:hover {
    text-decoration:none;
    background-color:#444;
}

/* switcher for currency */
.currencybox { padding:6px 7px 5px 5px; }

.switcher {
	float: right;
	margin-top: 3px;
	margin-left: 10px;
}
.switcher a {
	text-decoration: none;
	display: block;
}
.switcher .selected {
	background: #FFFFFF url('../image/switcher.png') repeat-x;
}
.switcher .selected a {
	border: 1px solid #CCCCCC;
	background: url('../image/arrow_down.png') 116px center no-repeat;
	color: #666666;
	padding: 2px 5px 2px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background: #F0F0F0 url('../image/arrow_down.png') 116px center no-repeat;
}
.switcher .option {
	position: absolute;
	z-index: 3;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	display: none;
	width: 125px;
	padding: 3px;
}
.switcher .option a {
	color: #000;
	padding: 3px 5px 3px 5px;
}
.switcher img {
	position: relative;
	top: 1px;
}

/* Breadcrumbs */
#breadcrumb {
	float: left;
	padding-top: 7px;
    margin-left: 10px;
	color: #999;
    font-size:10px;
}

/* Tabs for product page */
.tabs {
	width: 100%;
	height: 31px;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
	display: block;
	z-index: 2;
	margin-bottom: 10px;
}

/* Product lists */
TD.categorylist-item,
TD.productlist-item,
TD.homelist-item { width:25%; }
.product_model { color: #999; font-size: 11px; }
.product_price { color: #333; font-size: 11px; font-weight: bold; }
.product_pricesmash { color: #666; font-weight: bold; text-decoration: line-through; }
.product_saleprice { color: #F00; font-weight:bold; }

.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}

/* Sorting for category/product lists */
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

/*Misc*/
#tab_image .outer { display: inline-block; }
#tab_image .inner { display: inline-block; float: left; text-align: center; margin-left: 5px; margin-right: 5px; margin-bottom: 10px; }
#tab_image .inner img { border: 1px solid #DDDDDD; margin-bottom: 3px; }

.review-note { font-size: 11px; }
#tab_review textarea,
.contactbox textarea,
.shippingbox textarea,
.paymentbox textarea,
.guestcheckoutbox textarea { width:99%; }
#tab_review input,
.shippingbox .content .radio,
.paymentbox .content .radio,
.addressbox .content .radio,
.guestcheckoutbox .radio { margin:0; }


/* Pagination for the category/product lists */
.pagination {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}


.box {
    background-color:#FFDFE6;
    padding:10px;
}

.box .top { font-size:14px; font-weight:bold; margin-bottom:5px; }


/* Footer styles */
#footer {
    background-color: #333;
	width: 100%;
    height:65px;
	clear: both;
	border-top: 1px solid #DDDDDD;
    color:#FFF;
}
#footer a:hover { color:#d5d5d5; }

#footer .inner { margin: 15px; }


.box img { border:5px solid #FFF; }
a.button {
    color:#FFF;
    background-color:#333;
    padding:3px 5px 4px 5px;
}
a.button:hover {
    text-decoration:none;
    background-color:#444;
}

