body {
        background: #24ADD0 url(/templates/05/cloudy/_images/cloudybg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    }
p, div, li, h1, h2, h3, h4, td, input, select, textarea {
    color: #000000;
}
a:link, a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
a:hover, a:active {
      color: #b6a193;
}

/* Buttons */
.button {
	background: #886e5c;
	color: #FFFFFF !important;
}
.button:hover {
	background: #b6a193;
	color: #FFFFFF
}

/* topbar */
#topbar {
float: left;
margin: 0px;
padding: 0px;
margin-bottom: 30px;


}


/* Top */
#top h1 {
	color: #FFFFFF;
	 padding-top: 30px;
font-size: 35px;
}

#search input {
	background: #C2610B;
	color: #FFFFFF !important;
}
#search label input {
	background: #FFF;
	color: #000;
	border: 1px solid #999;
}

/* Bar */
#bar {
	background: #C2610B;
	color: #FFFFFF;
	
	float: right;
}

#barlong {
background: #C2610B;;
	color: #FFFFFF;
	width: 850px;
	float: right;
}		
		
	#menu {
		color: #C2610B;
		font-weight: bold;
	}
	#menu a:link, #menu a:visited {
	    color: #C2610B;
	    text-decoration: none;
	}
	#menu a:hover, #menu a:active {
	    text-decoration: underline;
	}
	
	#cart {
		color: #FFFFFF;
	}	

/* Content */
#main {
	
}
	#content {
		background: #FFFFFF;
	}
	
#content a:link, #content a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
#content a:hover, #content a:active {
    color: #b6a193;
}	
		#content h2 {
			color: #DBBF71;
		}
		#content h3 a:link, #content h3 a:visited {
			color: #DBBF71;
		}
	#products td {
		background: #C2610B;
	}
	
	p.price {
		color: #886e5c;
	}
	
	#cart-total {
		background: #C2610B;
	}
	
	.cart-item {
		border-bottom: 1px solid #d2efbf;
	}
	
	#crumb a:link, #crumb a:visited {
    color: #b6a193;
	}
		#prev, #next  {
			color: #C2610B;
		}
    
}
#crumb a:hover, #crumb a:active {
    color: #b6a193;
    text-decoration: underline;
}
	
/* Side */
#emailsub_wrapper {color: #FFF}
#side {
		background: url(/templates/05/_images/sidebarbottom.jpg);
		background-repeat: no-repeat;
		background-position: no-repeat;
		background-position: bottom left;
		padding-bottom: 15px;
	
		
}

#side h2 {
	color: #FFFFFF;
	background: #1FA1C5 url(/templates/05/_images/sidebar.jpg);
	
}
	#side li {
		background: #1FA1C5 url(/templates/05/_images/sidebar.jpg);
		color: #FFFFFF;
	}
	#side a:link, #side a:visited {
		color: #FFFFFF;
	}
	#side a:hover, #side a:active {
		color: #FEFEFE;
	}

/* Footer */
#footer {
	
}
#footer p, #footer a {
	color: #FFFFFF;
}

/* ------------------------------------------------------------ */
/* ----------------   LAYOUT   PROPERTIES  ------------------- */

body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 13px;
    color: #000;
    line-height: 18px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

.button {
	padding: 3px 5px;
	text-transform: uppercase;
	font-size: 9px;
	text-decoration: none !important;
	border: none;
}
#cart-total .button {
	font-size: 14px;
	font-weight: bold;
	padding: 6px 9px;
	margin-left: 20px;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 870px;
	margin: 15px auto;
	text-align: left;
	margin-top: 0px;

}

#top, #bar, #main, #footer {
	margin: 0 10px;
}




/* ----------------------------------- */
/* TOP
/* ----------------------------------- */

#logo {
clear: both;
}

#top {
	

margin-bottom: 0px;
height: 160px;


	
}
	#search {
		width: 270px;
		float: right;
		font-size: 11px;
		margin-top: 5px;
	}
		#search input {
			border: none;
			text-transform: uppercase;
			width: 65px;
		}
		#search label input {
			width: 175px;
		}
	
	#top h1 {
		font-size: 35px;
		
		
		
	}

