body {
	background: #231f20;
	color: #333;
	font-size: 12px;
	padding: 20px 0 40px;
}
a {
	color: #39C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-weight: bold;
	text-align: left;
}
h2 {
	text-align: left;
}
p {
	overflow: hidden;
	padding: 0;
	text-align: center;
}
#search p {
	
	overflow: hidden;
	padding-top: 15px;
	text-align: right;
}
.container_12 {
	margin-bottom: 20px;
}
.container_16 {
	background: #fff url(img/16_col.gif) repeat-y;
}
#feature {
	background-color: #cdd1d7;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 170px;
	border: 1px solid #666;
}
.infoBoxHeading {
	font-size:15px;
	color:#1AB9D1;
}
.boxText {
	color:#CCC;
}
#sidebar {
	background-color:#333;
	font-size:11px;
}
#sidebar h3 {
	font-size:15px;
	color:#1AB9D1;
}
#sidebar p {
	padding-left:10px;
	text-align: left;
	font-size:11px;
}
#sidebar a {
	color:#CCC;
}
#sidebar a:hover {
	color:#999;
}
#sidebar a:active {
	color:#1AB9D1;
}
#maincontent {
	background-color: #F3F3F3;
}
#footer {
	background-color: #333;
}
#footer p {
	vertical-align: middle;
	color: #CCC;
	padding: 20px;
}
#search {
	text-align:right;
	height: 58px;
}
/* MENU */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
	background: black url(../images/blockdefault.gif) center center repeat-x;
	border: 1px solid #343434;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}
.solidblockmenu li {
	display: inline;
}
.solidblockmenu li a {
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #343434;
}
.solidblockmenu li a:visited {
	color: white;
}
.solidblockmenu li a:hover, .solidblockmenu li .current {
	color: white;
	background: transparent url(../images/blockactive.gif) center center repeat-x;
}
#box {
	padding: 10px;
	color: #CCC;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #231F20;
}
#box2 {
	padding: 10px;
	color: #CCC;
	text-align: center;
}
#news {
	background-color: #333;
	color: #F3F3F3;
}
#maincontent .column {
	padding: 0px;
}
/* CART DATA */

.productListing-heading {
	background-color:#E5E5E5;
	padding: 10px;
}
.productListing-odd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
}
.productListing-even {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
}
#contact {
	background-color:#333;
	color:#CCC;
	height: 220px;
	border: 1px solid #333;
	padding: 20px;
	float: left;
	width: 300px;
	margin-right: 10px;
}
#contact h2 {
	font-size: 14px;
	font-weight: bold;
}
#contact p {
	font-size: 12px;
}
#map {
	float: left;
	padding: 0px;
	width: 300px;
}
#productdata h2 {
	padding: 10px;
}
#addbutton {
	padding: 10px;
}
.pageheading {
	font-size:18px;
	color:#09C;
	font-weight:bold;
}
#maincontentpadding {
	padding: 15px;
}
#maincontentpadding p {
	text-align: left;
}
.moduleRow {
}
.moduleRowOver {
	background-color: #D7E9F7;
	cursor: pointer;
	cursor: hand;
}
.moduleRowSelected {
	background-color: #E9F4FC;
}
.checkoutBarFrom, .checkoutBarTo {
	font-family: Arial;
	font-size: 12px;
	color: #8c8c8c;
}
.checkoutBarCurrent {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
/* message box */

.messageBox {
	font-family: Arial;
	font-size: 12px;
}
.messageStackError, .messageStackWarning {
	font-family: Arial;
	font-size: 12px;
	background-color: #ffb3b5;
}
.messageStackSuccess {
	font-family: Arial;
	font-size: 12px;
	background-color: #99ff00;
}
/* input requirement */

.inputRequirement {
	font-family: Arial;
	font-size: 12px;
	color: #ff0000;
}
 #product-title {
	height: 50px;
	float: left;
	width: 450px;
}
 #product-price {
	height: 50px;
	width: 150px;
	float: right;
	overflow: hidden;
}
 #product-desc {
	width: 400px;
	float: left;
}
#product-image {
	width: 250px;
	float: left;
	padding: 10px;
}
#product-options {
	width: 200px;
}

#search input {
	color: #F3F3F3;
	background-color: #333;
	
}

