@charset "utf-8";
/* global */
body {
	/*background:url("/images/layout/background_grad.png") repeat-x scroll left top #E5E2C2;*/
	
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
	
	background-image:url("/images/layout/bg_header_grad.png");
	background-position:top left;
	background-repeat:repeat-x;
}

/* Headlines */
h1 { color:#E47911;font-family:Verdana,Arial,Helvetica,Sans Serif; font-size: 14px; font-weight: bold;}
h2 {color:#E47911;font-family:Verdana,Arial,Helvetica,Sans Serif; font-size: 12px; font-weight: bold;}
h3 { color:#E47911;font-family:Verdana,Arial,Helvetica,Sans Serif; font-size: 11px; font-weight: bold;margin:0;}
h4 { color:#E47911;font-family:Verdana,Arial,Helvetica,Sans Serif; font-size: 10px; font-weight: bold;margin:0}

/* Headline Links */
a.headline:link, a.headline:visited, a.headline:active, a.headline:hover{	color:#E47911;	cursor:pointer;	text-decoration:underline !important;}

/* normal links */
a{			color:#004B91;text-decoration:underline;}
a:hover{	color:#996633;text-decoration:underline;}
a:active{	color:#FF9933;text-decoration:underline;}

/* special link */
a .link{background:transparent url("/images/gifs/arrow_red_right.gif") no-repeat scroll 0 2px;
display:inline;padding-left:15px;
}

/* default settings */
img{ border:0;}

p {padding:0 0 10px}

table th{
	text-align:center;
	font-weight:bolder;
	background-image:url("/images/gifs/tbl_th.png");
	line-height:16px;
}
/* end default settings */

/* container to center the content */
#page{
	background-image:url("/images/layout/bg_container_grad.png");
	background-position:top left;
	background-repeat:repeat-x;
}
#container {
	margin: 0 auto;
	width: 985px;
	text-align: left;
	
}
#main{
	margin-top:5px;
}
#bookmark{ margin:5px 5px 0; }

/* top */

#header{
	padding: 30px 30px 0px 30px;
}
#topright{
	float:right;
	margin-top:10px;
}
#header_logo{
	float:left;
}

#slogan{
	color:#3B3B3B;
	font-family:Verdana,Arial,Helvetica,Sans Serif;
	margin-left:5px;
	line-height:40px;
	float:left;
	display:inline;
}

#search{
	background-color:#FF9933;
	position:relative;
}

#search .query_label{
	cursor:pointer;
	left:55px;
	position:absolute;
	color:#666666
}

#search #Keywords{
	background-color:#ffffff;
	background-image:url("/images/tango/22x22/actions/system-search.png");
	background-position:3px center;
	background-repeat:no-repeat;
	margin:5px 10px;
	padding:6px 0 6px 30px;
	width:600px;
}
#search select{
	padding:6px 0;
	margin:5px 10px;
}

#awslocale option{
	background-repeat:no-repeat;
	padding-left:20px;
}

#awslocale option.AmazonDE{
	background-image:url('/images/gifs/flag_de.gif');
}
#awslocale option.AmazonUK {
	background-image:url('/images/gifs/flag_uk.gif');
}
#awslocale option.AmazonUS{
	background-image:url('/images/gifs/flag_us.gif');
}

#search #form_searchTerms{
	margin:0 10px;
	line-height:60px;
}

#subMenu{
	line-height:1.7em;
}

.topDiscounts li{
	list-style-type:none;
	padding-left:10px;
}

.topKeywords{
	margin:0 auto;
	display:table;
}

.browseLink{
	background:transparent url("/images/tango/22x22/actions/system-search.png");
	background-position:3px center;
	background-repeat:no-repeat;
	padding:6px 0 6px 30px;
	font-size:1.2em;
	width:100%;
}

#advanced-link{
	background-color:#FF9933;
	float:right;
	margin-right:30px;
	position:relative;
}

#advanced-link a:link,#advanced-link a:visited,#advanced-link a:hover,#advanced-link a:focus,#advanced-link a:active{
	display:block;
	padding:0 20px .1em 1em;
	font-weight:bold;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:5px;
	border-radius:0 0 5px 5px;
	border:1px solid #D8D8D8;
	border-top:none;
	background-image:url("/images/gifs/arrows.gif");
	background-position:95% -591px;
	background-repeat:no-repeat;
}

