/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	BluePigment
   TEMPLATE CODE: 	S-0016
   VERSION:          1.0	
	DATE:          	July-31-2007
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; border: 0; }

body 
{
 
	margin: auto; padding: 0px 25px 0px 25px;
	font: normal 12px/1.7em  Tahoma;	 
	text-align: center;
	color: #000;
	background: #fff ;
	min-width:875px;
	max-width:1210px;
	
	
}


.CatalogContainerDisplay { 
	margin: 0;
	width: 100%;
	height: 350px;
	padding: 0px; 
	border: 0px;
}

/* links */
a {
	color: #244989;
	background-color: inherit;
	
}
a:hover {
	color: #FAA34B; 
	background-color: inherit;
	text-decoration: underline;	
	border: none;
}

.DetailLink {
	color: #111111;
	background-color: inherit;
	text-decoration: none;	
	font-size:1.2em;
	font-weight:bold;	
}

a.DetailLink {
	color: #111111;
	background-color: inherit;
	text-decoration: none;		
}
a.DetailLink:hover {
	color: #FAA34B; 
	background-color: inherit;
	border: none;
}

a.loginBox {
	color: #111111;
	background-color: inherit;
	text-decoration: none;		
}
a.loginBox:hover {
	color: #FAA34B; 
	background-color: inherit;
	border: none;
}

a.w {
	color: #111111;
	background-color: inherit;
	text-decoration: none;		
}
a.w:hover {
	color: #FAA34B; 
	background-color: inherit;
	text-decoration: underline;	
	border: none;
}


/* headers */
h1, h2, h3, h4, h5 {
	font: bold 1em Tahoma;
	color: #ffa800;
}
h1 { font-size: 1.6em; text-transform:uppercase; } 
h2 { font-size: 1.2em; text-transform:uppercase;}
h3 { font-size: 1em; }
h4 { font-size: 0.8em; }

p, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 2px 1px;
	word-spacing: 1px;
}

.line
{

    height: 1px;
    width: 100%; /* screen width */
    margin: 0 auto;
    margin-top: 2px;
    margin-bottom: 5px;
}

.linefull
{
    background-color: #d1d1d1;
    height: 2px;
    margin: 0 auto;
    margin-top: 2px;
    margin-bottom: 5px;
}

img.float-right {
   margin: .5em 0 1em 1em;   
}
img.float-left {
   margin: .5em 1em 1em 0;
}

code {
  margin: .5em 0;
  display: block;
  padding: 20px;
  text-align: left; 
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace ;
  /* white-space: pre; */
  background: #1E89DC;
  border: 1px solid #0065C6;   
}
acronym {
  cursor: help;
  border-bottom: 1px solid #0065C6;
}
blockquote {
	margin: 10px 15px;
	padding: 10px 0 10px 28px;  
	border: 1px solid #999999;
	background: #333333; 
	color: #ffffff;
	font: bold 1.3em/1.5em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
}

/* form elements */

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 10px; padding: 0 0 1.5em 0;	
	width: 18em;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 11em;
	color: #777; 
	padding: .4em; 
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	vertical-align: top;
}

ul.categories
{
    list-style-type: none;
}

ul.categories li
{
    background-image: url(../images/arrow.gif);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding-left: 12px;    
    padding-bottom: 3px;
    border-bottom: dotted 1px #b3b3b3;
}
ul.categories li a
{
    font-family:Tahoma; font-size:11px;  color:#7D7D7D;  text-decoration:none;
}

.validatorFloat
{
    position: relative;
    border: solid 1px #555555;
    font-weight: normal;
    font-family: 12px;
    background-color: #eeeeee;
    padding: 4px;
}

/***********************
	  Breadcrumb
************************/

.module:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* float clearing for IE6 */
* html .module
{
	height: 1%;
	overflow: visible;
}

/* float clearing for IE7 */
* + html .module
{
	min-height: 1%;
}

