/* *********************** GENERAL SETTINGS     *********************** */
html, body{
	font: 11px "Trebuchet MS", "Times New Roman", Times, serif;
	color: #F1F3F5;
	background-color: #262626;
}
/* CSS global reset for all browsers */ 
* { padding: 0px; margin: 0px; }
/*  Global Formatting */
h1 {font-size:24px;font-weight: normal; color: #999; letter-spacing: -2px; line-height: 24px;}
h2 {font-size:18px;font-weight: bold; color: #999; letter-spacing: -1px; line-height: 18px;}
h3 {font-size:14px;line-height: 20px; color: #999; font-weight: bold;}
h4 {font-size:13px;line-height: 14px; font-weight: bold; }
h5 {font-size:12px;line-height: 13px; font-weight: bold; }
h6 {font-size:11px;line-height: 12px; font-weight: bold;}
td{font-size: 11px;}
th{font-size: 11px;}
a {color: #fc0; text-decoration: none;}
a:hover {color: #fc0; text-decoration: underline;}
a.image, a.image:hover  {border:0;}
li{ list-style: none; }
ul { list-style: none; clear: both;}
hr { 
height: 0;
border: 1px dotted #939393;
color: #939393;
background-color: #939393;
width: 100%;
} 
fieldset {
	width: 560px;
	padding: 5px;
	border: 1px solid #eee;
}
/* *********************** END GENERAL SETTINGS *********************** */

#content { 
	margin: 20px auto;
	border: 1px Solid #fff;
	width: 988px;
	background: #262626;
}

#watermark {
         position: relative;
         width: 580px;
         padding: 10px;
         color: #fff;
}

#top { 
	padding: 0; 
	margin: 0 auto;
	background: #00445A url(../images/headerorig.gif) top repeat-x; 
	height: 120px; 
	width: 985px;
	position: relative; 
} 

#top #titleh1 { float: right; position: relative; }
#top #titleh1 #logo {
	position: absolute;
	left: 35px;	
	top: 31px;
}

#top #titleh1 h1 {
	position: absolute;
	left: 260px;
	top: 5px;
	font: bold 20px "Times New Roman", Times, serif;
	line-height: 20px;
	text-transform: capitalize;
	color: #ffc;
	letter-spacing: -1px;
}

#top #titleh1 h2 {
	position: absolute;
	left: 90px;
	top: 58px;
	font: normal 18px "Times New Roman", Times, serif;	
	color: #ffc;
	line-height: 18px;
	letter-spacing: -1px;
}

#uls {
	height: 25px;
}

#mainlevel-nav
{	
	list-style: none;
	height: 25px;
	background: transparent url(../images/menubg.gif) top repeat-x;
	margin: 0;	
	float: right;
	font: 11px "Trebuchet MS", "Times New Roman", Times, serif;
}

#mainlevel-nav li
{
	padding: 5px 0px;
	background: transparent;
	float: left;
	display: block;
	margin: 0;
	line-height: 15px;
	white-space: nowrap;
	list-style-type: none;
}

#mainlevel-nav li a
{
	padding: 5px 10px 4px 10px;
	text-decoration: none;
	color: #fff;
	font: bold 11px "Trebuchet MS", "Times New Roman", Times, serif;
}

#mainlevel-nav li a:hover {
	color: #fff;
	padding: 5px 10px 4px 10px;
	background: #eea600 url(../images/li_a.gif) top repeat-x;
}

#top2 {
	background-color: #262626;	
	background-image: url(../images/top2_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 135px;
	width: 985px;
	clear: both;
	position: relative;
}

#top2 .contentpaneopen {
	background: none;
	line-height: 14px;
}

#globe {
	float: left;
	width: 115px;
	height: 120px;
	position: absolute;
	top: 13px;
	left: 10px;
}

#newsflash {
	float: left;
	width: 770px;
	position: absolute;
	top: 7px;	
	left: 2px;
	background: transparent;
}

#newsflash th {
	font: bold 18px "Trebuchet MS", "Times New Roman", Times, serif;
	text-transform: lowercase;
	letter-spacing: -1px;
	color: #fc0;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
	background: transparent;
}

#newsflash .newsflash {
	width: 625px;
	background: transparent;
}

#searchform {
	width: 200px;
	position: absolute;
	padding: 10px;
	top: 15px;
	left: 770px;
	height: 85px;
	background: transparent url(../images/search_separator.gif) left no-repeat;
}

