/* trace styles */
#__asptrace { margin-left: auto; margin-right: auto; background: white; border: 1px solid black; text-align: left;}

/* global element styles */
body
{
	margin: 0px 0px 0px 20px;
	/*background: url(/Custom/Images/background.gif);*/
	background-position: center;
	background-color:#336699;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.78em;
}
#ProductImage {
	margin-right:10px;
}
th input, td input, .form input, input.search {  
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 7.5pt;
			color: #336699;
			border-bottom: 1px solid #336699;
			border-right: 1px solid #336699;
			border-left: 1px solid #336699;
			border-top: 1px solid #336699;
			scrollbar-3d-light-color:#f0fef3;
			scrollbar-arrow-color:#006600;
			scrollbar-base-color:#CFE5D4;
			scrollbar-dark-shadow-color:#339999;
			scrollbar-face-color:#CFE5D4;
			scrollbar-highlight-color:#f0fef3;
			scrollbar-shadow-color:#339999;
		}

input.button_clear {  
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 7.5pt;
			border-bottom: 0px solid #336699;
			border-right: 0px solid #336699;
			border-left: 0px solid #336699;
			border-top: 0px solid #336699;
		}

select {  
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 7.5pt;
			color: #336699;
			border-bottom: 1px solid #336699;
			border-right: 1px solid #336699;
			border-left: 1px solid #336699;
			border-top: 1px solid #336699;
			scrollbar-3d-light-color:#f0fef3;
			scrollbar-arrow-color:#006600;
			scrollbar-base-color:#CFE5D4;
			scrollbar-dark-shadow-color:#339999;
			scrollbar-face-color:#CFE5D4;
			scrollbar-highlight-color:#f0fef3;
			scrollbar-shadow-color:#339999;
		}
input:image {
	border-width:0px;
}
a {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:underline;
	color:#000;
}
form
{
	margin: 0;
	padding: 0;
}
img
{
	border: 0;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.price, .ProductListItem {
	color:#FF0000;
	font-weight:bold;
}
.save, .discount, .discounted, .discount_table {
	BACKGROUND-COLOR:#6699cc;
	color: #FFFFFF;
	font-weight:bold;
	font-size:  9px;
	text-transform:uppercase;
}
UL.pager
{
	margin: 0;
	padding: 0;
	height: 20px;
}
.pager LI 
{
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

#optionscontainer {
	float:left;
	padding:6px;
	border: 1px solid #E9E9E9;
	background-color:#F4F4F4;
}
#optionscontainer .options {
	float:left;
	font-weight:bold;
	line-height:18px;
	margin-right:6px;
	color:#666666;
}
#optionscontainer .variants {
	float:left;
}

#content, td
{
	font-size: 11px;
	color: #000;
}
#content
{
	background-color:#FFF;
	margin-left:160px;
}
#content2
{
	width:590px;
}
#content3
{
	float:left;
	width:100%;
}
#content4
{
	padding:0px 0px 8px 8px;
}
#content p, #content dl, #content li
{
	padding-left: 5px;
	padding-right: 5px;
}
#content dd
{
	margin: 0;
}
#content dt
{
	padding-top: 4px;
	font-weight: bold;
}
/* site container style */
#container
{
	background-color:#FFF;
}

#searchcontainer
{
	height: 40px;
	background: white url(/Images/searchbg.gif) top no-repeat left;
	clear:both;
	color: #336699;
	font-size: 11px;
    font-weight: bold;
}
#searchcontainer .inner {
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	width:754px;
}

#SearchText .textinput, #SearchText .searchNoText, #SearchText input
{
	width:350px;
}


#searchbar #SearchText input, #searchbar .searchbutton {
	color: #336699;
	border: 1px solid #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
}

A.moreoffers, A.moreoffers:link, A.moreoffers:visited  {
    text-decoration: none;
    color:  #336699;
		font-size: 10px;
}

A.moreoffers:hover {
    color:  #6699CC;
}
/* global custom element styles */
.spacer 
{ 
	height: 5px; 
	font-size: 8px;
}
.productlist {
	background-color:#F2F2F2;
}
.ProductListHead {
	font-weight:bold;
	font-size:12px;
}
/* header */