.breadCrumbHolder
{
    margin: 0 auto;
    padding-bottom: 5px;
    padding-right:9px;
    width: 99%; /* screen width */
    text-align: left;


}

.breadCrumb
{


	float: left;
	display: block;
	height: 21px;
	overflow: hidden;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	clear:both;
	
	border:solid 1px #dedede;
	background:#fff;	
	width: 100%;
}
.breadCrumb ul
{
	margin: 0;
	padding: 0;
	height: 21px;
	display: block;
}
.breadCrumb ul li
{
	display: block;
	float: left;
	position: relative;
	height: 21px;
	overflow: hidden;
	line-height: 21px;
	margin: auto;
	padding: 0px 5px 0px 2px;
	font-family:Tahoma;
	font-size:11px;
	font-weight: normal;
	color: #7D7D7D;
}
.breadCrumb ul li img.chevron
{
    padding: 0px 0px 0px 5px;
}
.breadCrumb ul li span
{
	display: block;
	overflow: hidden;	
}
.breadCrumb ul li a
{
	display: block;
	position: relative;
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	float: left;
	font-family:Tahoma;
	font-size:11px;	
	font-weight: normal;
}
.breadCrumb ul li.first a
{
	height: 16px !important;
	text-indent:-1000em;
	width:16px;
	padding: 0;
	margin-top: 2px;
	overflow: hidden;
	background:url(../Images/IconHome.gif) no-repeat 0 0;
}
.breadCrumb ul li.first a:hover
{
	background-position: 0 -16px;
}
.breadCrumb ul li.last
{
	background: none;
	margin-right: 0;
	padding-right: 0;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;	
}
.breadCrumb span.cancel
{ 
    display: inline;
    overflow:visible;
    font-size:xx-small;
    vertical-align:top;
    font-weight: normal;    
}
.breadCrumb .cancel a
{
    font-weight: bold;
	display: inline;
	position: relative;
	height: 21px;
	line-height: 21px;
	overflow: visible;
	float: none;
	font-family:Tahoma;
	font-size:11px;	
	font-weight: normal;    
}

/***********************
	  Lightbox
************************/

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

ul.filters
{	
	list-style: none;
	margin: 0;
	padding: 0;	
}
ul.filters li
{
    background-image: url(../images/arrow.gif);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding-left: 12px;    
    padding-bottom: 3px;
    border-bottom: dotted 1px #b3b3b3;   
    font-family:Tahoma;
    font-size:11px; 
}
.filters li label
{
    color:#7D7D7D;
    font-weight: normal;
}

a.rounded, .button {
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle; /* or top */
  display: -moz-inline-box;
  display: inline-block;
  overflow: visible; /* IE6 form button fix */
  border: solid 1px #888888;
}
.button {
  color: #000;
  background-color: #ccc;
  padding: 1px 5px 2px 5px;
font-family:Tahoma;
font-size:11px;   
font-weight: bold;
}
.button:hover {
  background-color: #eee;
} 

/***********************
	  LAYOUT
************************/

#header-content, #content, #nav, #product, #subheader {
/*
The width value below sets the total width of the design. It's default value is set to 93%
which means that it will take up 93% of the browser window's width. You can also set it to a 
different percentage	value (90%, 85%, etc.). This design is fluid layout by default, but you
can turn it into a fixed width layout by setting a pixel value to the width (e.g. 900px, 950px).
*/
	width: 100%;
	max-width:1210px;	
}

/* box */
.box {
	margin: 0 auto;	
	padding: 5px 0px 5px 10px; 		
	background: #fff; /*#cacccb;*/ /*#1183DA;*/
	font-size: 8pt;
	color: #000;
}
/*.box ul{
	float:right;
}
*/
.box li{
	margin-left:25px;
}

/* header */
#header {
	height: 40px;
	text-align: left;
	width: 100%; /* screen width */	
	margin: 0 auto;
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}
#header-content h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: 58px 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	letter-spacing: -1px;
	color: #fff;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 20px; left: 10px;	
}
#header-content h1#logo-text span {
	color: #68B5F0;	
}
#header-content #slogan {
	position: absolute;	
	font: 16px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 100px; left: 50px;
}