#searchform #glass {
	float: left;
	margin-right: 10px;
}

#searchform p {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font: bold 18px "Trebuchet MS", "Times New Roman", Times, serif;
	color: #666;
	letter-spacing: -1px;
	line-height: 20px; 
}

#right_side {
	float: right;
	width: 772px;
	background: #262626 url(../images/maintop.jpg) no-repeat top center;

}

#mosright {	float: right; width: 220px; background-color: #262626; }
#mosright .padding {
	background: #262626;
}

#mosright td {
	padding: 0px 7px;
}

#left_side {
	float: left; 
	background-color: #262626;
}

#left_side td {
	padding: 0px 4px 0px 7px;
}

#left_side .lefts { 
	float: left; 
	width: 213px; 
	padding: 0px; 
	background: #262626 url(../images/modbg.jpg) center repeat-y;
}
 
#left_side .lefts a {  }

.sep {
	display: block;
	height: 18px;
	clear: both;
}

#banner {
         padding-bottom: 5px;
}


#main {
	padding: 0px; 
	margin: 0px; 
	width: 985px;
	background-color: #262626;
	border-top: 1px solid #333;
} 

#main #mcontent {
	margin: 0px;
	background: #262626 url(../images/main_bg.gif) top left repeat-y;
}

#main #mcontent2 {
	margin: 0px;
	padding: 12px 0px;
	background: #262626 url(../images/main_bg2.gif) top left repeat-y;
}
#mcontent .padding { background-color: transparent; padding: 10px 20px 10px 20px; width: 496px  }
#mcontent2 .padding { background-color: transparent; padding: 10px 20px 10px 20px; width: 700px  }

#footer {
	margin: 0px auto;
	width: 985px;
	height: 45px;
	background: #00445A url(../images/footer_bg.gif) left repeat-x;
	clear: both;
	color: #FFF;
}

#footer .padding { padding: 15px 0px 10px 0px; text-align: center; color: #FFF;}
#footer a { color: #fff; font-weight: normal; text-decoration: underline; }
#footer a:hover { color: #FFF; text-decoration: none; } 

/* *********************** END LAYOUT SETTINGS  *********************** */

/* *********************** NAVIGATION SECTION   *********************** */
/* Pathway Breadcrumbs */	
	.pathway {font-size: 11px;color:#ccc;}
	a.pathway {color:#fc0;text-decoration: none;}
	a.pathway:hover {color:#c90;text-decoration:underline;}

/* Mainlevel menu */
.mainlevel { 
	height: 16px;
}

a.mainlevel {
	background: #262626;
	color: #999;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 0px 2px 10px;
	margin: 3px 0px 3px 0px;
	text-decoration: none;
	display: block;
}
	
a.mainlevel:hover, #active_menu, #active_menu:hover {
	font-weight: bold;
	color: #FF8B00;
	background: #262626 url(../images/libg.gif) top left no-repeat;
	text-decoration: none;
}

a.mainlevel:hover {
	font-weight: normal;
	color: #FFFFCC;
	background: #262626 url(../images/libg.gif) top left no-repeat;
	text-decoration: none;
}

/* End Mainlevel menu */
	
/* Sub Menu */
.sublevel {height: 18px;}

a.sublevel {
	background: #262626;
	color: #999;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0px 4px 15px;
	margin: 0px;
	text-decoration: none;
}

a.sublevel:hover {
	color: #f90;
	background: #262626;
	text-decoration: underline;
}
/* End Sub Menu */

/* Add Custom Menus */

/* Add Custom Menus */

/* *********************** END NAVIGATION SECTION ********************* */

/* *********************** STANDARD MODULE TABLE  ********************* */
table.moduletable {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

table.moduletable th { 
	font: bold 11px "Trebuchet MS", "Times New Roman", Times, serif;
	color: #fc0;
	text-align: left;
	background: #262626 url(../images/modh3.gif) top no-repeat;
	padding: 7px 10px 18px 10px;
}

table.moduletable td {height: 18px;}

#user6 {
         FLOAT: right; 
         WIDTH: 221px;
         margin: 10px;
         padding: 1px;
}

#user6 img {
         padding-left: 10px;
}

#user7 {
	TOP: 15px;
         WIDTH: 221px;
         margin: 10px;
         padding: 1px;
}