.expanded #advanced-link a:link, .expanded #advanced-link a:visited, .expanded #advanced-link a:hover, .expanded #advanced-link a:focus, .expanded #advanced-link a:active {
	background-position:95% -641px;
}

.expanded #advanced-link a:link,.expanded #advanced-link a:visited,.expanded #advanced-link a:hover,.expanded #advanced-link a:focus,.expanded #advanced-link a:active{background-position:95% -641px;}
.search-form .advanced{display:none;}.expanded-search-form .advanced{display:block;padding-top:1px;margin:0 5px;background-color:#EAF6FA;border-color:#235;border-style:solid;border-width:0 5px 5px 5px;-moz-border-radius:0 0 5px 5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;border-radius:0 0 5px 5px;}
.search-form fieldset{border:none;margin:1em;padding:0;}.search-form fieldset:first-child{border-bottom:1px dotted #A4CFDE;padding-bottom:1em;}
#header #search #form_switchAWSLocale{
	float:right;
	right:20px;
}



/* END top */

/* container for all content between header and footer */
#content {
	clear: both;
}
#footer{
	color:#666666;
	margin:15px auto;
	clear:both;
	text-align:center;
	width:985px;
	line-height:20px;
}

#footer .content{
	background:transparent url("/images/gifs/powered_by_ap.gif") bottom right;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:right bottom;
	height:56px;
}

#footer a{
	color:#666666;
}
/* SIDEBAR */
#sidebar {
      float:right;
	  /*margin-left:10px;*/
	  width:192px;
}

#main_content{
	display:inline;
	float:left;
	width:765px;
	margin-right:10px;
}

#debug{
	clear:both;
	margin-top:20px;
	border: 1px solid #D8D8D8;
	font-size:8pt;
	color:#333333;
}

/*browseresult */
#browseResult{
}
#browseResult #tabscontent{
}

.subCategories{
	margin-top:10px;
}

.subCategories .ancestorNodes{
	margin-bottom:10px;
}

.subCategories .ancestorNode{
	margin:4px 0 4px;
}

.stoebern{
	display:block;
	margin: 4px 0 4px 10px;
}
.subCategories .childNode{
	margin: 4px 0 4px 10px;
	display:inline;
}

#browseResult #tabbedFavs{
	/*
	float:right;
	
	*/
	
}
#browseResult #slideTabsMenu{
	float:right;
	margin-right:10px;
}

/* breaddcrumb */
#breadcrumb{
	font-weight:bold;
	display:inline;
	float:left;
}
#aftersearch{
	float:right;
	display:inline;
}

#breadcrumb .node{
	padding:2px 5px;
	color:#E47911;
}

#breadcrumb h3{
	display:inline;
	padding:2px 5px;
}

div.dropshadow{
	background:transparent url("/images/gifs/dropshadow.png");
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:right bottom;
	border-top:1px dotted transparent;
	left:8px;
	margin:0 0 10px;
	position:relative;
	top:8px;
	/*z-index:5;*/
}

div.noshadow{
	background: none !important;
	border-top:1px dotted transparent;
	left:8px;
	margin:0 0 10px;
	position:relative;
	top:8px;
	/*z-index:5;*/
}


div.dropshadow > *,div.noshadow > *{
	left:-8px;
	position:relative;
	top:-8px;
}

.nav_right_box .contentBox{
	padding:3px !important;
}
#sidebar .contentBox{
	-moz-border-radius:0px 0px 6px 6px;
}
div.dropshadow .contentBox{
	-moz-border-radius:6px 6px 0px 6px;
	border:1px solid #D8D8D8;
	padding:8px 8px 8px;
	position:relative;
}

div.noshadow .contentBox{
	-moz-border-radius:6px 6px 6px 6px;
	border:1px solid #D8D8D8;
	padding:8px 8px 8px;
	position:relative;
}
div.nb{
	border:0 !important;
}

div.dropshadow .teaser{
	background:url("/images/gifs/bg_teaser.jpg") repeat-x scroll left bottom #FFFFFF;
	left:0;
	min-height:120px;
	padding:5px;
	position:relative;
	top:0;
	/*z-index:3;*/
}

