/*
--------------------------------------------------
 Basic Declarations
--------------------------------------------------
*/

* {
	margin:0;
	padding:0;
	border:none;
}
body {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
}

a:link {
	color: #0082C8;
	text-decoration: underline;
}
a:visited {
	color: #0082C8;
	text-decoration: underline;
}
a:hover {
	color: #0082C8;
	text-decoration: none;
}
a:active {
	color: #0082C8;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Arial Narrow", "Helvetica Neue Bold Condensed", "HelveticaNeue-CondensedBold", Arial, Helvetica, sans-serif;
	color: #000;
}
h1 {
	font-size: 18px;
	margin: 0 0 4px 0;
}
h2 {
	font-size: 14px;
	margin: 0 0 3px 0;
}
h3 {
	font-size: 11px;
	margin: 0 0 2px 0;
}
h4 {
	font-size: 11px;
	margin: 0 0 2px 0;
}
p {
	margin: 0 0 12px 0;
	font-size:11px;
	line-height: 15px;
	color: #000;
}
hr { 
	border: none;
	color: #ccc;
	height: 1px;
	width: 100%;
	margin: 8px 0 12px 0;
}
html>body hr {
	background: #ccc;
	border: none;
	height: 1px;
	width: 100%;

}
ul	{
	list-style-type: none;
	margin: 0 0 10px 0;
}
li	{
	list-style-type: none;
	font-size:11px;
	color: #515151;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #515151;
	margin: 0 0 10px 0;
	padding: 2px;
}
caption {

	padding:2px;
	font-weight:bold;
}
thead {
	vertical-align:bottom;
	font-weight:bold;
	background: #666;
	color:#fff;
	padding: 4px;
}

thead tr th {


	border-bottom: 1px solid #fff;
}
tbody tr td {


	vertical-align:top;
	border-bottom: 1px solid #fff;
}
tbody tr.odd td {
	background: #eee;
}
tbody tr.even td {
	background: #ddd;
}

/*
--------------------------------------------------
 Layout DIVs
--------------------------------------------------
*/



#topBarWrapper {
	display:none;
}
#navColumn {
	display:none;
}
#pageHeaderHome, #pageHeaderSm, #pageHeaderMed, #pageHeaderLg {
	width:625px;

}
#tabbedNavigation, #tabbedNavigationTall {
	display:none;
}
#content {
	width:625px;

}
#tertiaryNavigationContainer {
	display:none;
}
#sidePanel {
	width:625px;
	text-align:left;
	margin:10px 0;
	padding:10px 0;
	border-top:1px solid #ccc;
}
#footer {
	display:none;
}

/*
--------------------------------------------------
 Special Hackz
--------------------------------------------------
*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}


/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */

.reset {
  display:block;
  clear:both;
  margin:0;
  padding:0;
  height:1px;
  font-size:1px;
  line-height:1px;
  }


/*
--------------------------------------------------
 List Styles
--------------------------------------------------
*/

li.arrow {
	background: url("../images/arrow_orange.gif") no-repeat 2px 5px;
	margin: 0 0 3px 0;
	padding: 0 0 0 12px;
	list-style-type:square;
	color:#000;
}
* html li.arrow { background-position: 2px 7px; }

.rowOptions {
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:none;
}
.rowOptions li {
	list-style-type:none;
	font-size:11px;
	line-height: 15px;
}
.rowOptions li a {
	color:#515151;
	text-decoration:none;
}
.rowOptions strong {
	margin:0 0 0 0;
	padding:0 0 0 0;
	display:block;
	font-size: 12px;
	line-height: 17px;
	color: #006699;
	text-decoration:underline;
}
.rowOptions img {
	float:left;
	border-top:1px solid #666;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #666;
	margin:0 6px 6px 0;
	padding:0 0 0 0;
}
.rowOptions a:link, .rowOptions a:visited {
	display:block;
	margin:0 0 0 0;
	padding:8px;
	border-left:8px solid #eee;
	background:transparent url("../images/row_bg.gif") repeat-x left bottom;
	color:#515151;
	width:367px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:351px;
} html>body.rowOptions a:link, html>body.rowOptions a:visited {width:351px;}

.rowOptions a:hover, .rowOptions a:active {
	background:#f7f7f7;
	border-left:8px solid #ccc;
	color:#000;
	text-decoration:none;
}
.rowOptions a:hover strong, .rowOptions a:active strong {
 	text-decoration:none;
}
.rowOptions a:hover img, .rowOptions a:active img {
	border-top:1px solid #ccc;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	border-left:1px solid #ccc;
}

