a:link, a:visited, a:active {
	text-decoration: none;
	color: #333;
}
a:hover{
	text-decoration: underline;
	color: #999;
}
#myPrice2 {
	color:#FF0000;
	text-decoration: line-through;
}
body {
	font: 12px Arial;
	color: #666;
	background-color: #000;
	margin-top: 3px;
}
#brands a {
	display: block;
	border-bottom: 1px solid #e0e0e0;	
}

#container {
	width:1000px;
	margin-left: auto;
	margin-right: auto;
	background: url(assets/back.jpg) repeat-y;
}

.cssnav {
	margin-top: 0px;
	margin-bottom: 0px;
}

.cssnav a:link, .cssnav a:visited, .cssnav a:active {
	display: block;
	padding: 2px 2px 2px 12px;
	background: url(assets/arrow.gif) no-repeat 0 center;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
.cssnav a:hover {
	background-color: #eee;
}

.csscurrentnav {
	margin-top: 0px;
	margin-bottom: 0px;
}

.csscurrentnav a:link, .csscurrentnav a:visited, .csscurrentnav a:active {
	display: block;
	padding: 2px 2px 2px 12px;
	background: url(assets/arrow.gif) no-repeat 0 center;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

.csscurrentnav a:hover {
	background-color: #eee;
}

.csssubnav {
	margin-top: 0px;
	margin-bottom: 0px;
}

.csssubnav a:link, .csssubnav a:visited, .csssubnav a:active {
	display: block;
	padding: 2px 2px 2px 22px;
	color: #666;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}
.csssubnav a:hover {
	background-color: #eee;
}

#footer {
	background: #000 url(assets/footer.jpg) no-repeat;
	text-align: right;
	padding-top: 14px;
	font-size: 11px;
	padding-right: 15px;
	color: #fff;
}
#footer a{
	color: #fff;
}

h1 {
	color: #000;
	font: 18px Arial;
	margin-top: 2px;
}

h3 {

	font: bold 14px Arial;
	margin-top: 2px;
	color: #333;
}

#header {
	background: url(assets/header.jpg) no-repeat;
	height: 97px;
}

.half {
	float: left;
	width: 230px;
	padding: 4px;	
	font: 10px Arial;
}
.half a {
	padding: 2px;
	color: #333;
	font: bold 10px Arial;
}

#left {
	float: left;
	width: 225px;
	margin-left: 4px;
}

.leftcontent {
	padding-left: 26px;
	padding-top: 16px;
	padding-right: 10px;
}

.leftdivide {
	background-image: url(assets/division.jpg);
	height: 45px;
}

.linedbox {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	color: #333;
	font: 11px "Trebuchet MS", Geneva, Tahoma, Arial;
	clear: both;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#middle {
	float: left;
	width: 510px;
	padding: 16px;
}
.offerheader {
	width: 20px;
	float: left;
	height: 310px;
	border-right: 1px solid #fff;
}

#right {
	float: left;
	width: 220px;
}

.rightcontent {
	padding: 18px;
}

.rightdivide {
	background-image: url(assets/divisionright.jpg);
	height: 45px;
}

#search {
	float: right;
	margin-right: 40px;
	margin-top: 40px;
}
#top {
	text-align: right;
	padding-right: 29px;
	background-color: #000;
	padding-top: 4px;
	padding-bottom: 4px;
}
#top a:link, #top a:visited, #top a:hover, #top a:active {
	color: #fff;
	font-size: 11px;
	padding-right: 9px;
	
}
/* CMS SPECIFIC STYLES - DO NOT DELETE */

/* #content - used for print this page */

#content {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

/* Admin navigation div */

.adminquicklinks {
	font-size: 11px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2px;
}

.adminquicklinks a:link, .adminquicklinks a:visited, .adminquicklinks a:active {
	color: #fff;
}

.adminquicklinks a:hover {
	text-decoration: underline;
}

/*Editor Layer positioning Styles*/

/* Table build divs for the admin area */

.bottomborder {
	border-bottom: 1px dashed #999;
	clear: both;
	/*height: 12px;*/
	padding-top: 3px;
	padding-bottom: 2px;
}

.bottomborder2 {
	border-bottom: 1px dashed #999;
	background-color: #EEEEEE;
	clear: both;
	padding-top: 3px;
	padding-bottom: 2px;
}

/* Table hover effect for admin area */

.n {
	background-color: #FFFFFF;
	clear: both;
	height: 16px;
}

.h {
	background-color: #EEEEEE;
	clear: both;
	height: 16px;
}

.leftaligned1 {
	float: left;
	width: 300px;
	/*height: 16px;*/
}

.leftaligned2 {
	float: left;
	width: 155px;
	/*height: 16px;*/
}

.optinfo {
	float: right;
	font-size: 8px;
	color: #999999;
}

/* End table build divs for the admin area */

.imgrep {
	float: left;
	width: 50px;
	height: 50px;
	padding: 0px;
	margin-left: 12px;
	margin-right: 12px;
	border: 4px solid #DDD;
	overflow: hidden;
}

#editorcontainer {
	clear: both;
	height: 530px;
	background: #EEEEEE;
	padding: 4px;
}

#options {
	clear: both;
	height: 20px;
}

#formbuttons {
	top: 0px;
	float: right
}

#articletext {
	position: absolute;
	clear: both;
}

#articletext p {
	font-size: 11px;
	color: #222222;
	font-weight: bold;
	margin: 3px;
}

.articleoptions {
	visibility: hidden;
	position: absolute;
}

#Form1 {
	margin-top: 2px;
}

/*End Editor Layer positioning Styles*/

/* form styles */

.formrow {
	clear: both;
	padding: 2px;
}

.formtitlecell {
	float: left;
	width: 90px;
	font-weight: bold;
	padding: 2px;
}

.formvaluecell {
	float: left;
	padding: 2px;
}

/* Recordset pagging highlight */

.paging {
	background: #202E5E;
	color: #FFFFFF;
	padding-left: 1px;
	padding-right: 1px;
}

/* Text for admin area */

.admintext {
	font-size: 11px;
	font-style: italic;
	color: #999999;
	margin: 1px;
}

/*Cart Styles*/

.checkoutheading {
	background-color: #EEEEEE;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
}

/*Cart Styles*/

/* END CMS SPECIFIC STYLES */