/* ----------------------------------- */
/* BAR
/* ----------------------------------- */
#bar {
	padding: 0 20px;
	line-height: 33px;
	height: 33px;
	width: 576px;
	margin: 0;
}
	#cart {
		float: right;
		padding-left: 25px;		
		width: 350px;
		text-align: center;
		line-height: 33px;
	}
	
		#cart a {
			font-weight: bold;
		}
	
	#menu {
		float: left;
		line-height: 33px;
		width: 350px;
		text-align: center;
	}
		#menu a {
			margin: 0 7px; 
		}

/* ----------------------------------- */
/* CONTENT
/* ----------------------------------- */
.productOption {padding-bottom:10px;}
.optionLabel {width:80px;}
#main {
	padding: 0px;
	
}
	#content {
		width: 576px;
		float: right;
		padding: 20px;
		
	
	}
		#main.wide #content {
			width: 810px;
			
			float: none;
		}
		#content h2 {
			font-size: 21px;
		}
		#content h3, p.price {
			font-size: 16px;
			font-weight: bold;
		}
		
		#banner, #welcome, #featured {
			margin-bottom: 30px;
		}
		
		#crumb {
			font-weight: bold;
			margin-bottom: 25px;
			font-size: 11px;
		}
		
		#pagination {
			text-align: center;
			height: 20px;
		}
			#pagination a#prev {
				float: left;
			}
			#pagination a#next {
				float: right;
			}
		
		/* Category Page */
		#products td {
			text-align: center;
			font-weight: bold;
		}
			#products td h3 {
				margin-bottom: 3px;
				font-size: 12px;
			}
			#products td p {
				margin: 0;
			}
			#products td p img {
				vertical-align: middle;
				margin-left: 10px;
			}
		
		/* Product page */
		#photos {
			width: 290px;
			float: right;
			margin-left: 30px;
			display: inline;
		}
			#photos img {
				width: 290px;
				margin-bottom: 10px;
			}
			#photo-thumbs {
				text-align: center;
			}
			#photo-thumbs img {
				width: 80px;
				margin: 5px;
				vertical-align: middle;
			}
		
		/* Cart page */
		.cart-item {
			margin-bottom: 15px;
			padding-bottom: 15px;
			background: transparent url(/templates/05/_images/common/divider-horizontal.gif) left bottom repeat-x;
		}
			.cart-item img {
				height: 70px;
				float: left;
				margin-right: 15px;
				display: inline;
			}
			.cart-item h3, .cart-item p {
				margin-bottom: 4px;
			}
		
		#cart-total {
			padding: 15px;
			text-align: center;
		}
			#cart-total strong {
				font-size: 21px;
			}
			#cart-total img {
				vertical-align: middle;
				margin-left: 20px;
			}

			p.product-options input {
				vertical-align: middle;
			}
		
		p#google-checkout {
			text-align: center;
		}
		p#google-checkout img {
			/* display: block; */
			margin: 0 auto;
		}
		
		p#update-cart {
			font-weight: bold;
			font-size: 14px;
		}
		
			
	/* Common to all pages */
	#side {
		width: 234px;
		margin: 0px;
		padding: 0px;
		float: left;
		

	}
		#side h2 {
			font-size: 14px;
			padding-left: 8px;
			margin-bottom: 0px;
			line-height: 30px;

			
			
		}
		#side li {
			padding-bottom: 3px;
			padding-left: 8px;
			margin-bottom: 0px;
			list-style: none;
			font-size: 12px;
		}
			#side li a {
				text-decoration: none;
			}
		
		#side li li {
			font-size: 11px;
			padding: 0;
			background: none;
			font-weight: normal;
			margin: 0 0 0 10px;
		}
		
		#side li.selected {
			font-weight: bold;
		}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */
#footer {
	padding-top: 0px;
	padding-left: 30px;
	padding-bottom: 15px;
	
}
