/*wrapper for all classes: all selectors should use as parent to keep from styling outer html in ebay*/ 
#ebaytemplate_wrapper {
	background-color:white; 
	/*border:1px solid red;*/
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #919191;
	/*width: 1000px;*/
}

/* general styling */
/* --------------- */
#ebaytemplate_wrapper table
{
	border-collapse:collapse;
	border:0;
	padding:0;
	margin:0;
	color: #919191;
}
#ebaytemplate_wrapper table tr, #ebaytemplate_wrapper table td {padding:0; margin:0; border:0; vertical-align:top;}
#ebaytemplate_wrapper a img {border:0;}
#ebaytemplate_wrapper p {margin-bottom: 0.5em; margin-top:0;}
#ebaytemplate_wrapper p, #ebaytemplate_wrapper li, #ebaytemplate_wrapper td, #ebaytemplate_wrapper th {font-size:11px;}
#ebaytemplate_wrapper h1, 
	#ebaytemplate_wrapper h2, 
	#ebaytemplate_wrapper h3, 
	#ebaytemplate_wrapper h4, 
	#ebaytemplate_wrapper h5, 
	#ebaytemplate_wrapper h6 
	{/*color: #FF9000;*/ margin-top:0; margin-bottom:10px; /*0.25em*/}
#ebaytemplate_wrapper h1{font-size: 18px;}
#ebaytemplate_wrapper h2{font-size: 16px;}
#ebaytemplate_wrapper h3{font-size: 12px;}
#ebaytemplate_wrapper h4{font-size: 10px;}
#ebaytemplate_wrapper h5{font-size: 10px;}
#ebaytemplate_wrapper h6{font-size: 8px;}

#ebaytemplate_wrapper ul {list-style: disc; padding-left:10px; margin-left:15px;}

#ebaytemplate_wrapper a, #ebaytemplate_wrapper a:visited
{
	color:#FAA419;
	text-decoration:underline;
}

#ebaytemplate_wrapper a:hover, #ebaytemplate_wrapper a:active
{
	text-decoration:none;
}
#ebaytemplate_wrapper a img 
{
	border-style:none;
}
#ebaytemplate_wrapper .block {display:block;}
#ebaytemplate_wrapper .none {display:none;}
#ebaytemplate_wrapper .left {float:left;}
#ebaytemplate_wrapper .right{float:right;}
#ebaytemplate_wrapper .clear {clear:both;}


#ebaytemplate_wrapper .gray{color:#919191;}
#ebaytemplate_wrapper .orange{color:#FF9000;}


/* header table  */
/* ------------  */

#ebaytemplate_wrapper .headtable {width:100%;  margin-bottom:15px;}
#ebaytemplate_wrapper .headtable td {vertical-align: middle;}
#ebaytemplate_wrapper .headtable td.pagenav{padding:0 10px 0 17px;} /* if needed, 20px is the L gutter for dropshadow */
#ebaytemplate_wrapper .headtable td.pagenav a {color: #919191; text-decoration:none; font-weight:bold; padding-left:3px;}
#ebaytemplate_wrapper .headtable td.email{}
#ebaytemplate_wrapper .headtable td.help{padding-right:20px;}

/* general round tables (for sections) */
/* ----------------------------------- */
#ebaytemplate_wrapper .roundtable {width:100%;}
/* width of left column */
#ebaytemplate_wrapper .roundtable td.Ltop, 
#ebaytemplate_wrapper .roundtable td.Lmid, 
#ebaytemplate_wrapper .roundtable td.Lbot {width:56px;}
/*set width of right column */
#ebaytemplate_wrapper .roundtable td.Rtop, 
#ebaytemplate_wrapper .roundtable td.Rmid, 
#ebaytemplate_wrapper .roundtable td.Rbot {width:56px;}
/* height of the top row*/
#ebaytemplate_wrapper .roundtable td.Ltop, 
#ebaytemplate_wrapper .roundtable td.Mtop, 
#ebaytemplate_wrapper .roundtable td.Rtop{ height:50px;}
/* height of the bottom row*/
#ebaytemplate_wrapper .roundtable td.Lbot, 
#ebaytemplate_wrapper .roundtable td.Mbot, 
#ebaytemplate_wrapper .roundtable td.Rbot{ height:42px;}
/* background corner images*/
#ebaytemplate_wrapper .roundtable td.Ltop{background:url('rt_corner_Ltop.jpg') no-repeat top left;}
#ebaytemplate_wrapper .roundtable td.Mtop{ background:url('rt_corner_Mtop.jpg') repeat-x top left;}
#ebaytemplate_wrapper .roundtable td.Rtop{background:url('rt_corner_Rtop.jpg') no-repeat top left;}

#ebaytemplate_wrapper .roundtable td.Lmid{background: url('rt_corner_Lmid.jpg') repeat-y top left;}
#ebaytemplate_wrapper .roundtable td.contentcell{vertical-align:top; padding-top: 10px;}
#ebaytemplate_wrapper .roundtable td.Rmid{background: url('rt_corner_Rmid.jpg') repeat-y top left;}

#ebaytemplate_wrapper .roundtable td.Lbot{background:url('rt_corner_Lbot.jpg') no-repeat top left;}
#ebaytemplate_wrapper .roundtable td.Mbot{background:url('rt_corner_Mbot.jpg') repeat-x top left;}
#ebaytemplate_wrapper .roundtable td.Rbot{background:url('rt_corner_Rbot.jpg') no-repeat top left;}