.breaker{
	display:block;
	clear:both;
	visibility:hidden;
}
.cart_header_wrap{
	height:10px;
}

.nav_right_box{
	margin-bottom:10px;
}

.nav_right_box .nav_right_box_header{
	background:#FF9933;
	-moz-border-radius:6px 6px 0px 0px;
	line-height:17px;
	text-align:center;
	font-weight:bold;
	color:#3B3B3B;
}

.nav_right_box .nav_right_box_content {
	padding:7px 4px;
}
.nav_right_box .nav_right_box_footer {
	height:10px;
}

.nav_right_box .description{
	clear:both;
	margin:0pt 0pt 1em;
	border-bottom:1px dotted #D8D8D8;
}
.nav_right_box .description h1
{
	padding: 0 0 5px;
}

.nav_right_box .description h2
{
	padding: 0 0 5px;
}

.nav_right_box .historyItem, .nav_right_box .minibasketItem{
	border-bottom:1px solid #D8D8D8;
	margin-bottom:3px;
	line-height:2em;
}

.nav_right_box .historyItem:hover, .nav_right_box .minibasketItem:hover{
	background-color:#EEEEEE;
}

.nav_right_box .miniImage{
	float:left;
}

.nav_right_box .miniProduct {
	float:right;
	max-width:138px;
	padding-left:3px;
	vertical-align:middle;
	width:100%;
}

#minibasket{
	background-image: url("/images/gifs/basket.gif");
	background-position:top right;
	background-repeat:no-repeat;
	min-height:30px;
}

.searchSuggest li{
    display:inline;padding:2px 5px;
}

.productList{
	/*background-color:transparent;
	background-image: url("/images/gifs/shadow.gif");
	background-attachment: scroll;
	background-position: -30px 0;
	background-repeat: repeat;
	*/
}

.productList .item_Image{
    float:left;
    margin-right:4px;
	border-color:#D8D8D8;
}

.productList .column, .productList .lastcolumn{
	-moz-border-radius:6px 6px 6px 6px;
	background-image: url("/images/layout/bg_teaser.jpg");
	background-attachment: sroll;
	background-position:top left;
	background-repeat: repeat-x;
	float:left;
	width:361px;
	padding:5px 4px;
	margin: 6px 3px 0 3px;
	border:1px solid #D8D8D8;
	
}

.productList .item_Title{
	font-weight:bold;
    margin:3px 0 4px 0;
}

.productList .uvp_Price{
	color:#666666;
	text-decoration:line-through;
	
}

.productList .item_savedAmount{
		color:#E6000D;
}
.item_price{
	color:#E6000D;
	font-weight:bolder;
	padding-left:5px;
}

.item_discount{
	color:#E6000D;
	padding-left:5px;
}

.productList .item_Price {
	color:#E6000D;
	font-weight:bolder;
}

.itemDetail{
	margin-bottom:10px;
}

.itemDetail{
	line-height:1.7em;
}
.itemDetail .music_Tracks{
	float: left;
	width: 250px;
	color: #999999;
	line-height: 1em;
}
.itemDetail_mini{
	border-top:1px dotted #D8D8D8;
	padding-top:10px;
}
.item_AddToCartLink{
	float:left;
	margin-right:20px;
}
.item_DetailPageLink{
	float:left;
}

.itemDetail .item_Images, .itemDetail_mini .item_Images{
	float:left;
	padding:0 8px 8px 0;

}

.itemDetail .item_Images .item_ImageWrapper{
	width:160px;
	height:160px;
}

.itemDetail_mini .item_Images .item_ImageWrapper{
	width:75px;
	height:75px;
}

.imageMissing{
	background-image:url("/images/tango/22x22/status/image-missing.png");
	background-position:center center;
	background-repeat:no-repeat;
	min-height:22px;
	min-width:22px;
}

.item_Images .item_Image{
	margin:auto;
}

.item_Images .item_furtherImage{
	float:left;
	display:inline;
	padding:2px;
}

.itemDetail_mini .item_Description{
	width:630px;
}

.itemDetail .item_Description{
	width:570px;
}
.column .item_Description{
	float:right;
	display:inline;
	width:230px;
	margin-right:5px;
}