/* header links */
#header-content #header-links {
	
}
#header-content #header-links a {	
	color: #93C9F4;
	text-decoration: none;	
}
#header-content #header-links a:hover {
	color: #fff;		
}

/* header */
#subheader {
	height: 58px;
	width: 100%; /* screen width */	
	margin: 0 auto;
	margin-bottom: 5px;
	/*border: solid 1px #444444;*/
	background-image: url('../images/topGreenBack.gif');
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;

	-khtml-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-khtml-border-radius-topright: 10px;
	-khtml-border-radius-topleft: 10px;

	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;

	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;	
}
#subheader-content {
	position: relative;
	margin: 0 auto; padding: 0;
}

/* Navigation */
#nav-wrap
{
	width: 100%; /* screen width */
		max-width:1210px;
	margin: 0 auto;
	height: 43px;
	padding-bottom: 2px;
	background-color: #244989;
	clear: both;
	
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;

	-khtml-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-khtml-border-radius-topright: 10px;
	-khtml-border-radius-topleft: 10px;

	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;

	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
		
}
#nav
{
    padding-top: 10px;
    padding-left: 30px;
	clear: both;	
	text-align: left;    	
}
#nav ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;	
}
#nav ul li {
	float: left;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 20px;
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
#nav ul li img
{
    vertical-align:middle;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #ff9c00;	
}
#nav ul li.o1
{
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 20px;    
    font-family:Tahoma;
    font-size:11px; 
    color:#FFA800;
}
/*
#nav ul li#current {	
	background: url(../images/nav-current.jpg) no-repeat center bottom;		
}
*/
#nav ul li#current a {
	color: #ff9c00;
}

#nav ul li.current a {
	color: #ff9c00;
}

/* content */
#content-wrap 
{
    	max-width:1210px;
	clear: both;
	width: 100%;
	height:100%;
}
#content {
	text-align: left;
	padding: 0; 
	margin: 0 auto;
	width: 100%; /* screen width */
	/*background: #28495a url(../images/content-bk.gif);*/
	height: 100%;
}

/* sidebar */
#sidebar {
	width: 200px;
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	float: left;
}

/* sidebar tabs */
.shadetabs
{
font: bold .8em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
padding: 10px 0px 0px 5px;
margin: 0px 0px 0px 0px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 8px;
margin-right: 0px;
color: #dddddd;
background: #28495a;
border: solid 1px #0d161b;
border-bottom:none;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #ffffff;
}
.shadetabs li a.tabActive{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.tabActive{ /*selected main tab style */
border-left: 1px solid #333;
border-top: 1px solid #333;
border-right: 1px solid #333;
border-bottom: none;
background-color: #333;
color: #FFFFFF;
}

.shadetabs li a.tabActive:hover{ /*selected main tab style */
text-decoration: none;
}

/* main */
#main
{
	padding: 0px;	
	margin: 0px;  
	width: 519px;
	height: 100%;
}
/* child selector */
div > #main{width:100%; /* screen width */}

h1.green { 
	font: bold 1.8em 'Trebuchet MS', Arial, Sans-serif;
	color: #000000;
	letter-spacing: 0px;		
	padding-bottom: 0;	
}

#main h1 { 
	font: bold 1.8em 'Trebuchet MS', Arial, Sans-serif;
	color: #000000;
	letter-spacing: 0px;		
	padding-bottom: 0;	
}

#main h1 a {
	color: #000000;
	text-decoration: none;
}

/* footer */
#footer-wrap {
	clear: both;
	text-align: left;
	padding-top: 10px;
	margin: 0 auto;
	width: 100%; /* screen width */
}
#footer-wrap a {
    font-family:Tahoma; font-size:11px;  color:#7D7D7D;  text-decoration:none	
}
*#footer-wrap a:hover {
	color: #E8F4FF;	
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #E8F4FF;
	margin: 0;
	padding: 0 10px; 
	text-transform: none;
}