#header
{
	background-color:#336699;
	padding-top: 0px;
	height:85px;
}
#header .right 
{
	padding-top: 20px;
	padding-right:20px;
	font-size: 12px;
	font-weight: bold;
}
#header .userdata
{
	font-weight: normal;
}

/* subnav */
#subnav
{
	height: 85px;
	width:500px;
	float:left;
	text-align:left;
}
#subnav img {
	margin:64px 0px 0px 0px;
}

#bottomlinks
{
	margin: 0;
	padding: 0;
	clear: both;
}
#bottomlinks ul
{
	margin: 0;
	
}
#bottomlinks li
{
	float: left;
}
#footer
{
	/*background: white url(/Custom/Images/footer.gif) top no-repeat left;*/
	background-color:#336699;
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
	height:30px;
	line-height:30px;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	width: 100%;
}
#footer .right {
	padding-right:12px;
}
#footer a
{
	color:#FFF;
	font-weight:bold;
}
#footer p
{
	margin: 0;
}

.productimage {
	float:left;
	margin:0px 15px 15px 0px;
}
#HomeInner {
	width:420px;
	float:left;
}
#navigation
{
	float: left;
	width: 160px;
	background: #336699 url(/images/nav/footerbottom.gif) bottom no-repeat left;
	background-color: #EAE8E8;
}
#rightpanel
{
	float: left;
	width: 162px;
}
#navigation h1
{

	border-bottom: none;
}
#navigation h2
{
	border-top: 1px solid white;
}
#navigation h2 a
{
	display: block;
}
#navigation div
{
	background-color:#EAE8E8;
	padding:0px 10px 2px 10px;
}
#navigation div a
{
	font-size:11px;
	color:#336699;
	font-weight:bold;
}
#navigation div a:hover
{
	color:#000;
}
#breaker
{
	clear: both;
}
h1,.ArticleTitle {
	font-size:20px;
	font-weight: bold;
	color:#336699;
	margin-bottom:12px;
	margin-top:0px;
	font-weight: bold;
}
.rrp
{
    color: #666666;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: bold;
	text-decoration: line-through;
}
.bluebox h1
{
	background-color: #336699;
	color: #FFF;
	font-size: 11px;
	padding: 0px 10px 0px 10px;
	margin: 0;
	font-weight:bold;
	line-height:20px;
}
.bluebox h1 a {
	color: #FFF;
	font-weight:bold;
}
h1.noimg
{
	background: #710C2D;
}
h2
{
	color: black;
	padding: 4px;
	font-size: 11px;
	margin: 0;
}
h2 a
{
	text-decoration: none;
}
.OffersControl, #bestsellers
{
	border:1px solid #336699;
	margin-bottom:8px;
}
.OffersControl h1, #bestsellers h1  {
	color:#FFF;
	font-size:11px;
	margin:0px;
	padding:0px;
	font-weight:bold;
	background-color: #336699;
	line-height:20px;
	padding:0px 10px 0px 10px;
}
.OffersControl .inner, #bestsellers .inner {
	padding:5px;
}
.OffersControl h1 a {
	color:#FFF;
}

.OffersControl div {
	margin-bottom: 3px;
	margin-top: 3px;
}
.OffersControl .OfferImage
{
	border: 2px solid #FFF;
	margin-right: 5px;
	margin-bottom: 10px;
}
.OffersControl table
{
	width: 100%;
}
.OffersControl td
{
	width: 50%;
	padding: 5px;
}
.required
{
	color: Red;
}
.addtobasket {
	clear:both;
	float:none;
	margin-top:10px;
}
#basketbuttons {
	text-align:right;
	padding:10px 0px 0px 0px;
}
#basketbuttons input {
	margin-left:10px;
}
table.form 
{
	border-collapse: collapse;
	width: 100%;
	border-width: 0;
}
table.form th
{
	width: 160px;
	text-align: right;
}
table.form th, table.form td
{
	vertical-align: top;
}
.message
{
	color: #710C2D;
}
.ErrorText
{
	color: red;
}
.CartListHead, .CartListHead td
{
    background-color: #336699;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color:#FFFFFF;
    font-size: 11px;
    font-weight: bold;
    line-height: 20pt;
    padding-left: 5px;
}
.CartListItem
{
    background-color: #ffffff;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-size: 11px;
    padding-left: 5px
}
.CartListFooter
{
    background-color: #336699;
    line-height: 10pt
}
/* Delivery Options Enabled */