.column .item_Image{
	float:left;
}

#SimilarProducts  .item_Description{
	width:630px;
}

.item_Prices{
	float:right;
	display:inline;
	font-weight:bolder;
}

.item_Prices .uvp_Price span{
	color:#666666;
	text-decoration:line-through;
}

.item_savedAmount span, .item_lowestPrice span{
	color:#E6000D;
}
.item_Price span{
	color:#E6000D;
	font-size:12pt;
}

.item_chooseVariation{
	color:#E6000D;
	font-size:12pt;
}

.itemDetail .item_Author, .itemDetail_mini .item_Author{
	font-weight:bold;
}
.itemDetail .item_Title h1{
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:1.7em;
}
.buttonBar{
	margin:2px;
}

.toolbar{
	color:#999999;
	height:17px;
	text-decoration:none;
}

.toolbar .button{
	float:right;
	background-image:url("/images/gifs/sprite_arrow_enlarge_max_min_shrink_x_blue.gif");
	background-repeat:no-repeat;
	width:12px;
	height:12px;
	margin-left:3px;
}
.toolbar .closebutton{
	background-position:-60px -0px;
}
.toolbar .closebutton:hover{
	background-position:-60px -12px;
}

.toolbar .hidebutton{
	background-position:-36px 0px;
}
.toolbar .hidebutton:hover{
	background-position:-36px -12px;
}

.toolbar .showbutton{
	background-position:-24px 0px;
}

.toolbar .showbutton:hover{
	background-position:-24px -12px;
}



.nav_right_box .removeIcon{
	float:right;
	background-image:url("/images/gifs/sprite_arrow_enlarge_max_min_shrink_x_blue.gif");
	background-position:-60px -0px;
	background-repeat:no-repeat;
	vertical-align:middle;
}
.nav_right_box .removeIcon a{
	height:12px;
	width:13px;
	display:block;
}
.nav_right_box .removeIcon:hover{
	background-position:-60px -12px;
}


.offer{
	line-height:23px;
}
.adsense_728{
	width:728px;
	margin:auto;
}

/* RATING */
.review_rating{
	width:150px;
	height:30px;
	background:transparent url("/images/gifs/starrating2.gif");
	background-repeat:no-repeat;
	background-attachment:scroll;
}

.review_source{
	font-weight:bolder;
}

.rating0{background-position:-150px 0;}
.rating0-5{background-position:-150px -30px;}
.rating1{background-position:-120px 0;}
.rating1-5{background-position:-120px -30px;}
.rating2{background-position:-90px 0;}
.rating2-5{background-position:-90px -30px;}
.rating3{background-position:-60px 0;}
.rating3-5{background-position:-60px -30px;}
.rating4{background-position:-30px 0;}
.rating4-5{	background-position:-30px -30px;}
.rating5{background-position:0 0;}


.waiting{
	background:transparent url("/images/gifs/spinner.gif") no-repeat scroll 0 0;
	line-height:8px;
	padding:4px 4px 4px 20px;
}
/* PAGING */
.paging{
	height:20px;
	border-bottom:1px solid #D8D8D8;
	border-top:1px solid #D8D8D8;
}
div.paging > div{
	line-height:18px;
	float:left;
	width:33%;
}
.paging .nextPage{
	text-align:right;
}
.paging .prevPage{
	text-align:left;
}

.paging .paging_page, .cPaging .paging_page{
	text-align:center;
}

.cPaging{
	height:38px;
	min-width:260px;
	margin:0px auto;
	display:table;
}

.cPaging .headline{
	font-weight:bold;
	color:#E47911;
}

div.cPaging > div{
	line-height:32px;
	float:left;
	font-size:1.5em;
}
.cPaging .paging_page a{
	padding:3px 5px;
}

.cPaging .actpage {
	color:#E47911;
	padding:3px 5px;
	font-weight:bold;
}

/* feedback */
.info {
    background:transparent url("/images/tango/22x22/status/dialog-information.png") no-repeat scroll;
	background-position:1px;
	margin:0pt auto;
    padding: 12px 25px;
    color: #333;
	min-width:22px;
	min-height:22px;
}