/* specific roundtable sections */
#ebaytemplate_wrapper #description {}
#ebaytemplate_wrapper #description .producttitle{color: #FF9000; margin-bottom:10px;}
#ebaytemplate_wrapper #description .productsubtitle{}
#ebaytemplate_wrapper #description .productbullets{min-height:230px;}/*min-height is to move other images down*/
#ebaytemplate_wrapper #description #flo_zoom {width:366px; border: 2px solid #ccc; margin-right:10px; }
#ebaytemplate_wrapper #description table.anthro {width:100%; margin-top:5px;}
#ebaytemplate_wrapper #description table.anthro p {color:#FF9000; font-weight:bold;}
#ebaytemplate_wrapper #description table.anthro p span {color:#919191; font-weight:normal;}
#ebaytemplate_wrapper #description table.anthro p.thumbs img{margin-right:5px;}

#ebaytemplate_wrapper #details {}
#ebaytemplate_wrapper #details table.col_details{width:100%;}
#ebaytemplate_wrapper #details table.col_details td.flashcell{width:336px;}
#ebaytemplate_wrapper #details table.col_details td.tabcell{/*padding-left:44px;*/} /*align L with other content*/
#ebaytemplate_wrapper #details table.col_details #col_flash { padding-top:0; margin-top:0; min-height:244px;/*margin-right:10px;*/}
#ebaytemplate_wrapper #details table.col_details p.brand{margin-left:65px; margin-top:20px;}

/* START TABS */
#ebaytemplate_wrapper #col_tabwrapper 
{
	background: url(col_tab_bg_content.gif) repeat-y top left;
	padding:0;
	margin:0;
	width:471px;
}
#ebaytemplate_wrapper #col_tabwrapper #col_tablist
{
	
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	list-style:none;
	background: url(col_tab_bg_specifications.gif) no-repeat top left;
	height:36px;
}
#ebaytemplate_wrapper #col_tabwrapper #col_tablist li{display:inline;position:relative;}
#ebaytemplate_wrapper #col_tabwrapper #col_tablist li a {cursor:pointer;}
#ebaytemplate_wrapper #col_tabwrapper #col_tablist li a img {margin-top:8px;}
#ebaytemplate_wrapper #col_tabwrapper #col_tablist li.specifications {padding-left:3px;}
#ebaytemplate_wrapper #col_tabwrapper #col_tablist li.about {padding-left:20px;}
#ebaytemplate_wrapper #col_tabwrapper #col_tablist li.selection {padding-left:21px;}
#ebaytemplate_wrapper #col_tabwrapper #col_tablist li.faq {padding-left:20px;}
#ebaytemplate_wrapper #col_tabwrapper #col_tablist li.installation {padding-left:18px;}

#ebaytemplate_wrapper #col_tabwrapper #col_speccontent 
{
	padding: 5px 10px 0px 10px;
}
#ebaytemplate_wrapper #col_tabwrapper #col_speccontent div {}/* default display is set in second class declaration e.g class='about none'*/
#ebaytemplate_wrapper #col_tabwrapper #col_speccontent div.about {/*display:block;*/}
#ebaytemplate_wrapper #col_tabwrapper .col_foot
{
	background:url(col_tab_bg_bottom.gif) no-repeat bottom left;
	height:10px;
} 

/* END TABS */

#ebaytemplate_wrapper #locations{}
#ebaytemplate_wrapper #locations  h3 { }
#ebaytemplate_wrapper #locations table.citylocations {width:100%;}
#ebaytemplate_wrapper #locations table.citylocations td {width:20%; padding-right:15px;/*IE freaks on %;*/}
#ebaytemplate_wrapper #locations table.citylocations p {font-size:12px;margin-bottom:0; margin-top:0;}
#ebaytemplate_wrapper #locations table.citylocations p.locationtitle{font-weight:bold; }
#ebaytemplate_wrapper #locations table.citylocations p.locationaddress{ margin-bottom:10px;}

#ebaytemplate_wrapper #othercolors {}
#ebaytemplate_wrapper #othercolors h3 {}
#ebaytemplate_wrapper #othercolors div.othercolor {float:left; width: 130px; margin-bottom:15px;/*margin-right:20px;*/}
#ebaytemplate_wrapper #othercolors div.othercolor .price {color:#FF9000; font-weight:bold;}

#ebaytemplate_wrapper #advantages {}
#ebaytemplate_wrapper #advantages table.ordering{width:100%;}
#ebaytemplate_wrapper #advantages table.ordering td.advantagecell {width:46%;}
#ebaytemplate_wrapper #advantages table.ordering td.pad{width:8%;}
#ebaytemplate_wrapper #advantages table.ordering td.advantagecell h3 {}
#ebaytemplate_wrapper #advantages table.ordering table.advantage {width:100%;}
#ebaytemplate_wrapper #advantages table.ordering table.advantage td.icon{width:75px;}
#ebaytemplate_wrapper #advantages table.ordering table.advantage td{}

#ebaytemplate_wrapper #selection {}

/*Behavior/Javascript supporting styles*/
/* ----------------------------------- */
a.eventlink, a.eventlink:visited, a.eventlink:hover, a.eventlink:active {cursor:pointer;}