ul.downloads {
	list-style-type:none; 
	margin:0 0 12px 0;
	padding:0;
}
ul.downloads li {
	list-style-type:none; 
	margin:0;
	padding:3px 0 3px 28px;
}
li.pdf a, li.txt a, li.word a, li.excel a, li.powerpoint a, li.qt a, li.wmv a, li.wav a {
	font-size: 11px;
	color: #206E97;
}
li.pdf { background: transparent url("../images/icons/icon_pdf.gif") no-repeat 5px 4px; }
li.txt { background: transparent url("../images/icons/icon_txt.gif") no-repeat 8px 4px; }
li.word { background: transparent url("../images/icons/icon_word.gif") no-repeat 9px 4px; }
li.excel { background: transparent url("../images/icons/icon_excel.gif") no-repeat 9px 4px; }
li.powerpoint { background: transparent url("../images/icons/icon_powerpoint.gif") no-repeat 9px 4px; }
li.qt { background: transparent url("../images/icons/icon_qt.gif") no-repeat 9px 4px; }
li.wmv { background: transparent url("../images/icons/icon_wmv.gif") no-repeat 6px 4px; }
li.wav { background: transparent url("../images/icons/icon_wav.gif") no-repeat 9px 4px; }




/*
--------------------------------------------------
 Link Styles
--------------------------------------------------
*/

a.goLink {
	display:block;
	font-size:11px;
}
a.goLink:before {
    content: "\00BB \0020";
	color:#333;
}

a.pdf, a.txt, a.word, a.excel, a.powerpoint, a.qt, a.wmv, a.wav {
	display:block;
	margin:0 0 2px 0;
	padding:6px 0 7px 28px;
	font-size: 11px;
	color: #206E97;
}
a.pdf:hover, a.txt:hover, a.word:hover, a.excel:hover, a.powerpoint:hover, a.qt:hover, a.wmv:hover, a.wav:hover {
	color: #ff5400;
}
a.pdf {	background: transparent url("../images/icons/icon_pdf.gif") no-repeat 5px 50%; }
a.txt {	background: transparent url("../images/icons/icon_txt.gif") no-repeat 8px 50%; }
a.word { background: transparent url("../images/icons/icon_word.gif") no-repeat 9px 50%; }
a.excel { background: transparent url("../images/icons/icon_excel.gif") no-repeat 9px 50%; }
a.powerpoint { background: transparent url("../images/icons/icon_powerpoint.gif") no-repeat 9px 50%; }
a.qt { background: transparent url("../images/icons/icon_qt.gif") no-repeat 9px 50%; }
a.wmv { background: transparent url("../images/icons/icon_wmv.gif") no-repeat 6px 50%; }
a.wav { background: transparent url("../images/icons/icon_wav.gif") no-repeat 9px 50%; }

/*
--------------------------------------------------
 Text and Body Styles
--------------------------------------------------
*/

.orange {color: #ff5400;}
.red {color: #900;}
.blue {color: #206E97;}

#pageHeaderSm p, #pageHeaderMed p, #pageHeaderLg p {
	font-size:11px;
	margin:10px 0;
	padding:10px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#pageHeaderSm h1, #pageHeaderMed h1, #pageHeaderLg h1 {
	font-size:21px;
}

#mainContent hr {
	color:#eee;
}
#mainContent h3 {
	font-size:14px;
	text-transform:uppercase;
}
#mainContent h4 {
	font-size:12px;
}
#sidepanel hr, .panel hr {
	color:#ccc;
}
#sidepanel .button, .panel .button  {
	margin: 8px 0 12px 0;
}
#sidepanel h1, .panel h1 {
	font-size:11px;
	text-transform:uppercase;
}
#sidepanel h2, .panel h2 {
	font-size:11px;
}
#footer h6 {
	color:#8e8e8e;
	font-weight:normal;
	font-size:10px;
	margin:10px 0 0 0;
}

/*
--------------------------------------------------
 Image Styles
--------------------------------------------------
*/
.left {
	float:left;
	margin: 0 10px 8px 0;
}
.right {
	float:right;
	margin: 0 0 10px 8px;
}

/* ================================================================
							ROW CLASSES
=================================================================== */

.rowHeader {
	margin: 0;
	padding: 0;
	height: 26px;
	clear: both;
	overflow: hidden;
}

.prevNextHeader {
	background: transparent url(../images/catalog/sprites/product_list/row_header_bg.jpg) 0 0 no-repeat;
	margin: 0;
	padding: 0;
	height: 26px;
	clear: both;
	overflow: hidden;
	text-align: center;
}

#content .prevNextHeader a  			{ font-size: 11px; font-weight: 700; color: #5F5F5F; text-decoration: underline; padding: 3px 0 0 5px; }
#content .prevNextHeader a:link 		{ font-size: 11px; font-weight: 700; color: #5F5F5F; text-decoration: underline; padding: 3px 0 0 5px; }
#content .prevNextHeader a:visited 	{ font-size: 11px; font-weight: 700; color: #5F5F5F; text-decoration: underline; padding: 3px 0 0 5px;  }
#content .prevNextHeader a:hover 		{ font-size: 11px; font-weight: 700; color: #ff5400; text-decoration: underline; padding: 3px 0 0 5px;  }
#content .prevNextHeader a:active 		{ font-size: 11px; font-weight: 700; color: #ff5400; text-decoration: underline; padding: 3px 0 0 5px;  }


.topRowHeader {
	margin: 0;
	padding: 0;
	height: 25px;
	clear: both;
	overflow: hidden;
}