.warning {
    background:transparent url("/images/tango/22x22/status/dialog-warning.png") no-repeat scroll;
	margin:0pt auto;
    padding: 0pt 25px;
    color: #333;
	min-width:22px;
	min-height:22px;
}

.error{
    /* background:transparent url("/images/gifs/s_error.gif") no-repeat scroll 1px;*/
	background:transparent url("/images/tango/22x22/status/dialog-warning.png") no-repeat scroll;
	margin:0pt auto;
    padding: 5px 27px 0;
    color:#E6000D;
}

.noscript{
	background-color:#FFFFFF !important;
}

.noscript h2{
	border-bottom:1px solid #DBDBDB;
	color:#E6000D;
	font-size:1.3em !important;
	font-weight:bold;
	margin-bottom:16px;
}

.success{
    background:transparent url("/images/gifs/s_success.gif") no-repeat scroll;
	margin:0pt auto;
    padding: 0pt 2em;
    color: #758656;
    font-weight: bold;
	min-width:19px;
	min-height:19px;
}


.tagcloud {
	padding: 2px;
	text-align: center;
	margin: 0;
	text-align:center;
	display:inline;
}

.tagcloud  ul{
	padding:0;
	list-style-type:none;
}
.tagcloud li{
	display:inline;
	padding:2px 5px;
}
.tagcloud span{
	padding:2px 5px;
}

/*
.tagcloud a.tag { font-size: 0.7em; font-weight: 100; }
.tagcloud a.tag1 { font-size: 0.7em; font-weight: 100; }
.tagcloud a.tag2 { font-size: 0.8em; font-weight: 200; }
.tagcloud a.tag3 { font-size: 0.9em; font-weight: 300; }
.tagcloud a.tag4 { font-size: 1.0em; font-weight: 400; }
.tagcloud a.tag5 { font-size: 1.2em; font-weight: 500; }
.tagcloud a.tag6 { font-size: 1.4em; font-weight: 600; }
.tagcloud a.tag7 { font-size: 1.6em; font-weight: 700; }
.tagcloud a.tag8 { font-size: 1.8em; font-weight: 800; }
.tagcloud a.tag9 { font-size: 2.2em; font-weight: 900; }
.tagcloud a.tag10 { font-size: 2.5em; font-weight: 900; }

.tagcloud .tag { font-size: 0.7em;white-space:nowrap;padding: 6px;}
.tagcloud .tag1 { font-size: 0.7em; font-weight: 100; }
.tagcloud .tag2 { font-size: 0.8em; font-weight: 200; }
.tagcloud .tag3 { font-size: 0.9em; font-weight: 300; }
.tagcloud .tag4 { font-size: 1.0em; font-weight: 400; }
.tagcloud .tag5 { font-size: 1.2em; font-weight: 500; }
.tagcloud .tag6 { font-size: 1.4em; font-weight: 600; }
.tagcloud .tag7 { font-size: 1.6em; font-weight: 700; }
.tagcloud .tag8 { font-size: 1.8em; font-weight: 800; }
.tagcloud .tag9 { font-size: 2.2em; font-weight: 900; }
.tagcloud .tag10 { font-size: 2.5em; font-weight: 900; }
*/
/**** Inputs and Labels ****/
form{
	padding:0px;
	margin:0px;
}

* html form li
{
	height:1%;
}

* html form li div
{
	display:inline-block;
}

.btn_amazon{
	border:0 none;
	color:#02024A;
	cursor:pointer;
	display:block;
	font-size:12px;
	height:22px;
	line-height:19px;
	padding:0 0 3px;
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-weight:bolder;
	text-align:center;
}

.btn_amazon{
	text-decoration:none !important;
	color:#02024A;
}
.btn_amazon:hover{
	color:#996633;
}

.btn_amazon_small{
	background:transparent url("/images/gifs/buttons/btn_empty76x22.gif") no-repeat scroll 0 0;
	width:76px !important;	
}

.btn_amazon_large{
	background:transparent url("/images/gifs/buttons/btn_empty149x22.gif") no-repeat scroll 0 0;
	width:149px !important;	
}
.btn_amazon_cart_small{
	background:transparent url("/images/gifs/buttons/btn_empty_cart149x22.gif") no-repeat scroll 0 0;
	width:149px !important;
	padding:0 5px 3px;
}