#user7 img {
         padding-left: 10px;
}

/* Custom Modules */

.latestnews, .mostread {
	list-style: none;
	padding: 2px 4px;
	margin: 0px;
}

li.latestnews. li.mostread {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

li.latestnews a, li.mostread a {
	color: #999;
	text-decoration: none;
}

li.latestnews a:hover, li.mostread a:hover {
	color: #fc0;
	text-decoration: underline;
}

.search {
	padding: 0px 10px;
	clear: both;
	padding-bottom: 3px;
	margin: 0px;
}

.search .button {
	background: none;
	border: none;
	color: #fc0;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 0px 5px;
}

.search .button:hover {
	color: #c90;
}

.search .inputbox {
	border: none;
	padding: 3px;
	width: 170px;
	background: #151515;
	border: 1px solid #151515;
	color: #999;
}

.search .inputbox:hover {
	border: 1px solid #666;
	padding: 3px;
}

/* End Custom Modules */

/* *********************** END STANDARD MODULE TABLE ********************* */

/* *********************** CONTENT - SECTIONS & CATEGORIES *********************** */
.contentheading {
	padding: 0px;
	line-height: 25px;
	font: normal 18px "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color: #FFCA29;
	width: 100%;
	background: transparent;
}

/* content title and links */
.contentpagetitle {background-color : transparent; }
a.contentpagetitle,a.contentpagetitle:link, a.contentpagetitle:visited 
{text-decoration: none;font-weight: normal; color: #ccc;border-bottom: 0px;}
a.contentpagetitle:hover {color: #000;border-bottom: 0px dashed #ccc; text-decoration: none;}

/* top box like a category description */
.contentdescription {
	background-color : transparent;
	padding: 10px 0px;
}

/* Main Body Text */
.contentpane {background: transparent;}

.contentpaneopen { background-color: transparent; line-height: 17px;}
/* Main Body Text */

/* ******************************************** */

#mcontent .contentpaneopen td {
background-color: transparent;
width: 496px;
}

/* article rating */
.content_rating {font-weight: normal;font-size:.8em;}
.content_vote {font-weight: normal;font-size: .8em;}

/* icons */
.buttonheading{font-size: 12px;}
.pop-ups {float: right;}
a.pop-up {border-bottom: 0;}

/* Dates */
.createdate {color: #ccc; font-size: 11px; font-weight: normal;}
.modifydate {color: #ccc; font-size: 11px; font-weight: normal; font-style: italic;}
.newsfeeddate {font-size: 11px; color: #ccc; font-weight: normal;}
/* Dates */

/* Writen by Authors name */
.small { 
	color: #ccc;
	font-size: 11px;
	line-height: 17px;
	margin: 0px; padding: 0px;
}

/* Page navigation links "<<< 1 of 10 next >>>" */
.pagenav { 
	font-size: 12px; 
	color: #999;
}
.pagebar{font-size: 12px;}
.pagenav_prev{font-size: 11px; color: #999; }
.pagenav_next{font-size: 11px; color: #999; }
a.pagenav {color: #fc0; text-decoration: underline; }
a.pagenav:hover {color: #fc0; text-decoration: none; }
.pagenavcounter{	height: 15px;  }
.back_button{font-size: 12px; height: 15px; clear: both; display: block; }

/* Read more link */
.readon {
	font-size: 11px; 
	color: #fc0;
	text-decoration: none;
}

.readon:hover {
	text-decoration: underline;
	color: #fc0;
}

/* Article index   */
table.contenttoc {
	padding: 0px;
	margin: 2px;
	font-size: 11px;
	}
	
table.contenttoc th {
background: #262626; 
color: White;
}
	
table.contenttoc td {padding: 2px;}

/* Links article index */
	a.toclink:hover, a.toclink:visited, a.toclink:link {	height: 18px; }
/* End Article index  */

/*  component heading */
.componentheading {
	text-align:left;
	margin-top: 15px;
	background-color: transparent;
	line-height: 25px;
	font: normal 18px "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color: #FFCA29;
	text-transform: uppercase;
	width: 100%;
}

/* Sectiontable Table types listings Faqs's, weblink etc..*/
.sectiontableheader {
	background-color : #600;
	color : #fff;
	font-weight : bold;
	border-collapse: collapse;
	font-size: 11px;
	}

/* Table odd and Even Rows */
.sectiontableentry1 {
	background-color: #262626;
	font-size: 11px; 
	height: 21px;
	padding: 2px 0px;
	text-align: left;
}

.sectiontableentry2 {
	background-color: #262626;
	font-size: 11px; 
	height: 21px;
	padding: 2px 0px;
	text-align: left;
}

.sectiontableentry1 input, .sectiontableentry2 input {
	background-color: #262626;
}

.sectiontablefooter {
	height: 18px; 
}
/* End Sectiontable */

/* Category */
.category {color:#333;}
a.category:link, a.category:visited { height: 15px; color: #fc0; text-decoration: none;  }
a.category:hover  {	height: 15px; color: #fc0; text-decoration: underline; }
/* End category */

/* blogsection */
.blog {background-color: transparent;}
.blogsection{	height: 18px;  }
.blog_more{	clear: both; display: block; width: 480px; padding: 10px 0px; }
.blog_heading {	height: 18px;  }
/* space from bottom of article */
.article_seperator{background-color : none;}
/* End blogsection */

/* Search Form Module*/
.search {height: 18px;}
/* results if not search google */
.searchintro{height: 18px;}
/*Search Form keyword highlight*/
.highlight {
	border: 1px dashed #A2BF06;
	background: #151515;
	padding: 0px 2px 0px 2px;
	color: #ffcc00;
}
/* End Search Form */

/* wrapper title */
.wrapper{background-color : #FFFFFF;}
/* *********************** END CONTENT - SECTIONS & CATEGORIES *********************** */

/* *********************** FORM SECTION  *********************** */	
form { 
	font-size: 11px;
	margin: 3px;
}

input {
	background-color:#FFFFFF;
	font-size: 11px; color: #333; padding: 1px;
}

#mod_login_username, #mod_login_password {
	background: transparent url(../images/input_bg.gif) top no-repeat;
	font-size: 11px;
	padding: 4px 4px 5px 4px;
	margin: 2px 0px;
	width: 172px;
	border: none;
	color: #999;
}

.inputbox { background: #151515; border: 1px solid #666; padding: 1px; margin: 2px; color: #999; }
.text_area {background: #151515; border: 1px solid #666; width: 470px; color: #999; }
/* Pull down menu */
.selectbox {width: 100%;}
/* Submit Button */
.button {
	background: none;
	border: none;
	color: #999;
	font: bold 11px "Trebuchet MS", "Times New Roman", Times, serif;
	padding: 4px 15px;
	background-color: #151515;
	margin: 4px 3px;
}

.button:hover {
	color: #c90;
}

/* Contact Email Form */
.contact_email {margin: 0px;padding: 5px;}


/* *********************** END FORM SECTION *********************** */

/* *********************** TABBED EDITING *********************** */
/*When user login to edit or sumbit articles*/
/* for modifying {moscode} output.  Don't set the colour! */
.moscode {
	background-color: #f0f0f0;
   }
		
.code {
	font-family: courier, serif;
	font-size: 1.2em;
	padding: 2px;
	background-color: #f0f0f0;
	color: blue;
	border: 1px solid #d5d5d5;
	margin: 0px;
	width: 90%;
}


/* Text passed with mosmsg url parameter */
.message {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 1em;
	color : #666;
	text-align: center;
   }

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #666666;
	border-left: outset 1px #666;
	border-right: outset 1px #333;
	border-top: outset 1px #666;
	border-bottom: solid 1px #333;
	text-align: center;
	cursor: default;
	font-weight: bold;
	color: #FFFFFF;
	padding: .2em;
   }

.offtab {
	background-color : #cccccc;
	border-left: outset 1px #666;
	border-right: outset 1px #333;
	border-top: outset 1px #666;
	border-bottom: solid 1px #333;
	text-align: center;
	cursor: default;
	font-weight: normal;
	padding: .2em;
   }

.edit-tabs {
   padding: 1em;
   background: none;
   }

.tabpadding {padding:1px;}

.tabheading {
	background-color: #FF6600;
	text-align: left;
   }

.pagetext {
	visibility: hidden;
	display: none;
   }

	/*Body of the form*/
.adminform{background-color : #FFFFFF;}
/* *********************** End TABBED EDITING *********************** */

#viewCart {
	text-align: left;
	margin: 5px;
	width: 490px;
}

#viewCart h2 { }

#viewCart p {
	height: auto;
	text-align: left;
}

#viewCart #pageNote {
	height: auto;
	text-align: left;
}

#viewCart #pageError {
	border: 1px solid #C00000;
	padding: 5px;
	line-height: 20px;
	font-weight: bold;
}

#viewCart #cartItems {
	height: auto;
	width: 96%;
	border-collapse: collapse;
	float: left;
	clear: left;
}

#viewCart #cartItems thead tr th {
	color: #FFFFFF;
	background-color: #878787;
	text-align: left;
	font-weight: bold;
	height: 22px;
	font-size: 12px;
}

#viewCart #cartItems tbody tr td {
	border-bottom: 1px solid #D8DDE3;
	text-align: left;
	font-weight: normal;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

#viewCart #cartItems .cartError {
	background-color: #FF4040;
}

#viewCart #cartItems .normal {
	background-color: yellow;
}

#viewCart #cartItems .cartWarning {
	background-color: #FFFF80;
}


#viewCart #cartInfo {
	height: auto;
	width: 96%;
	border-collapse: collapse;
	float: left;
	clear: left;
}

#viewCart #cartNumItems {
	width: 150px;
	padding-top: 8px;
	height: 35px;
	float:left;
	clear:left;
	text-align: left;
}

#viewCart #cartCoupon {
	height: 35px;
	width: auto;
	text-align: left;
	float:left;
	clear: left;
}

#viewCart #cartAmounts {
	padding-top: 8px;
	margin-bottom: 8px;
	float: left;
	text-align: left;
}




#viewCart #cartButtons {
	clear: both;
	float: left;
	margin-top: 25px;
	width: 96%;
	text-align: left;
}

