/*  
Theme Name: dealrain
Description: Theme for dealrain.com.

 Author: Kalani Diehl
   Email: kdiehl@qool.com          
   Website: http://www.qool.com 

*/


/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html,body {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	height:100%; /* needed for container min-height */
	background-attachment: fixed;
	background-color: #ffffff;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
}


/* PAGE CONTAINER -- NOT TO CHANGE --*/
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, does not work in IE5 */
	width: 910px;
	background-color: #FFFFFF;
	height: 100%;/* IE6: treaded as min-height*/
	height: auto !important; /* real browsers */ 
	min-height:100%; /* real browsers */
}


#content {
  	width: 900px;
	padding: 0px;
	margin: 0 auto;
}


/*GLOBAL LINK STYLES */
a{
	color: #006699;
	text-decoration: none;
}

a:link {
	color: #006699;
	text-decoration: none;
}

a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}



/*GLOBAL HEADING STYLES*/
h1 {
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2 {
 font-family: Arial,sans-serif;
 color: #006699;
 font-size: 0.9em;
 margin: 0px;
 padding: 0px;
}

h3 {
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4 {
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5 {
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*FONT STYLES*/
#right_sidebar {
	color: #fff;
	font-size: 0.8em;
}

#right_sidebar h1{
	color: #394364;
	font-size: 1.1em;
	text-transform:uppercase;
}

#center h2 {
	margin: 0;
	color: #cccccc;
}

.detail {
font-weight: bold;
color: #555;
font-size: .85em;
}

.description_text {
color: #707070;
font-size: 1em;
text-transform: none;
font-weight: normal;
margin: 5px 0 10px 0;
padding: 0 2px 0 0px;
}

.description_text a{
text-decoration: none !important;
color: #F26521;
text-transform: lowercase !important;
font-weight: normal !important;
}

.description_text a:hover{
text-decoration: underline !important;
}

.name {
font-size: 1em;
font-weight: bold;
text-transform: none;
color: #0066CC;
padding: 0 2px 0 0px;
}

.name:hover {
text-decoration:underline;
color: #FF6600;
}

.price {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

.price a {
	color: #0066CC;
	text-decoration: none;
}

.price:hover {
text-decoration: underline;
}

.price a:hover {
	text-decoration: underline;
}
.num_offers {
	color: #A3A3A3;
	font-size: 0.8em;
	text-align: center;
}

.num_offers a{
	color: #A3A3A3;
	text-decoration: underline !important;
}

.num_offers a:hover {
	text-decoration: underline !important;
	color: #FF6600;
}

.sponsored_link {
	font-size: 1em !important;
	font-family: Trebuchet MS;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 2em;
}

.sponsored_link a{
	color: #0066CC;
	font-size: 0.9em;
}

.sponsor_name {
	color: #0066CC !important;
	font-size: 1.5em !important;
	font-family: Trebuchet MS;
}

.sponsor_name:hover {
	color: #FF6600 !important;
	text-decoration: underline;
}

.sponsor_desc {
	color: #707070 !important;
}


.sponsored {
	border: 1px dashed #cccccc;
	margin-right: 10px;
	padding: 10px;
}

.related_link a{
	font-size: 0.8em;
	color: #707070;
}

.in_stock {
	font-size: 0.6em;
	font-weight: bold;
	font-style: italic;
	color: #aaa;
}

#tags {
	color: #003366;
	font-size: 1.5em;
}

#tags h2{
	color: #88BC30;
	border-bottom: 1px solid #CCCCCC;
	margin: 5px 0 5px 0;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	font-size: 1em;
}




/*GLOBAL LISTS*/
ul {
 list-style-type: square;
}

ul ul {
 list-style-type: disc;
}

ul ul ul {
 list-style-type: none;
}

label {
 font-family: Arial,sans-serif;
 font-size: 1.3em;
 font-weight: bold;
 color: #396448;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 0px 0px;
	background: url("images/header_bg.jpg") no-repeat;
	width: 900px;
	height: 132px;
	margin: 0 auto;
}

#logo {
	
	position: absolute;
	top: 0px;
	left: 5px;
	font-size: 3em;
	font-weight: bold;
	color: #9ace41;
}

#tabs {
	float: right;
	width: 52px;
	height: 120px;
	margin: 15px 0 0 0;
	padding: 12px 0 0 5px;
	background: url("images/tabs.jpg") top right no-repeat;
	text-align: center;
}

#navBar{
	float: left;
	width: 172px;
	margin: 0;
	padding: 0 0 0 0;
	background: #ffffff; /*url("images/navBar_top.gif") top left no-repeat*/
}

#navfooter {
	height: 15px;
	background: #ffffff;
}

#centerfooter {
	height: 15px;
	margin: 0;
}

#content_footer {
	height: 20px;
}