.form_container{
	background:#F5EFC9;
	clear:right;
	position:relative !important;
	width:100% !important;
	margin-bottom:10px;
}

form .form_description{
	clear:both;
	margin:0pt 0pt 1em;
	border-bottom:1px dotted #CCCCCC;
}
form .form_description h2
{
	clear:left;
	font-size:160%;
	font-weight:400;
	margin:0 0 3px;
	padding: 0;
}

form .form_description p
{
	font-size:95%;
	line-height:130%;
	margin:0 0 12px;
}

/** validation and feedback **/
/*
form input.required, textarea.required {
	border: 1px solid #ffbf2b;
}
*/



form li div.validation-advice {
   background:transparent url(/images/gifs/form_error12x12.gif) no-repeat scroll;
   background-position:1px;
   padding: 0pt 2em;
   color: #758656;
   font-weight: bold;
   font-size:8px;
   line-height:10px;
}
/*
form input.validation-passed, textarea.validation-passed{
   border: 1px solid #00cc00;
   color: #000;
}


form li div.validation-info {
   background:transparent url(/images/gifs/form_info.gif) no-repeat scroll 1px;
   padding: 0pt 2em;
   color: #758656;
   font-weight: bold;
}
*/

.custom-advice {
   margin: 5px 0;
   padding: 5px;
   background-color: #c8aa00;
   color: #fff;
   font-weight:bold;
}

.validation-advice{
	position:relative;
	top:-5px;
	left:10px;
	z-index:200;
	color: #990000;
	font-weight: bold;
	font-size:9px;
	line-height:10px;
	float:left;
	
}

form ul
{
	font-size:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
}

form ul li.first
{
	border-top:none !important;
	margin-top:0 !important;
	padding-top:0 !important;
}

form li
{
	clear:both;
	display:block;
	margin:0;
	padding:5px 5px 2px 0px;
	position:relative;
}


form li:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}


form li span
{
	color:#444;
	float:left;
	margin:0 4px 0 0;
}

form li div
{
	color:#444;
	margin:0 4px 0 0;
	padding:0 0 4px;
}

form li div.left
{
	display:inline;
	float:left;
	width:48%;
}

form li div.right
{
	display:inline;
	float:right;
	width:48%;
}

form li div.left .medium
{
	width:100%;
}

form li div.right .medium
{
	width:100%;
}

form label.description {
	border:medium none;
	color:#222222;
	display:block;
	font-size:95%;
	font-weight:700;
	line-height:150%;
	padding:0pt 0pt 1px;
}

form label.required:after{
	content: " *";
	color:red;
	font-weight:bolder;
}

form li div label
{
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}


form li span label
{
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}

form li .datepicker
{
	cursor:pointer !important;
	float:left;
	height:16px;
	margin:.1em 5px 0 0;
	padding:0;
	width:16px;
}

form span.symbol
{
	font-size:115%;
	line-height:130%;
}

form input.text
{
	background:transparent url("/images/gifs/shadow_top.gif") repeat-x;
	background-position:top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#E47911;
	font-size:100%;
	padding:2px;
}

form input.validation-failed, textarea.validation-failed{
   margin:0;
   color: #ff3300;
}

form input.file
{
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px 0;
}

form textarea.textarea
{
	background:transparent url("/images/gifs/shadow.gif") repeat-x;
	background-position:top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:100%;
	margin:0;
	width:99%;
}

form select.select
{
	color:#333;
	font-size:100%;
	margin:1px 0;
	padding:2px;
	background:white url("/images/gifs/shadow_top.gif") repeat-x;
	background-position:top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
}


form input.currency
{
	text-align:right;
}

form input.checkbox
{
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}

form input.radio
{
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}

form label.choice
{
	color:#444;
	display:block;
	font-size:100%;
	line-height:1.4em;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px;
	width:90%;
}

form select.select[class]
{
	margin:0;
	padding:1px 0;
}

*:first-child+html form select.select[class]
{
	margin:1px 0;
}

.safari select.select
{
	font-size:120% !important;
	margin-bottom:1px;
}

form input.small
{
	width:100px;
}

form select.small
{
	width:105px;
}

form input.medium
{
	width:150px;
}