#viewCart #gatewayButtonsContainer {
	width: 500px;
	height: 50px;
}

#viewCart #gatewayButtonsContainer .gatewayButtons {
	float: right;
	height: 50px;
}

#viewCart #crossSell {
	border-top: 1px dotted #D9D9D9;
	height: auto;
	width: 96%;
	border-collapse: collapse;
	float: left;
	clear: left;
	padding-top: 5px;
	margin-top: 15px;
}

#viewCart #crossSell .content-even {
	text-align: center;
	width: 165px;
	height: auto;
	padding-top: 15px;
}

#viewCart #crossSell .content-odd {
	text-align: center;
	width: 165px;
	height: auto;
	padding-top: 15px;
}

#viewCart #crossSell .title {
	width: 100%;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}

#viewCart #crossSell .title a {
	color: #2596CB;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	line-height: 16px;
}

#viewCart #crossSell .title a:hover {
	text-decoration: none;
}

#viewCart #crossSell .photo{
	text-align: center;
}

#viewCart #crossSell .details {
	width: 100%;
	text-align: center;
	padding-bottom: 8px;
}

#viewCart #crossSell .details .detailsBtn {
	background:url(../design/images/small_btn.gif) no-repeat center center;
	font-weight: bold;
	font-size: 11px;
	height: 22px;
	margin: 5px;
	padding-top: 8px;
	text-align: center;
}