#content_inner {
  	width: 720px;
	padding: 0px;
	margin:0;
}

#center {
	font-size: 0.9em;
	color: #5F5F5F;
    float: right;
	width: 537px;
	margin:0px;
	height: 100%;
	background-color: #ffffff;
	background-position: top center;
	padding: 0 0px 0 0;
}

#shopfeed {
	margin: 15px 0 0 0;
	padding: 0 0 15px 0;
}


#right_sidebar{
	float: right;
	width: 168px;
	margin: 0;
	padding: 0;
}

#newsletter {
	width: 156px;
	margin: 0;
	padding: 5px 5px 10px 5px;
	background: #9ACE41 url("images/newsletter_bottom.jpg") left bottom no-repeat;
}



#products {
	width: 535px;
	padding-left: 3px;
	height: 115px;
	margin: 10px 0 0 0;
}

div.product {
	height: 115px;
	width: 170px;
	display:inline;
	float: left;
}
div.product div {
	padding-left: 0;
	padding-top: 0;
}

div.rating {
	float: none;
}


/* SEARCH RESULTS LIST STYLES -------------------------------*/
div.search_result {
	border-bottom: 1px dashed #ddd !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	font-size: 1em;
	margin: 0px 20px;
	
}

.search_result table td{
	margin: 0px 0px 0px 0px !important;
	text-align: left;
}

.search_result td {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
}	

.search_result td a{
	font-weight: bold;
	text-transform: uppercase;
}



td.price_part img{
 	float: right;
}

a img {
	border: none !important;
}

div.rating img {
	float:none;
	display: block;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0;
}

/*NEWSLETTER STYLE*/
#right_sidebar form {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}


#right_sidebar input{
	margin: 0 0 3px 0;
	padding: 2px;
	width: 140px;
	height: 10px;
}




/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
	
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	width: 100%;
	font-size: 75%;
	color: #777777;
	padding-top: 20px;
	padding-left: 20px;
	height: 50px;
	background: url(images/footer_bg.gif) top left repeat-x;
	margin: 0 auto;
}

#siteInfo a {
	color: #777777;
}

#siteInfo img {
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search {
	float: right;
	width: 580px;
	margin-top: 20px;
	margin-right: 25px;
}

#center #search {
	
	width: 518px;
	margin: 0;
	padding: 10px;
	background: #cccccc;
}

#center #search form{
	
	width: 518px;
	margin: 0px;
}

#content #search input {
 	margin: 0;
 	padding: 3px 0px 0px 3px;
	height: 20px;
	width: 410px;
	font-size: 1em;
	color: #666666;
}

#center input#search_button {
	margin: 0px 0px 0px 3px;
	padding: 0;
	height: 30px;
	width: 100px;
}

#search #search_inner {
	background: url("images/search_bg.gif") top left no-repeat;
	margin: 0;
	padding: 10px 0 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #ffffff;
	height: 72px;
}

#search #search_inner #searchsubmit {
	margin: 0 !important;
	padding: 0;
	width: 149px;
	height: 39px;
	background: url(images/search_btn.gif) left center no-repeat;
	border: none;
	color: #fff;
}

#search #search_inner #searchsubmit a {
	
}

#search #search_inner #searchsubmit:hover {
	margin: 0 !important;
	padding: 0;
	width: 149px;
	height: 39px;
	background: url(images/search_btn_o.jpg) left center no-repeat;
	border: none;
	color: #fff;
}

#search #search_inner form {
	margin: 0;
	padding: 0;
}

#popSearch {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #00FF00;
}

#search input {
 	margin: 0 0 0 0;
 	padding: 5px 0 0 3px;
	height: 30px;
	width: 400px;
	font-size: 2em;
	color: #666666;
}

#search label{
	margin: 0px;
	padding: 0px;
}

#search img {
	margin: 10px 0 0 0;
	padding: 0 0 0 5px;
}


/************* #globalNav styles **************/

#globalNav {
	padding: 0;
	margin: 1px auto 0px 6px;
	width: 903px;
	text-transform: uppercase;
}


#container #globalNav a {
	width: 101px;
	font-size: 0.7em;
	font-weight: bold !important;
	padding: 3px 5px 0 5px;
	color: #fff;
	text-decoration: none;
	display: block;
	float:left;
	height: 38px;
	background: url("images/btn_bg.gif") center top no-repeat;
	border-left: 1px solid #ffffff;
	text-align: center;
	
	position: relative;
}

#globalNav a:visited {
	font-size: 0.65em;
	padding: 0px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#container #globalNav a:hover {
	width: 101px;
	font-size: 0.7em;
	font-weight: bold;
	padding: 3px 5px 0 5px;
	color: #003366;
	text-decoration: none;
	display: block;
	float:left;
	height: 38px;
	background: url("images/btn_bg_o.gif") center top no-repeat;
	border-left: 1px solid #ffffff;
	text-align: center;
	
}