.row, .topRow {
	
	border-top:1px solid #ccc;
	width: 625px;
	margin: 8px 0 6px 0;
	position: relative;
	overflow: hidden;
	
}

/* ================================================================
						ROW CONTENT DESCRIPTION
=================================================================== */

.productShot {
	float: left;
	width: 193px;
}

.productCopy {
	margin: 0;
	padding: 10px 0 10px 23px;
	width: 360px;
	float: left;
}

#content .productCopy p {
	margin: 0;
	padding: 0;
	color: #000;
}

#content .productCopy h2 {
	margin: 0 0 4px 0;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: none;
}

#content .topRowHeader h3, .rowHeader h3  {
	margin: 3px 0 0 0;
	padding: 6px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	border-top:1px solid #ccc;
}

.topRow img, .row img {
	border: none;
}

.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


/* ================================================================
					    PRODUCT REFINER
=================================================================== */

#productRefiner {
	width: 625px;
	text-align:left;
	margin:10px 0;
	padding:10px 0;
}

#showMeSection {
	width: 625px;
	text-align:left;
}
#showMeSection p {
	text-align:left;
	display:inline;
}
#showMeSection .checkBoxGroup {
	width: 625px;
	text-align:left;
	display:inline;
}
#showMeSection .checkBoxGroup input {
	text-align:left;
	display:inline;
	font-size:11px;
}

#showMeSection h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

#sortBySection { display:none; }
#pagination { display:none; }

/* ================================================================
							BUTTONS
=================================================================== */

.moreButton { display:none; }
.buyButton { display:none; }

/* ================================================================
							DETAIL PAGES
=================================================================== */

#productContent {
	padding: 0 0 0 0;
	width: 625px;
}

#productInformationVertical #productShot {
	width: 210px;
	height: 320px;
	float: left;
}

#productInformationVertical #productCopy {
	width: 300px;
	padding: 10px 0 10px 23px;
	overflow: hidden;
	float: left;
}

#productInformationVertical #productFeatures {
	width: 625px;
}

#productInformationVertical h3, #productInformationHorizontal h3 {
	font-size: 12px;
	color: #000;
	margin: 10px 0 5px 0;
	padding: 0;
}
#productInformationVertical h3 + img, #productInformationHorizontal h3 + img
{ display:none; }

#productInformationVertical p, #productInformationHorizontal p {
	padding: 0;
	margin: 6px 0 0 0;
	line-height: 14px;
}

#productInformationVertical a, #productInformationHorizontal a {
	color: #ff5400;
	font-weight: bold;
	font-size: 10px;
	margin: 2px 0 0 0;
	padding: 0;
	text-decoration: none;
}

#productInformationVertical a:hover { text-decoration: underline;}


#productInformationVertical ul, #productInformationHorizontal ul {
	font-size: 11px;
	color: #818181;
	margin: 10px 0 20px 0;
	padding: 0;
}

#productInformationVertical li, #productInformationHorizontal li {
	margin: 0 0 3px 15px;
}


#productPalette {
	float:left;
	width:30px;
}

#productPaletteEmpty {
}


#productPalette h1, #productPaletteEmpty h1 {
	font-size: 14px;
	color: #000;
}

#productPalette h3, #productPaletteEmpty h3 { display:none; }
#productPalette p, #productPaletteEmpty p { display:none; }
#productPalette form, #productPaletteEmpty form { display:none; }
#productPalette select, #productPaletteEmpty select { display:none; }
#productPalette input, #productPaletteEmpty input { display:none; }
#findRetailer { display:none; }
#findRetailerButton { display:none; }
#compatibilityChecker { display:none; }}



/* ================================================================
						ADDITIONAL INFO
=================================================================== */

#additionalInfo {
	/*border: 1px solid #f00; /* debug */
	background: transparent url(../images/catalog/sprites/product_pages/additional_info_bg.gif) 20px 0 no-repeat;
	margin: 45px -3px 0 0;
	padding: 0 0 0 10px;
	width: 621px;
	float: left;
}

#additionalInfo p {
	font-weight: bold;
	font-size: 9px;
	line-height: 10px;
}


#additionalInfo h3 {
	font-size: 12px;
	font-weight: normal;
	
}


#relatedProducts {
	width: 625px;
}

.relatedProductShot {
	width:120px;
	overflow: hidden;
	float:left;
}

#relatedProductDivider { display:none; }

#relatedProductLinks {
	clear: both;
	padding: 0 0 5px 0;
}

#auxillaryProductInfo {
}


#verticalRule { display:none; }
.horizontalRule { display:none; }
#emailSection { display:none; }
#awardSection {
	margin: 7px 0 0 0;
	overflow: hidden;
}
.award {
	margin: 4px 3px 11px 0;
	vertical-align: middle;
}
#relatedArticles { display:none; }

/* ================================================================
							BUTTONS
=================================================================== */

#addToCartButton { display:none; }
#viewCartButton { display:none; }
#sendFriend { display:none; }
input {
	text-align:left;
	display:inline;
	font-size:11px;
}