#viewCart #crossSell .details .detailsBtn a {
	color: #FFFFFF;
	text-decoration: none;
}

#viewCart #crossSell .details .detailsBtn a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#productList {
	text-align: left;
	margin: 5px;
	width: 500px;
}

#productList h2 { }

#productList #categoryDescription {
	float: left;
	clear: left;
	margin-bottom: 10px;
	border: 1px solid #FFFFFF;
	width: auto;
	height: auto;
}

#productList table{
	float: left;
	clear: left;
}

#productList #topOptions {
	width: auto;
	height: 40px;
	float: left;
	clear: left;
}

#productList #topOptions .search {
	float: left;
	clear: left;
	height: 18px;
}

#productList #topOptions .display {
	float: left;
	clear: left;
	height: 18px;
}

#productList #topOptions .sort {
	width: 230px;
	height: 20px;
	float: right;
}

#productList #topOptions .sort .label {
	float: left;
	height: 18px;
	padding: 2px;
	padding-top: 5px;
}

#productList #topOptions .sort .option {
	float: left;
	height: 18px;
	padding: 2px;
}

#productList #topOptions .sort .option select {
	height: 18px;
}

#productList .content-even1 {
	border-bottom: 1px dotted #D9D9D9;
	text-align: left;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 470px;
}