#container #globalNav a.selected {
	width: 101px;
	font-size: 0.7em;
	font-weight: bold;
	padding: 8px 5px 0 5px;
	color: #fff;
	text-decoration: none;
	display: block;
	float:left;
	height: 38px;
	background: url("images/btn_bg_sel.gif") center top no-repeat;
	border-left: 1px solid #ffffff;
	text-align: center;
}

/*SEARCH LINK STYLE*/

#popSearch a {
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	background: none;
	height: 0;
	
	
}
#popSearch a:visited{
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	background: none;
	height: 0;
}

#search form #popSearch a:hover{
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
 	padding: 0px;
	background: none;
	display: inline;
}

#search form #popSearch a:active {
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
 	padding: 0px;
	height: 0;
}


/* TAB LINK STYLE*/

#tabs a {
	color: #ffffff;
	padding-bottom: 27px;
	display: block;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position:relative;
	margin: 7px 0 0 1px;
	padding: 0px;
	font-size: 0.65em;
	text-transform:uppercase;
}


#navBar #sectionLinks a.parent {
	border-bottom: 1px dashed #cccccc;
	display: block;
	padding: 8px 10px 8px 30px;
	margin: 0 0 3px 0;
	background-color: #F1F4FF;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}


#navBar #sectionLinks .parent:hover {
	text-decoration: underline;
	background: #E8EDFE;
	display: block;
	padding: 8px 10px 8px 30px;
	margin: 0 0 3px 0;
}

#navBar #sectionLinks a.child {
	border-bottom: 1px dashed #cccccc;
	display: block;
	padding: 8px 10px 8px 30px;
	margin: 0 0 3px 0;
	background-color: #F1F4FF;
}

#navBar #sectionLinks .child:hover {
	text-decoration: underline;
	background: #E8EDFE;
	display: block;
	padding: 8px 10px 8px 30px;
	margin: 0 0 3px 0;
}


div.sub_category{
	background-color: #F5FEEA;
	margin: 0px;
	padding: 0px;
}

#navBar #sectionLinks .sub_category a.parent{
	margin: 5px 0;
	padding: 3px 10px 3px 30px;
	display: block;
	color: #92C652;
	background-color: #F5FEEA !important;
	background-image: url(images/arrow-grn.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	
}

#navBar #sectionLinks .sub_category a.child{
	margin: 5px 0;
	padding: 3px 10px 3px 30px;
	display: block;
	color: #92C652;
	background-color: #F5FEEA !important;
	background-image: none;
}

#navBar #sectionLinks .sub_category .sub_category a.child{
	margin: 0px 6px 0 0;
	padding: 3px 10px 3px 23px;
	display: block;
	color: #969696;
	background-color: #FFFFFF !important;
	background-image: none;
	border: none
}

#navBar #sectionLinks .sub_category .sub_category a.parent{
	margin: 0px 5px 0 0;
	padding: 3px 10px 3px 30px;
	display: block;
	color: #7D7D7D;
	background-color: #FFFFFF !important;
	background-image: none;
	
}

/*

.sub_category .child:hover {
	display:block;
	background-color: #E8FECD;
}


.sub_category div a{
	margin: 0 !important;
	padding: 3px !important;
}

.sub_category div div a{
	margin: 0 !important;
	padding: 3px !important;
	color: #A4A4A4;	

}

.sub_category div div a:hover{
	margin: 0 !important;
	padding: 3px !important;
	color: #ffffff;	
}
*/

/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/




/* FOOTER */
#footer {
	position:absolute;
	width:900px;
	bottom: -0px; /* stick to bottom */
	background:#cccccc;
	background-position: top left;
	height: 110px;
	margin: 0;
}
#gallery {
	width: 100%;
	height: 232px;
}
#progress {
	margin: 10px auto;
	width: 200px;
	height: 15px;
	padding: 2px;
	border: 2px solid #dfdfdf;
}
#progress .bar {
	width: 0px;
	text-align: center;
	font-size: 10px;
	height: 15px;
	background: #2a2a2f;
	color: #fff;
	font-weight: bold;
}


/* --------- left sidebar related keywords --------- */

div#left-keywords{
	width: 165px;
}
div#left-keywords ul{
	margin:0px;
}
div#left-keywords ul li.kw_item a{
	color:#006699;
	font: normal 14px Arial,sans-serif;
	letter-spacing: -1px;	  
}

div#left-keywords ul li{ 
	margin:0px 0px 5px 0px;
	color: #333333;
	padding: 0px;
	list-style-image: url(images/arrow11.gif);  
	ist-style-position: outside;
}

div#left-keywords ul li a.hover{
	text-decoration:underline;
}