/* footer columns */
#footer-columns {
	color: #5B9CFF;
	margin: 0 auto; 
	padding: 0;	
	width: 98%;	
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	background: url(../images/footer-dots.jpg) repeat-x left top;	
}
#footer-columns li {
	background: url(../images/footer-dots.jpg) repeat-x left bottom;		
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: .2em 0 .2em .5em;
	width: 96%;
}
#footer-columns li a img 
{
	vertical-align: middle;	
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

ul.socialleft { float:left;width:49%; }
ul.socialright { float:right;width:49%; } 	

/* bottom */
#footer-bottom {
	clear: both;
	color: #E8F4FF;	
	margin: 0 auto; 
	padding: 0.2em 0;
	text-align: center;
	font-size:0.9em;
	line-height:1px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.white { color: #E8F4FF; }

img.rssfeed {
	border: none; 
	padding: 0 0 5px 0;
	background: transparent;
}

.post-by {
	font-size: .95em;	
	padding-top: 0;
}
.post-footer { 
	text-align: right; 
	background: #1E89DC;
	border: 1px solid #0065C6; 
	padding: 8px 10px;
	margin: 20px 15px 10px 15px;
	width:400px;
	height:400px;
}
.post-footer .date {
	background: url(../images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 3px;
}
.post-footer .comments {
	background: url(../images/comment.gif) no-repeat left center;
	padding-left: 	20px; margin: 0 3px 0 3px;
}
.post-footer .readmore {
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 3px 0 3px;
}

h4.inv
{
	border: solid 1px #999999;
 	background-color: #333333;
 	background-image: url(../images/faq_help.gif);
 	background-position: 10px 2px;
 	background-repeat: no-repeat;
 	font: bold 1.5em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
 	margin: 0 0 15px 0;
 	padding: 7px 0 7px 45px;
	color: #FFFFFF; /* #ff9c00; */
	text-transform: uppercase;
}

div.texto
{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}

#content .texto li a
{
	color: #000000;
}

#content .texto p{ margin:5px 10px; line-height:18px;}

/* topbox */
.topbox
{
	margin: 0px 0;	
	padding: 0px 0px 0px 0px;		
	background: #ffffff; /* url('../images/boxbg_gray.jpg');*/
	/* height:180px;*/
	position: relative;
}
.AffiliateBox
{

	width: 100%;
	
	
	border-left: 1px solid #d3d3d3; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #d3d3d3;/* YCC: color & properties of the right-borderline */
}

/*#rightsizeproduct
{
	background: #f5f5f5;	
	padding: 0px;
	border-left: solid 1px #333;
	float: right;
	width:454px;
	height: 275px;
	
}*/

/* -- DailySpecial -- */

.DailySpecial
{
	height: 160px;
	width: 100%;
	text-align:center;
	padding-right:7px;
	background-image: url('../images/rcSpecial-2.png') ;
	background-repeat:no-repeat;
	background-position:top  right;
	
	
	
	
	
	border-left: 1px solid #d3d3d3; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #d3d3d3;/* YCC: color & properties of the right-borderline */
}

/*Daily Product Picture*/

#DailyProductPicture
{	 
	width:200px; 
	height:160px;
	padding-left: 5px;
	position:relative;

}
#DailyProductPicture .imgTabs
{
	float:left;

}
#DailyProductPicture .imgTabs ul
{	

}
#DailyProductPicture .imgTabs li
{
	list-style:none; 
	font-size:10px; 
	margin-bottom:0px;	
}
#DailyProductPicture .imgTabs a,
#DailyProductPicture .imgTabs a:visited
{
	border:1px #011343 solid; 
	border-right:none; 	
	color:#FFF;
	background-color: #1F8ADE;
} 
#DailyProductPicture .imgTabs a:hover,
#DailyProductPicture .imgTabs a.tabOn
{	
	background:#e0e0e0; 
	color:#333;
}
#DailyProductPicture .imgTabs img
{	
	border: solid 1px #e0e0e0;
}
#DailyProductPicture .prodImg
{
	position: relative;
	top:0px;
	left:0px;
	/*border:solid 1px #999999;*/
}

/*Title and SubTitle*/

#DailyProductTitle
{
	position:relative;
	top:-160px;
	left:215px;
	max-width:430px;
	padding-right:10px;
	text-align:left;
	
}

#DailyProductTitle .title { 
	font-weight:  bold  ;
	font-size: 1.4em;
	color: #000000;
	}
#DailyProductTitle .subtitle { 
	font-size: 1.0em ;
	color: #444444;
}
	
/* Top Product Elements */


/*Add to cart Layout*/
#BuyWrapper
{
	position:Absolute;
	color: #000;
	width:75px;
	height:70px;

	top:95px;
	left:415px;	
	text-align:center;

}

#BuyMeOne
{
    vertical-align:middle;
   overflow: hidden;
  width: 100%;	
}
#BuyMeOne a.buyMeBtn
{
    background: #000;
    color: #ffffff;
    display: block;
    float: right;
		font-size:8pt; 
		font-weight:normal;

    margin-right: 5px;
    padding-right: 5px; /* sliding doors padding */
    text-decoration: none;
}
#BuyMeOne a.buyMeBtn:active {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}
#BuyHowMany
{

	    color: #333;
		font-size:8pt; 


}
.HowManyTitle
{

	    color: #333;
}
#Options
{

	color: #333;
	font-size: 8pt;

	
}
#productPrice	
{
	position:Absolute;
	color: #000;

	width:75px;
	height:45px;
	top:120px;
	left:540px;
	text-align:center;
}

#productPrice	.price
{	
	
	font-size: 16pt;
	font-weight:bold;


}

#productPrice .price .sign
{
	font-size: 12pt;
}

#productPrice .shipping
{
	color: #222222;
	font: bold 8pt ;
}


#productTime
{
	position:Absolute;
/*	right: 95px;	*/
		width:75px;
		height:45px;
	top:70px;
	left:540px;
		
	color: #333;
	text-align:center;
}

#productTime .TimeTitle
{
	display:block;
	color: #000;
 	font-size: 8pt ;
	font-weight: bold;
}

#productTime .TimeRemain
{
	display:block;
	color: #333;
    font-size: 12pt;
    font-weight: bold;

}
#NoTimerMessage
{
	position:relative;

/*	right: 95px;	*/


	color: #333;
	text-align:center;

	border: 1px solid #aaaaaa;
}
#productQty
{
	position:Absolute;
	width:75px;
	height:45px;

	top:50px;
	left:540px;
	
	color: #333;
	text-align: center;
	font-size:8pt;


}
#productQty .QtyLeft
{
	display:block;
	color: #000;
	font-size: 12pt;
		font-weight:bold;
}


#DailyProductDetail
{

	position: absolute;
	text-align:left;

	width: 180px ;
	Height: 90px ;
	top:80px;
	left:225px;
	font-size: 8pt;
	line-height:12pt;



}
.black 
{
	color:#fff;
	font-weight: bold;

}

#DailyProductDetail ul
{
	color: #555;
	list-style: none;

}
#DailyProductDetail li
{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
			
    
}

/* daily special rounded css */

.DSSimpleCorners .top-left,
 .DSSimpleCorners .top-right,
  .DSSimpleCorners .bottom-left,
   .DSSimpleCorners .bottom-right { 
	background-image: url('../images/corners1920x18.gif'); /* CHANGE: path and name of your image */
	height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.DSSimpleCorners .top-left,
 .DSSimpleCorners .bottom-left { 
	margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
	}
.DSSimpleCorners .top-right,
 .DSSimpleCorners .bottom-right { 
	margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
	margin-right: -9px;  /* CHANGE: replace by the width of one of your corners */
	}
.DSSimpleCorners .top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.DSSimpleCorners .bottom-left  { 
	background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.DSSimpleCorners .bottom-right { 
	background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.DSSimpleCorners {
	background: #FFFFFF;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right: 10px;             /* YCC: all texts at some distance of the right border */
	}
.DSSimpleCorners .notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.DSSimpleCorners .nobottomgap { margin-bottom: 0; } /* DNC: to avoid splitting of the box */


fieldset img.prodImg
{
	border:solid 1px #999999;
}




	
/*Home Buttoms*/
#productButtons
{
	position:absolute;
	top:294px;
	right:10px;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
}
a.boxBtW
{
    background: transparent url('../images/blackButtonEndW.gif') no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: left;
	font-size:11px; 
    height: 30px;
    margin-right: 2px;
    padding-right: 10px;
    text-decoration: none;
}

a.boxBtW span
{
    background: transparent url('../images/blackButtonBackW.gif') no-repeat;
    display: block;
    line-height: 20px;
    padding: 4px 0 6px 10px;
}

a.boxBtW img
{
	vertical-align: middle;
	padding: 2px 4px 2px 0px;
	margin: 0;
}
div > a.boxBtW img
{
	padding: 0px 4px 2px 0px;
}
a.boxBtW:active {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}
a.boxBtW:active span {
    background-position: bottom left;
    padding: 5px 0 5px 10px; /* push text down 1px */
}
/*Product Details*/
.ItemDetails{
	background: #93BC0C;
	color: #fff;
	padding:5px;
	float: right;
	text-align:left;
	border: solid 1px #444444;
	position:absolute;
	top:185px;
	left:320px;
	list-style-type:none; 
}
/* forms */
form.initial
{ 

}
select
{
	font: bold 8pt Tahoma;
	border: 1px inset #222222;
	font-weight:bold;
	background: #ffffff;	
	color: #666666;
}
input[type=text],
input[type=password]
{
	font: bold 8pt Tahoma;
	border: 1px inset #222222;
	padding: 2px;
	font-weight:bold;
	background: #ffffff;
	color: #666666;		
}
textarea 
{
	font: bold 8pt Tahoma;
	border: 1px inset #222222;
	padding: 2px;
	font-weight:bold;
	background: #ffffff;
	color: #666666;		
}
* html textarea { background-attachment: fixed; }
#frmLogin input[type=text],
#frmLogin input[type=password]
{
	width: 100px;
}
.initial select
{
	padding: 1px;
}
.initial input[type=text],
.initial input[type=password]
{	
	width: 175px;
}
.initial input[type=text]:hover,
.initial input[type=password]:hover,
.initial select:hover,
.initial textarea:hover
{
	background-color: #FFFFf0;
}

.initButtons{text-align:center; margin:10px 0px 10px 0px; }

input.blackbtn
{
	font: bold 1em Arial, Sans-serif; 
	color: #FFF;
	background: #000000;
	border: 1px solid #555555;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	padding: 2px 2px 2px 2px;
}

input.blackbtn:hover
{
	border: 1px solid #FFFFFF;
	background:#555555;
	color: #FFFFFF;
}
div.sbutton 
{
    background: transparent url('../images/blackButtonEndW.gif') no-repeat scroll top right;
    height: 30px;
    margin-right: 2px;
    margin-bottom: 4px;
    padding-right: 8px;
    display: block;
    float: right;
    width: 100px;
}
div.sbutton input
{
	border: solid 1px #000;
	background: transparent url('../images/blackButtonBackW.gif') no-repeat;
	line-height: 20px;
	padding: 4px 0 6px 12px;
	font: bold 8pt Arial, Sans-serif;
	color: #000;  
	height: 30px; 
	text-decoration: none;
	width: 100%;
	text-transform: uppercase;
	display: block;
	float:right;
}
div.sbutton:active {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}
div.sbutton:active input {
    background-position: bottom left;
    padding: 5px 0 5px 12px; /* push text down 1px */
}
fieldset
{
	border: none;
	color: #444444;/*#ff9c00;*/
	/*font: bold 12px/1.7em;*/
}
.initial fieldset,
.orders fieldset,
fieldset.initial,
fieldset.orders
{
	border:1px solid #aaaaaa;
	padding:4px;
	background-color: #fafafa;
	margin-bottom: 4px;
}
fieldset ol
{  
	padding: 10px 0 0 0;  
	margin: 0;
	list-style: none;
}
fieldset li 
{
	padding: 0 0 0.2em 0;  
	clear: left;  
}
fieldset.left
{
	float:left;
	margin-right: 5px;
}
fieldset.leftlimit
{
	float:left;
	margin-right: 5px;
	width: 375px;
	clear: left;  
}
fieldset.initButtons
{
	margin:0 auto;
	border-style: none;
}
.orders li span,
.initial li span
{
	color: #000000; /*#ff9c00;*/
	/*font: bold 12px/1.7em  verdana, tahoma, sans-serif;*/
}
.orders li p,
.initial li p
{
	margin: 0 0 0 11em;
	padding: 0;
	color: #000000; /*#ff9c00;*/
	font: bold 12px/1.7em  verdana, tahoma, sans-serif;	
}
label,
.labellike
{
	float: left;  
	width: 10em;  
	margin-right: 1em; 	
	font-weight:bold;
	color: #333333;
}
fieldset.bigset label
{
	width: 15em;
}
.initial legend,
.orders legend
{
	background-position: 5px 0px;
	background-repeat: no-repeat;
	font: bold 1.0em Tahoma;
	background-color: #efefef;	
	border:1px solid #999999;
	padding: 3px;

	color: #000000;
	text-transform: uppercase;		
}	
.orders legend a { color: #666666; }
.orders legend a:hover { color: #FF9C00; }
div.obsCheck
{
	padding: 7px;
   border: 1px solid #999999;
	background: #333333; 
	color: #FFFFFF;
	font: bold 12px/1.7em  verdana, tahoma, sans-serif;
}
.orders .orderStatus{ font-weight:bold; color:#ee0000;}
#widgetInstructions
{
	display: none;
	margin-bottom: 20px;
}
#widgetInstructions p
{
	font-size: 8pt;
}

#sidebar .ads {

}
#sidebar .compareprice 
{
	width: 299px;
	margin: 0px;
	padding: 0 0 0 1px;
	line-height:normal;
	border: none;
}


.psl {
	text-decoration: none;
	color: #FF9C00;
	font-weight: bold;
	
}
.psl a:hover {
	color: #E8F4FF;	
}

.DetailImage
{
    margin: 5px;
}

.ShipDiv 
{
	position:absolute;
	top: 40px;
	left: 200px;
	font: 9px Verdana, Tahoma, "Trebuchet MS", Sans-serif;	
	font-weight: bold;
	border: dashed 1px #eeeeee;
	color: #FFFFFF;
	line-height:11px;
	background-color:#0070f3;
	padding: 2px;
	text-align: center;
}

.ShipDiv .ShipQuestion
{
	display: inline;
	vertical-align:middle;
}

/*.ShipDiv img
{
	position:absolute;
	left:143px;
	top:2px;
}
*/

.ShipLibText 
{
	margin: 0; 	padding: 0;
	font: 9pt verdana, tahoma, sans-serif;	 
	color: #333333;
	background-color: #eeeeee;
	border: solid 1px #333333;
	padding: 2px 6px 2px 6px;
	/*	
	text-align:left;
	font: 11px  Verdana, Tahoma, "Trebuchet MS", Sans-serif;
	border: solid 1px #000;
	padding: 2px 6px 2px 6px;*/
}

.ShipLibCap 
{
	background-image: url('../images/titleBack.gif');
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
	font-size: 15px;
	line-height: 30px;
}

.PromosDiv
{
	font-size:8pt;
	padding:2px;
	margin:5px;
	border:solid 1px #a0a0a0;
}

.PromosErrorDiv
{
	font-size:8pt;
	padding:2px;
	margin:5px;
	border:solid 1px #FF5555;
	background-color: #ffeeee;	
}

.linkUnits
{
	background-color:#fff;
	text-align:center;
	padding:10px;
}

#tabWidget
{
	text-align:center;
}

.errorIcon {
margin-bottom: -4px;
}

/*Modal Popup*/
.modalBackground
{
	background-color:#000;
	filter:alpha(opacity=80);
	opacity:0.8;
}

.modalPopup
{
	background-color: #ffffff;
	border: solid 1px #aaaaaa;
	width: 400px;
}

.modalPopup .modalBase
{

}

.modalPopup .modalHeader
{
	background-color: #6d6d6d;
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
	font-size: 15px;
	line-height: 30px;
}

.modalPopup .modalInner
{
	padding: 10px;
	text-align:center;
}

.modalPopup .modalInnerMain
{
	font-size: 9pt;
	font-weight: bold;
	color: #992222;
	text-align: center;
}

.modalPopup .modalInnerSub
{
	font-size: 8pt;
	color: #333333;
	text-align: center;
}

.modalPopup .modalFooter
{
	padding: 5px;
	background-color: #f4f4f4;	
	line-height: 20px;
}

.modalPopup .modalFooter input
{
	display:block;
	vertical-align: middle;
	margin:0 auto;
}

/* shopping cart stuff */
.vsShoppingCart
{
}
.vsShoppingCart .scMessage
{
    color: orange;
    font-size: 8pt;
}
.vsShoppingCart .scDivider
{
    border-top: 1px solid #eeeeee;
    margin-bottom: 5px;
}
.vsShoppingCart .scHeader
{
    color: #333;
    background-color: #ccc;
    width: 100%;
    padding: 4px;
    font-weight: bold;
    white-space: nowrap;
    /*border: solid 1px #444444;*/
}
.vsShoppingCart .itemDetail
{
    margin: 3px;
    /*background-color: White;*/
    font-size: 8pt;
}
.vsShoppingCart .itemDesc
{
    width: 60%;
}
.vsShoppingCart .smallCol
{
    width: 30%;
    text-align: center;
}
.vsShoppingCart .itemDetail input
{
    border: 1pt inset gray;
    margin-top: 6px;
    font-size: 8pt;
}
.vsShoppingCart .removeButton
{
    color: #8888ff;
}
.vsShoppingCart .grayText
{
    color: gray;
}
.vsShoppingCart .leftCol
{
    width: 70%;
    margin-right: 5px;
    text-align: right;
}
.vsShoppingCart .rightCol
{
    text-align: right;
    width: 25%;
}
.vsShoppingCart .loginMessage
{
    font-size: 10px;
    color: #888;
}
.vsShoppingCart .loginMessage a
{
    color: orange;
}

.vsShoppingCart .scNoItems
{
    margin: 0 auto;
    text-align: center;
    font-weight:bold;
    padding: 5px;
    border: solid 1px #eeeeee;
}

/* rounded css */

.SimpleCorners .top-left, .SimpleCorners .top-right, .SimpleCorners .bottom-left, .SimpleCorners .bottom-right { 
	background-image: url('../images/corners1920x18.gif'); /* CHANGE: path and name of your image */
	height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.SimpleCorners .top-left, .SimpleCorners .bottom-left { 
	margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
	}
.SimpleCorners .top-right, .SimpleCorners .bottom-right { 
	margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
	}
.SimpleCorners .top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.SimpleCorners .bottom-left  { 
	background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.SimpleCorners .bottom-right { 
	background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.SimpleCorners .inside {
	border-left: 1px solid #d3d3d3; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #d3d3d3;/* YCC: color & properties of the right-borderline */
	background: #FFFFFF;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	}
.SimpleCorners .notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.SimpleCorners .nobottomgap { margin-bottom: 0; } /* DNC: to avoid splitting of the box */

/* End Styles */

.dxdvItem, .dxdvFlowItem {
background-color:#fff;
border: 0;
height:auto;
padding:0;
}