#productList .content-odd1 {
	border-bottom: 1px dotted #D9D9D9;
	text-align: left;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 470px;
}

#productList .title {
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: left;
	float: left;
	clear: both;
	width: 100%;
}

#productList .title a {
	color: #FF8B00;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	line-height: 16px;
}

#productList .title a:hover {
	text-decoration: none;
}

#productList .photo {
	width: 0;
	height: 0;
}

#productList .description {
	width: 60%;
	height: auto;
	float: left;
	padding: 5px;
	text-align: left;
}

#productList .details {
	width: 60%;
	height: auto;
	font-size: 11px;
	font-weight: normal;
	float: left;
	text-align: left;
	color: #464646;
}

#productList .details .sprice {
	width: 40%;
	float: right;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding: 8px;
	color: #FFFFFF;
}


#productList .details .buttons {
	float: left;
	clear: left;
	text-align: left;
	width: 40%;
}

#productList .details .buttons .detailBtn {
	background:url(../design/images/small_btn.gif) no-repeat center center;
	font-weight: bold;
	font-size: 10px;
	float: left;
	padding-top: 6px;
	width: 100%;
	height: 19px;
	text-align: center;
	vertical-align: middle;
}

#productList .details .buttons .detailBtnNoImg {
	font-weight: bold;
	font-size: 10px;
	float: left;
	padding-top: 6px;
	width: 100%;
	height: 19px;
	text-align: center;
	vertical-align: middle;
}

#productList .details .buttons .detailBtn a {
	color: #FFFFFF;
	text-decoration: none;
}

#productList .details .buttons .detailBtn a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#productList .details .buttons .addToCartBtn {
	background:url(../design/images/medium_btn.gif) no-repeat center center;
	font-weight: bold;
	font-size: 11px;
	float: left;
	padding-top: 6px;
	width: 100%;
	height: 19px;
	text-align: center;
	vertical-align: middle;
}

#productList .details .buttons .addToCartBtnNoImg {
	font-weight: bold;
	font-size: 11px;
	float: left;
	padding-top: 6px;
	width: 100%;
	height: 19px;
	text-align: center;
	vertical-align: middle;
}

#productList .details .buttons .addToCartBtn a {
	color: #FFFFFF;
	text-decoration: none;
}

#productList .details .buttons .addToCartBtn a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#productList .details .pricenote {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

#productList .options {
	float: left;
	clear: left;
	margin-top: 5px;
	color: #FFFFFF;
	text-align: left;
	margin-top: 10px;
}

#productList .options .qty {
	margin-top: 4px;
}

#productList .options .qty input {
	color: #FFFFFF;
}

#productList .options .form-label {
	width: 25%;
	text-align: left;
	padding: 3px;
}

#productList .options .form-field {
	text-align: left;
	width: auto;
	padding: 0px;
}

#productList #btmOptions {
	clear: left;
	float: left;
	width: 500px;
	height: 60px;
}

#productList #btmOptions .batchAddToCartButton {
	background:url(../design/images/large_btn.gif) no-repeat;
	font-weight: bold;
	font-size: 10px;
	float: left;
	width: 158px;
	height: 19px;
	text-align: center;
	padding: 3px;
	vertical-align: middle;
	margin-top: 15px;
}

#productList #btmOptions .batchAddToCartButton a {
	color: #FFFFFF;
	text-decoration: none;
}

#productList #btmOptions .batchAddToCartButton a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#productList #btmOptions .pagination {
	float: right;
	width: auto;
	height: 19px;
	font-size: 12px;
	padding-top: 15px;
}

#productList #btmOptions .pagination a {
	color: #C00000;
	text-decoration: underline;
}

#productList #btmOptions .pagination a:hover {
	color: #000000;
	text-decoration: none;

}

#productList #btmCategoryPhoto {
	clear: left;
	float: left;
}

#productList #btmCategoryPhotoImage {
	clear: left;
	float: left;
}

#productList #btmCategoryPhotoCaption {
	clear: left;
	float: left;
}

#productDetail{
	text-align: left;
	margin: 5px;
	width: 525px;
}

#productDetail h2 { }

#productDetail #productPhotos {
	float: left;
	clear: left;
	width: 0;
	height: 0;
	padding-top: 10px;
	vertical-align: middle;
	text-align: center;
}