form select.medium
{
	width:155px;
}

form input.large
{
	width:250px;
}

form select.large
{
	width:250px;
}

form textarea.small
{
	height:5.5em;
}

form textarea.medium
{
	height:10em;
}

form textarea.large
{
	height:20em;
}
/* buttons */

form .buttons:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

form .buttons
{
	clear:both;
	display:block;
	margin-top:10px;
}

/*end input and labels */

/* start lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 1000; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; 
}
#imageContainer{ padding: 10px; }

#loading{
	position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0;
}
#hoverNav{
	position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 800;
}
#imageContainer>#hoverNav{
	left: 0;
}
#hoverNav a{
	outline: none;
}

#prevLink, #nextLink{ 
	width: 49%;
	height: 100%;
	background-image: url('data:image/gif;base64,AAAA'); 
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url("/images/lightbox/prevlabel.gif") left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url("/images/lightbox/nextlabel.gif") right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 900; width: 100%; height: 500px; background-color: #000; }

/* end lightbox */

/*start tabs */

#slidetabsmenu{
	line-height:30px;
}
.tabsmenu{
	line-height:30px;
	margin:0px auto;
	width:985px;
}

* html #slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
	margin-bottom: 1em;
}

* html .tabsmenu { /*IE only. Add 1em spacing between menu and rest of content*/
	margin-bottom: 1em;
}

#slidetabsmenu ul{
	list-style-type: none;
	margin:0;
	margin-left: 10px;
	padding:0;
}

.topCategories{
	margin:0px auto;
}
.tabsmenu ul{
	list-style-type: none;
	padding:0;
}

#slidetabsmenu li, .tabsmenu li{
	display:inline;
	margin:0;
	padding:0;
}

#slidetabsmenu a , .tabsmenu a{
	border-bottom:1px solid #CCCCCC;
	float:left;
	background:url("/images/tabs/v3/tabs_left3.gif") no-repeat left top;
	margin:5px 0 0 0;
	padding:0 1pt 0 4px;
	text-decoration:none;
}

#slidetabsmenu #tabHeaderActive a , .tabsmenu .tabHeaderActive a{
	border-bottom:1px solid #FF9933;
	float:left;
	background:url("/images/tabs/v3/tabs_left3.gif");
	background-repeat:no-repeat;
	background-position:0 -125px;
	margin:0;
	padding:0 1pt 0 4px;
	text-decoration:none;
}

#slidetabsmenu a span, .tabsmenu a span {
	float:left;
	display:block;
	background:url("/images/tabs/v3/tabs_right3.gif") no-repeat right top;
	padding:0 14px 0 5px;
	font-weight:bold;
	color:#3B3B3B;
}

#slidetabsmenu #tabHeaderActive a span, .tabsmenu .tabHeaderActive a span {
	float:left;
	display:block;
	background:url("/images/tabs/v3/tabs_right3.gif");
	background-repeat:no-repeat;
	background-position:right -125px;
	padding:5px 14px 0 5px;
	font-weight:bold;
	color:#3B3B3B;
}



/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span, .tabsmenu a span {
	float:none;
}
/* End IE5-Mac hack */

#slidetabsmenu a:hover span, .tabsmenu a:hover span{
	color: black;
}


#slidetabsmenu a:hover, .tabsmenu a:hover{
	background-position:0% -125px;
	border-bottom:1px solid #FF9933;
}

#slidetabsmenu a:hover span, .tabsmenu a:hover span{
	background-position:100% -125px;
}

.tabContent {
	clear:both;
	padding-top:2px;
	background-color:#FFF;
} 

/*end tabs */
/* GOOGLE AJAX Search API */

/* Google Video Search */
#videosc {
      width : 700px;
      margin: 0 auto;
      padding: 4px;
}

/* override standard player dimensions */
.playerBox_gsvsc .player_gsvsc {
height:480px !important;
width:640px !important;
}

/* EO Google Video Search */

/* Google Video Bar */

#videoBar {
	width : 700px;
    margin: 0 auto;
    padding: 4px;
	overflow: auto;
}

/* override standard player dimensions */
.playerInnerBox_gsvb .player_gsvb {
  width : 480px !important;
  height : 380px !important;
}




 