.DeliveryOption
{
    border-bottom-style: solid;
    border-color: #710C2D ;
}

.DeliveryOptionTitle 
{
	font-weight: 500;
}
.DeliveryOptionDesc 
{
	font-weight: normal;
}

/* Listing Pages */

.break {
	clear:both;
}
.altlistitem .listitem {
	background-color:#e8e8e8;
}
.listitem {
	background-color:#FFF;
	padding:7px;
	position:relative;
}
.listitem .heading {
	font-weight:bold;
	padding-bottom:5px;
}
.listitem .description {
	margin-right:90px;
	margin-left:70px;
}
.listitem .thumb {
	float:left;
	margin-right:5px;
	position:relative;
}
.listitem .buttonbox {
	float:right;
	text-align:right;
	/*padding:0px 0px 20px 20px;*/
	position:relative;
	width:80px;
}
.listitem table {
	width:100%;
}
.listitem td {
	text-align:right;
}
.listitem .itemprice span {
	clear:both;
	display:block;
	float:none;
}
#Paging, #Pagination {
	padding: 10px;
	text-align:center;
	font-weight:bold;
}
#Paging div {
	text-align:center;
	font-weight:bold;
}
div#Paging span.right {	float: none; }
div#Paging span.left { float: none; }
div#Paging span#Pagination { padding: 0px 6px 0px 6px; }
div#Paging { padding-bottom: 8px; font-size: 0.9em; }
div#Paging a { background-color: White; border: solid 1px #303030; padding: 2px 6px 2px 6px; color: black; text-decoration: none; }
div#Paging a:hover { background-color: #E0E0E0; text-decoration: none; }
div#Paging a.Inactive { color: #D0D0D0; border-color: #D0D0D0; }
div#Paging a.Inactive:hover { background-color: White; }
div#Paging span.Selected { background-color: #D0D0D0; color: black; border: solid 1px #303030; padding: 2px 6px 2px 6px; }
div#PageMessage { display: none; color: #909090; text-align: center; padding-bottom: 8px; font-size: 0.8em; }

/*---------- bestsellers -----------------------------------------------------------*/

#bestsellerscontainer{
	padding:5px;
}
#bestsellerscontainer .morebestsellers {
	text-align:right;
	font-weight:bold;
}
.bestseller {
	border-bottom:1px solid #CCC;
	padding-bottom:6px;
	margin-bottom:6px;
}
.bestseller .thumbnail {
	float:none;
	clear:both;
	text-align:center;
}
.bestseller .buynow {
	text-align:right;
}
.bestseller .price {
	float:none;
	clear:both;
	display:block;
}
.bestseller .BestSeller_Rank {
	font-weight:bold;
}

#thawte {
	padding:20px;
	text-align:center;
}
/* Reviews */

.barBackground { background: #CCC; }
.barForeground { background: Red; }
.ReviewHeader { background: #5175C1; color: White; }
.ReviewTable { background: #FFFFEE; text-align: left; }

.BrandsSearch
{
	border:1px solid #336699;
	margin-bottom:8px;
}

.BrandsSearch h1 {
	color:#FFF;
	font-size:11px;
	padding:0px;
	font-weight:bold;
	background-color: #336699;
	line-height:20px;
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 10px;
}

.BrandsSearch .inner {
	padding:5px;
}

.BrandSearchButton{
	width:60px;     
	margin: 0px 0px 0px 90px
}

.BrandListDropdown {
	margin-top: 0px;
	width:150px; 
}


/* ------------------ Refine Searchbox Styles -------------------- */

#RemoveRefinement
{
	color:#FF2626;
}

#RefineSearchResults {
	margin:8px;
}
#RefineSearchNav {
	height:20px;
	background-image:url('/custom/images/refinenavbg.gif');
	background-position:left bottom;
	background-repeat:repeat-x;
}
#RefineSearchNav ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#RefineSearchNav ul li {
	margin:0px;
	padding:0px;
	float:left;
	margin-right:2px;
}
#RefineSearchNav ul li.GuidedTitleCurrent a {
	font-weight:bold;
	border-bottom:0px;
	background-color:#FFF;
	line-height:19px;
}
#RefineSearchNav ul li a {
	padding:0px 15px 0px 15px;
	line-height:18px;
	float:left;
	display:block;
	background-color:#E6E6E6;
	border:1px solid #CCC;
	border-bottom:0px;
}
#RefineSearchLinks {
	background-color:#FFF;
	border:1px solid #CCC;
	padding:10px;
	border-top:0px;
	padding-bottom:2px;
}
#RefineSearchLinks ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#RefineSearchLinks li {
	float:left;
	margin:0px;
	padding:0px;
	margin-right:10px;
	margin-bottom:8px;
	white-space: nowrap;
}