#productDetail #prodThumbnails {
	clear: left;
}

#productDetail #extraDetails {
	float: left;
	clear: none;
	height: auto;
	width: 260px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px 5px 5px 5px;
	color: #878787;
}

#productDetail .submitBtn {
	font-size: 130%;
	font-weight: bold;
}

#productDetail #qtyPricing {
	float: left;
	border-collapse: collapse;
	margin-bottom: 15px;
}

#productDetail #qtyPricing .hdr-title-left {
	float: left;
	color: #FFFFFF;
	background-color: #878787;
	text-align: left;
	font-weight: bold;
	padding: 3px;
	width: 60px;
}

#productDetail #qtyPricing .hdr-title-right {
	float: left;
	color: #FFFFFF;
	background-color: #878787;
	text-align: left;
	font-weight: bold;
	padding: 3px;
	width: 150px;
}

#productDetail #qtyPricing .list-left {
	clear: left;
	float: left;
	border-bottom: 1px solid #D8DDE3;
	padding: 3px;
	width: 60px;
}

#productDetail #qtyPricing .list-right {
	float: left;
	border-bottom: 1px solid #D8DDE3;
	padding: 3px;
	width: 150px;
}

#productDetail #price {
	font-size: 110%;
	font-weight: bold;
}

#productDetail .form-label {
	font-weight: bold;
	width: 110px;
}

#productDetail .form-field { }

#productDetail #customerUpload {
	margin-top: 15px;
	clear: left;
	float: left;
}

#productDetail #detailGroup {
	float: left;
	clear: left;
}

#productDetail #detailTabs {
	clear: left;
	float: left;
	width: 98%;
}

#productDetail #detailTabs ul {
	margin: 0;
	padding: 10px 10px 0 5px;
	list-style: none;
}

#productDetail #detailTabs li {
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#productDetail #detailTabs a .current {
  	color: #FFFFFF;
  	font-size: 150%;
}

#productDetail #detailTabs a {
	float: left;
	background: url(../design/images/tab-left.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
}

#productDetail #detailTabs a span {
	float: left;
	display: block;
	background: url(../design/images/tab-right.gif) no-repeat right top;
	padding: 5px 10px 5px 3px;
	color: #404040;
}

#productGrid {
	text-align: left;
	margin: 5px;
	width: 500px;
}

#productGrid h2 { }

#productGrid #categoryDescription {
	float: left;
	clear: left;
	margin-bottom: 10px;
	border: 1px solid #FFFFFF;
	width: auto;
	height: auto;
}

#productGrid table{
	float: left;
	clear: left;
	width: 500px;
}

#productGrid #topOptions {
	width: auto;
	height: 40px;
	float: left;
	clear: left;
}

#productGrid #topOptions .search {
	float: left;
	clear: left;
	height: 18px;
}

#productGrid #topOptions .myrow {
	width: 500px;
	height: 25px;
}

#productGrid #topOptions .display {
	float: left;
	clear: left;
	height: 18px;
	width: 260px;
	text-align: left;
}

#productGrid #topOptions .sort {
	width: 210px;
	height: 20px;
	float: right;
	text-align: right;
}

#productGrid #topOptions .sort .label {
	float: left;
	height: 18px;
	padding: 2px;
	padding-top: 5px;
}

#productGrid #topOptions .sort .option {
	float: left;
	height: 18px;
	padding: 2px;
}

#productGrid #topOptions .sort .option select {
	height: 18px;
}


/* used in 2 column product Grids */
#productGrid .content-even2 {
	border: 1px dotted #6D6D6D;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 45%;
	padding-bottom: 15px;
}

#productGrid .content-odd2 {
	border: 1px dotted #6D6D6D;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 45%;
	padding-bottom: 15px;
}


/* used in 3 column product Grids */
#productGrid .content-even3 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 30%;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 15px;
}

#productGrid .content-odd3 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 30%;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 15px;
}


/* used in 4 column product Grids */
#productGrid .content-even4 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 22%;
	padding-bottom: 15px;
}

#productGrid .content-odd4 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 22%;
	padding-bottom: 15px;
}


/* used in 5 column product Grids */
#productGrid .content-even5 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 18%;
	padding-bottom: 15px;
}

#productGrid .content-odd5 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 18%;
	padding-bottom: 15px;
}

/* used in 6 column product Grids */
#productGrid .content-even6 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 15%;
	padding-bottom: 15px;
}

#productGrid .content-odd6 {
	border: 1px dotted #D9D9D9;
	text-align: center;
	vertical-align: top;
	padding: 8px;
	margin:	1px;
	width: 15%;
	padding-bottom: 15px;
}
#productGrid .title {
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
	float: left;
	clear: both;
	width: 100%;
}

#productGrid .title a {
	color: #2596CB;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	line-height: 16px;
}

#productGrid .title a:hover {
	text-decoration: none;
}

#productGrid .photo {
	width: 0;
	height: 25px;
}

#productGrid .details {
	width: 100%;
	height: auto;
	font-size: 10px;
	font-weight: normal;
	float: right;
	clear: none;
	text-align: left;
	color: #464646;
}

#productGrid .description {
	float: left;
	clear: left;
	width: 100%;
	height: auto;
	text-align: center;
}

#productGrid .details .sprice {
	float: left;
	clear: left;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #FFFFFF;
}


#productGrid .details .buttons {
	width: 100%;
	height: auto;
	float: left;
	clear: left;
	text-align: center;
}

#productGrid .details .buttons .detailBtn {
	background:url(../design/images/small_btn.gif) no-repeat center center;
	font-weight: bold;
	font-size: 10px;
	float: left;
	padding-top: 6px;
	width: 100%;
	height: 19px;
	text-align: center;
	vertical-align: middle;
}

#productGrid .details .buttons .detailBtnNoImg {
	font-weight: bold;
	font-size: 10px;
	float: left;
	padding-top: 6px;
	width: 100%;
	height: 19px;
	text-align: center;
	vertical-align: middle;
}

#productGrid .details .buttons .detailBtn a {
	color: #FFFFFF;
	text-decoration: none;
}

#productGrid .details .buttons .detailBtn a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#productGrid .details .buttons .addToCartBtn {
	background:url(../design/images/medium_btn.gif) no-repeat center center;
	font-weight: bold;
	font-size: 11px;
	float: left;
	padding-top: 6px;
	width: 100%;
	height: 19px;
	text-align: center;
	vertical-align: middle;
}

#productGrid .details .buttons .addToCartBtnNoImg {
	font-weight: bold;
	font-size: 11px;
	float: left;
	padding-top: 6px;
	width: 100%;
	height: 19px;
	text-align: center;
	vertical-align: middle;
}

#productGrid .details .buttons .addToCartBtn a {
	color: #FFFFFF;
	text-decoration: none;
}

#productGrid .details .buttons .addToCartBtn a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#productGrid .details .pricenote {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #C00000;
	font-weight: bold;
}

#productGrid .options {
	clear: left;
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 10px;
}

#productGrid .options .form-label{
	clear: left;
	float: left;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#productGrid .options .form-field{
	float: left;
	text-align: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

#productGrid #btmOptions {
	clear: left;
	float: left;
	width: 100%;
	height: 60px;
}

#productGrid #btmOptions .batchAddToCartButton {
	background:url(../design/images/large_btn.gif) no-repeat;
	font-weight: bold;
	font-size: 10px;
	float: left;
	width: 158px;
	height: 19px;
	text-align: center;
	padding: 3px;
	vertical-align: middle;
	margin-top: 15px;
}

#productGrid #btmOptions .batchAddToCartButtonImg {
	font-weight: bold;
	font-size: 10px;
	float: left;
	width: 158px;
	height: 19px;
	text-align: center;
	padding: 3px;
	vertical-align: middle;
	margin-top: 15px;
}

#productGrid #btmOptions .batchAddToCartButton a {
	color: #FFFFFF;
	text-decoration: none;
}

#productGrid #btmOptions .batchAddToCartButton a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#productGrid #btmOptions .pagination {
	float: right;
	width: auto;
	height: 19px;
	font-size: 12px;
	padding-top: 15px;
}

#productGrid #btmOptions .pagination a {
	color: #C00000;
	text-decoration: underline;
}

#productGrid #btmOptions .pagination a:hover {
	color: #000000;
	text-decoration: none;

}

#productGrid #btmCategoryPhoto {
	clear: left;
	float: left;
}

#productGrid #btmCategoryPhotoImage {
	clear: left;
	float: left;
}

#productGrid #btmCategoryPhotoCaption {
	clear: left;
	float: left;
}