.highlight {
	font-weight:bold;
}

/* ------------------ Email a friend -------------------- */

a.emailafriend {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 10px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}	
	
a.emailafriend B {
    margin-left: 10px;
}

a.emailafriend:hover {	
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}	
	
a.emailafriend span {
    background: transparent url('/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}		
	
a.emailafriend:hover span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */	
}	
	


.formbutton
{
	background-color: #eee;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 1em;
	color:#000;
	border: 1px solid #ccc;
	height: 24px;
}

.login h2 {
}


/* ------------------ Payment Gateway -------------------- */

.protxStyle 
{
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:0px 10px 0px 10px;
	border:0px;
	background-color:transparent;
}

.shStyle {
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:0px 10px 0px 10px;
	border:0px;
	background-color:transparent;
}

/* ------------------ Left side editorial -------------------- */

.LeftSideEditorialBottom p{
	border:0px;
	padding-top:10px;
	margin-top:0px;
}

#navigation .LeftSideEditorialTop {
	display: none;
}

#navigation .LeftSideEditorialBottom
{
	border:0px;
	background-color:#EAE8E8;
	padding-top:0px;
	margin-top:0px;	
}

#navigation #thawte {
	background-color:#EAE8E8;
	border:0px;
	padding-top:10px;
	margin-top:0px;
}

#navigation .thawteLink{
	font-family:arial; 
	font-size:8px; 
	color:#AD0034
}

#divthawteFrame 
{
	margin:0 auto;
	text-align: center;
}

#thawteFrame {
	width: 80px;
	height: 90px;
}

.mcs
{
	font: normal 9px arial, sans-serif;	
	line-height:23px;
}

.paypalStyle 
{
	margin-left: 6px;
}
/* ------------------ Social Network -------------------- */
#socialBookmarkSection {
	padding: 8px 0px 8px 0px;
}

#SocialNetworkLinksDiv {
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	border:1px solid #DDD;
	padding: 6px 0px 4px 4px;
	width: 290px;
}

#SocialNetworkLinksDiv .SocialNetworkText {
	font-size:11px; 
	font-weight: bold;
	color:#FF7C53;
	vertical-align:30%;
}


/* ------------------ Exchange Rates -------------------- */

.europrice {
	font-size:11px; 
	font-weight: bold;
	color:#FF7C53;
	vertical-align:30%;
}

/* ------------------ Checkout Process -------------------- */
.registerBenefits {
	background-color:#F3F3F3;
	position:relative;
	text-align: left;	
	left:15px;
	float:left;
	width:320px;
	padding: 6px 4px 4px 6px;
	overflow:hidden;
}


/* ------------------ mcsButton -------------------- */

a.mcsButton {
	background: transparent url('/images/bg_mcs_button_a.gif') no-repeat scroll top right;
	color: #444;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}	
	
a.mcsButton:hover {	
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}	
	
a.mcsButton span {
    background: transparent url('/images/bg_mcs_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}		
	
a.mcsButton:hover span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */	
}	

/* ------------------- Magic Pay ------------------- */
.magicpayframe {
	width:100%; 
	height:450px; 
}

/* Similar Products */
.similarLinks
{
	margin-left: 24px;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#545454;
}

/* --------- BREADCRUMB STYLES --------- */

div#Breadcrumb 
{
	/*float: right;
	position: relative;
	top: -60px;
	left: 184px;*/	
	padding: 4px 4px 4px 4px; 
	border-style: solid;
	border-color: #B0B0B0;
	border-width: 1px;
	background-color: #F0F0F0;
	margin-bottom: 8px;
}

div#Breadcrumb span
{ 
	padding: 0px 4px 0px 4px;
}

div#Breadcrumb a 
{ 
	font-weight: bold; 
}
