@charset "utf-8";
body  {
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	min-width: 960px;
	background-color:#f9f7f5;
	margin:0;
}
h1 {
	color: #000;
	line-height: normal;
	text-decoration: underline;
	font-size: 2.1em;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
	font-style:italic;
}
h3 {
	font-size: 1.15em;
	font-style:italic;
}
h4 {
	font-style:italic;
}
p {
	font-size:1em;
}

a {
	text-decoration: none;
	color: #003399;
	display: inline;
}
a:hover {
	text-decoration: underline;
}
a img { border:none; }

.sale {
	color: #C00;
}
/*Normal wrapper*/
#wrapper {
	width:968px;
	margin: 0.5em auto;
	padding:0;
}
.fullpagetext {
	width:960px;
	margin: 0.5em auto;
	padding:0;
}
#fullpagetext .top {
	background:url(../graphics/fullpagetext_01.png) bottom no-repeat;
	height:15px;
	width:960px;
}
#fullpagetext .mid {
	background:url(../graphics/fullpagetext_02.png);
	width:900px;
	padding:5px 20px 10px 40px;
}
#fullpagetext .mid hr {
	clear:both;
	margin:1em 3em;
	background:#ccc;
	color:#ccc;
	height:1px;
}
#fullpagetext .bottom {
	background:url(../graphics/fullpagetext_03.png) top no-repeat;
	height:15px;
	width:960px;
	clear:both;
}	
.imgleft {
	width:250px;
	margin:0 16px 8px 0;
	float:left;
	color:#666;
	font-style:italic;
}
.imgleft img {
	border:solid 3px #dad9d7;
}
.imgright {
	width:250px;
	margin:0 0 8px 16px;
	float:right;
	color:#666;
	font-style:italic;
}
.imgright img {
	border:solid 3px #dad9d7;
}

#container {
	width:98%;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0;
	padding: 0;
	vertical-align: top;
	top: 0px;
}  
#header {
	height: 60px;
	width: 100%;
	padding-top: 8px 20px 5px 10px;
	border-bottom:thin ridge #4D6674; 
}
#header #topnav {
	float: right;
	width: 23em;
	position: relative;
	margin:0.1em 0 0 0;
	top: 0;
	right: 0;
}

#header #topnav ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

#header #topnav ul li {
	display: inline;
}
#header #topnav a {
	float:left;
	width:auto;
	text-decoration:none;
	font-weight: bold;
	color: #000;
	padding:0.2em 0.6em;
	border-right:1px solid black;
}
#header #topnav a:hover {
	color:#003399;
	text-decoration: underline;
}
#header #headImage {
	float: left;
	padding-top: 0px;
	padding-left: 20px;
}
#header #headImage img {
	float: left;
}
#header #headImage .title {
	float: left;
	padding-top: 15px;
}
#navbar {
	width: 100%;
	margin-top: 2px;
	padding-left: 20px;
	font-size: 100%;
	padding-top: 3px;
	border-top-width: thin;
	border-top-style: ridge;
	border-top-color: #4D6674;
}
#mainTop {
	width: 90%;
	margin-top: 5px;
	float: none;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 20px;
}
#mainTopText {
	width: 100%;
	height: auto;
	color: #000;
	margin: 0 auto 0 auto;
	padding-top: 1px;
	text-align: left;
}

#menubar {
	margin: 1em auto;
	height:2.5em;		
}
#menubar hr {
	clear:both;
	display:none;
}

ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu li {position:relative; float:left; margin-right:2px; list-style: none}
ul.menu ul {position:absolute; top:19px; left:0; background:#FFF; border-top:#4D6674 thin ridge; border-left:#4D6674 thin ridge; display:none; opacity:0; list-style:none}
ul.menu ul li {position:relative; width:148px; margin:0}
ul.menu ul li:hover {background-image:url(Images/table2.png); color:#FFF}
ul.menu ul li a {display:block; padding:3px 7px 5px}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink {background:url(Images/header.gif); border-right:#666 ridge thin}
ul.menu .topline {border-top:1px solid #aaa}
ul.menu a:hover{background-image:url(Images/table2.png); color:#FFF}

.googlecart-add-button {
	margin: 0 auto 0 auto
}
.product-attr-custom {
	width: 90px
}
.contentText {
	padding: 10px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.itemImage {
	float: left;
	width: 240px;
	height: 450px;
	text-align: center;
	border: thin ridge #3D5462;
	margin: 5px 0 0 5px;
	padding: 0 5px 0 5px;
	background-color: #FFF;
}
.itemImage p {
	font-size:90%;
}
.itemImage h2 {
	margin: 2px auto;
}

.pgCntr {
	width: 370px;
	height: auto;
	margin-right: 5px;
}

/*Start main footer styles*/
#footer {
	border-top: 10px solid #ccc;
	background: #dad9d7;
	color: #555;
	font-size:90%;
	clear: both;
	margin-top:20px;
	padding:15px;
	height:65px;
} 
#footer p {
	margin: 0; 
	padding: 0.2em 0.6em; 
	line-height: normal;
}
#footer ul {
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}
#footer ul li {
	text-transform:uppercase;
}
#footer a {
float:left;
width:auto;
text-decoration:none;
color:#003399;
padding:0.2em 0.6em;
border-right:1px solid white;
}
#footer a:hover {
	color:#555;
}
/*End footer styles*/


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.pgLft {
	float: left;
	height: 350px;
	width: 300px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: medium;
	border-right-width: thin;
	border-top-style: ridge;
	border-right-style: ridge;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	background-color: #FFF;
	background-image: url(Images/bgBox.png);
	background-repeat: repeat-x;
	background-position: top;
}
#mainContent table td {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #3D5462;
	background-color: #FFF;
	margin: 0 10px 0 10px;
}
#container #topImage {
	margin-right: auto;
	margin-left: auto;
	width: 868px;
	text-align: right;
}

#splittop {
	background:#FFF;
	position:fixed;
	width:100%;
}
#staticHead {
	position:fixed;
	left:0;
	top:0;
}
#staticHead #header {
	position:fixed;
	top:0;
	left:0;
	background-color:#f9f7f5;
}
#staticHead #topnav {
	position:fixed;
	right:0;
	top:0;
}
#staticHead #menubar {
	position:fixed;
	left:0;
	top:40px;
	height:4em;
	z-index:-3000;
	background-color:#f9f7f5;
	margin:0;
	padding-top:4px;

}
#staticBody {
	margin:90px auto 10px 10px;
	width:968px;
	z-index:-250000;
	position:absolute;
}
#staticBody #s2 {
	position:fixed;
	width:968px;
	margin:0 auto 0 0;
	padding-left:-5px;
	background-color:#f9f7f5;
}
#s2 table td {
	border-right:1px solid #dad9d7;
	border-left:1px solid #dad9d7;
}	
#staticBody #s2 table {
	background:#ccc;
	border-collapse:collapse;
}
#staticBody #s3 {
	padding-top:122px;
}
#staticBody #s3 table tr:nth-child(even) {
	background-color: #dad9d7;
}
#staticBody #s4 {
	text-align:left;
	padding: 10px 40px 10px 40px;
}
#staticBody #s3 table {
	border-collapse:collapse;
}
#staticBody #s3 td {
	border: 1px solid #CCC;
}
table .tablehead {
	background:#555;
	color: #FFF;
	text-align:center;
	vertical-align: bottom;
}

/*End split styles*/
.fs {border-collapse: collapse}
.fs td {border:1px ridge #4F6978; text-align: center;}
#va1 .product-image { border:solid 1px #ccc; }
#va1  .product-title, .product-price, .product-shipping { font-weight:bold; }
#va1  .data-cell { padding:0px 50px 0px 10px;border:solid 0px #fff;vertical-align:top}
#va1  .align-cart { padding-left:480px }

#mainTop .v1 {
	float: left;
	height: 327px;
	width: 267px;
	margin-left: 5px;
	background-image: url(Images/v1box.png);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

#mainTop .v1 h2 {
	line-height: normal;
	vertical-align: top;
	margin-top: 8px;
}
#mainTop .v1 .product {
	float: left;
	width: 100px;
	margin-left: 5px;
	text-align: center;
	height: 150px;
	vertical-align: bottom;
	right: 0;
}
#mainTop .v1 img {
	float: left;
	vertical-align: bottom;
}
#mainTop .v1 p {
	text-align: left;
	clear: both;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	vertical-align: bottom;
	font-size: 90%;
}
#mainTop .v1 .product h3 {
	font-weight: normal;
	color: #C00;
	font-style: italic;
	font-size: medium;
}
.v1 .title {
	height: 100px;
	padding:0 10px 0 10px;
}
#mainTop h2 { 
	clear:both
}
#mainTop .v2 {
	background-image:url(Images/table1.png);
	color:#FFF;
	width: auto;
	height: 4em;
	clear: both;
	padding: 1px 0 0 15px;
	margin: 0 5px 5px 5px;
}
#mainTop .v2 h2 {
	font-size: 2em;
	text-decoration: underline;
	margin-bottom: 5px;
}
#mainTop .v2 .desc {
	font-size:60%;
}
#mainTop .vr2g {
	color:#666;
	width: auto;
	clear: both;
	padding: 1px 0 0 15px;
	margin: 0 5px 5px 5px;
}
#mainTop .vr2g h2 {
	font-size: 2em;
	text-decoration: underline;
	margin-bottom: 5px;
}
#mainTop .vr2g .desc {
	font-size:60%;
}

/*Start colours page styles*/

.clr1 {
	float: left;
	width: 154px;
	height: 226px;
	text-align: center;
	border:1px solid #dad9d7;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #FFF;
}
.clr1 img {
}
.clr2 {
	text-align: left;
	padding:10px;
	margin: 5px 0 5px 0;
	border:1px solid #dad9d7;
}
.clr3 {
	padding: 5px;
	height: 973px;
	width: 200px;
	float: left;
	border:1px solid #dad9d7;
	margin: 0 5px 0 0;
}
.clr3 ul {
	margin-left:0;
	padding-left:0;
}
.clr3 ul li {
	list-style:none;
	margin:0.2em;
}


.clr3 fieldset {
	border:1px solid #dad9d7;
	width:185px;
	padding:5px;
}
.clr3 #submit {
	margin:0.9em;
	width:100px;
	text-transform:uppercase;
}
#fullpagetext .clr4 {
	padding: 5px;
	width: 627px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
	border: 1px solid #dad9d7;
}
#fullpagetext .clr5 {

}
#fullpagetext .clr1 h3 {
	margin-top: 3px;
	margin-bottom: 1px;
}
/*End colours page styles*/

/*Heat calculator*/
#frm {
	float:right; 
	margin:0 40px 20px 40px;
	width:340px;
}
#frm .top {
	background:url(../graphics/340px_box_01.png) bottom no-repeat;
	height:15px;
	width:320px;
	padding:2px 10px;
}
#frm .mid {
	background:url(../graphics/340px_box_02.png);
	width:320px;
	padding:2px 10px;
}
#frm .bottom {
	background:url(../graphics/340px_box_03.png) top no-repeat;
	height:15px;
	width:340px;
}
#frm form {
	margin:0;
	border-collapse:collapse;
}

#frm table {
	color:#555;
	border:none;
	border-collapse:collapse;
	margin:0;
	padding:0;
}
#frm td {
	padding:0 2px 0 2px; 
	border:solid 1px #dad9d7; 
}
#frm .clickbutton {
	background:#4d5762;
	color:#dad9d7;
	border-top:#5b6f86 3px solid;
	border-right:#000 3px solid;
	border-bottom:#000 3px solid;
	border-left:#5b6f86 3px solid;
	padding:5px;
	width:100px;
	margin:6px auto;
	text-align:center;
	text-transform:uppercase;
}

/*End heat calculator*/

/*Start associates page styles*/
.associates {
	width:860px;
	padding:1em;
	border-top:1px solid #dad9d7;
}
.associates h2 {
	border-bottom:1px solid #efeae4;
	margin:0.5em 11.5em 0.5em 0;
}
.associates h3 {
	width:28em;
}
.associates img {
	float:right;
	border:3px solid #dad9d7;
	margin:0 0 1em 0;
}


/*START INDEX ONLY STYLES*/
#indexwrap {
	width:968px;
	margin: 0.5em auto;
	padding:0;
}
#indexwrap .top {
	background:url(../graphics/indexwrap_01.png) bottom no-repeat;
	height:15px;
}
#indexwrap .mid {
	background:url(../graphics/indexwrap_02.png);
}
#indexwrap .bottom {
	background:url(../graphics/indexwrap_03.png) top no-repeat;
	height:15px;
}
#indexwrap table {
	border-right:solid 2px #ccc;
	border-left:solid 2px #ccc;
}
#indexwrap .linkImg {
	float:left;
	margin: 0 8px 0 8px;
	border:thin #666 ridge;
	display: block;
}
#indexwrap .linkImg:hover {
	border:thin #FFF ridge;
}
#indexwrap .links {
	width:952px;
	margin:2px 2px 2px 14px;
}
#indexwrap hr {
	color:#666;
	clear:both;
	margin:5px 0 0 0;
}

/*Start index main text box*/
#indextext {
	width:648px;
	float:left;
	padding:0 0 30px 0;
	font-size:90%;
	color:#444;
	margin:1em 1em 1em 0;
}
#indextext .top {
	background:url(../graphics/content_box_01.png) bottom no-repeat;
	height:18px;
	margin:0;
}
#indextext .mid {
	background:url(../graphics/content_box_02.png);
	padding:5px 22px 5px 68px;
	width:558px;
	margin:0;
}
#indextext .bottom {
	background:url(../graphics/content_box_03.png) top no-repeat;
	height:20px;
	margin:0;
}
#indextext h1 {
	border-bottom: 1px solid #efeae4;
	font-size:2em;
	text-decoration:none;
	text-transform:capitalize;
	color:#555;
}
#indextext h1, #indextext h3 {
	border-bottom: 1px solid #efeae4;
	color:#555;
}

.listbox {
	padding:0 1em;
	width:250px;
	float:left;
}
.listbox ul {
	margin:0.2em 0.5em;
}
	
.listbox ul li {
	list-style-image:url(../graphics/li.png);
	font-size:1.05em;
	margin-top:2px;
	font-style:normal;
}
/*End index main text box*/


/*Begin Sidebar styles*/
#sidebar {
	float: right;
	padding-bottom: 30px;
	width: 266px;
	color:#555;
	margin:1em 0 1em 1em;
}

#sidebar .top {
	background:url(http://www.castrads.com/graphics/wp_side_01.png) bottom no-repeat;
	width:266px;
	height:15px;
}
#sidebar .mid {
	background:url(http://www.castrads.com/graphics/wp_side_02.png);
	width:246px;
	padding:10px
}
#sidebar .bottom{
	background:url(http://www.castrads.com/graphics/wp_side_03.png) top no-repeat;
	width:266px;
	height:15px;
	margin-bottom:0.2em;
}
#sidebar h2 {
	border-bottom: 1px solid #efeae4;
	color:#666;
	font-size:1.3em;
}
#sidebar ul li {
	display:compact;
	font-style:italic;
	margin:0.4em 0;
	list-style-image:url(../graphics/li.png);
}

/*end sidebar styles*/


/*Start index footer styles*/
#indexfooter {
	padding:0;
	border-top: 10px solid #ccc;
	background: #dad9d7;
	color: #555;
	font-size:90%;
}
#indexfooter hr {
	color:#FFF;
	margin:2px 50px;
	clear:both;
}
#indexfooter h2 {
	font-size:1.6em;
	color:#555;
	clear:both;
	border-bottom: 1px solid #ccc;
}
#indexfooter h3 {
	font-size:1.2em;
	color:#555;
	clear:both;
	border-bottom: 1px solid #ccc;
}
#indexfooter .content {
	width:960px;
	margin:0 auto;
}
#indexfooter .column {
	float: left;
	margin:5px 20px 5px 0;
	padding:0 15px 20px 15px;
	color: #413f3e;
	width:270px;
}

.column ul {
	padding-bottom:20px;
	float:left;
	margin:0 32px 0 0;
}
.column ul li {
	margin:0.25em 0;
	list-style-image:url(../graphics/li.png);
}
.column ul li ul {
	margin:0.2em 0 0.15em 0.3em;
}

/*Follow*/
.column dl dd a {
	color:#666;
	font:bold italic 1.2em;
}
.column dl dd {
	margin:5px 30px 2px 30px;
}
/*End follow*/
/*End indexfooter*/



#rad1 h4 {
}
#rad1 .thumb {
	botttom:0
}

.radSpec {
	width:968px; 
	margin:0 auto 0 auto; 
	padding: 10px; 
	background: #FFF
}
.radSpec .tablehead {
	background:#666;
}
.radSpec .ImgLnk {
	margin: 3px 0 3px 0;
	border: thin ridge #3D5462;
}
.radSpec .clrchange {
	border: thin #818E9B solid;
	margin: 0.2em 0.8em;
}
#contact1 {
	width: 350px;
	float:left;
	color:#FFF;
	padding:10px;
	background-image: url(Images/table1.png);
}
#contact2 {
	clear:both;
	color:#FFF;
	padding:10px;
	background-image: url(Images/table1.png);
}
.builderh3 {
	font-size:0.6em;
}

/*Begin styles for Accessory pages*/

#AccSpecWrap {
	width:968px;
	margin:1em auto;
	padding:0;
}
#AccSpec1 {
	width:290px;
	margin:0 1em 1em 0;
	float:left;
}
#AccSpec1 .top {
	width:290px;
	height:15px;
	background:url(../graphics/specBox_01.png) bottom no-repeat;
}
#AccSpec1 .mid {
	background:url(../graphics/specBox_02.png);
	margin:0;
	padding:0 1em 1em 1em;
	color:#FFF;
}
#AccSpec1 .bottom {
	width:290px;
	height:15px;
	background:url(../graphics/specBox_03.png) top no-repeat;
}
#AccSpec1 h2 {
	font-weight:bold;
	font-size:1.3em;
}
#AccSpecWrap #AccSpec1 a {
	text-align:center;
	float:none;
}
#AccSpec1 p {
	text-align:left;
}

#AccSpec2 {
	width:30em;
	padding:0 1em;
	float:left;
}
#AccSpec2 h1 {
	text-decoration:none;
	background:url(../graphics/h1bg.png) bottom repeat-x;
}
#AccSpec2 .smaller {
	font:0.5em;
	font-weight:lighter;
	margin-top:5px;
}

#AccSpec2 h2 {
	font-size:1.5em;
	font-weight:normal;
	color:#666;
}
#AccSpec2 h3 {
	font-size:1.2em;
	font-weight:normal;
}

#AccSpec2 table {
	margin:0.5em auto;
	color:#666;
	border-collapse:collapse;
}
#AccSpec2 td {
	border:thin ridge #666;
	margin:0;
	padding:0.3em;
}
	
#AccSpec3 {
	width:11.3em;
	margin:0 0 1em 1em;
	float:left;
	color:#FFF;
}
#AccSpec3 .top {
	width:160px;
	height:15px;
	background:url(../graphics/buyBox_01.png) no-repeat bottom;
}
#AccSpec3 .mid {
	background:url(../graphics/buyBox_02.png);
	width:140px;
	padding:10px
}
#AccSpec3 .bottom{
	background:url(../graphics/buyBox_03.png) top no-repeat;
	width:160px;
	height:15px;
	margin-bottom:0.2em;
}
	
#AccSpec3 .googlecart-add-button {
	margin:1em auto;
}
#AccSpec3 h2 {
	font-weight:bold;
	font-size:1.3em;
	text-align:center;
}
#AccSpec3 h3 {
	font-weight:bold;
	font-size:1.2em;
}
#AccSpec3 p {
	font-size:1.1em;
	font-style:italic;
	text-align:left;
	margin:0.4em 0.1em;
}
#AccSpec3 ul {
	font-size: 1.1em;
	margin:0.1em 0;
	font-style:italic;
}
#AccSpec3 img {
	margin:0.5em;
}
#AccSpec3 a {
	color:#FFF;
}
#AccSpec3 a:hover {
	color:#FFF;
}
#AccSpec3 table{
	border-collapse:collapse;
}
#AccSpec3 td{
	border:thin solid #666;
}
#AccSpec4 {
	padding:0.1em 1em;
	clear:both;
}
#AccSpec4 object {
	margin: 0 1em;
}
#AccSpec4 .vidBox {
	width:314px;
	height:285px;
	margin:0.2em;
	float:left;
	background:url(../graphics/vidBox.png) no-repeat;
}
#AccSpec4 .vidBox p {
	margin: 1em 0 0.5em 0;
	text-align:center;
	color:#FFF;
	text-decoration:underline;
	font-weight:bold;
}
#AccSpec2-1 {
	width:11.3em;
	margin:0 0 1em 1em;
	float:left;
	color:#FFF;
	
}

#AccSpec2-1 .top {
	background:url(Images/Slices/buyBox_01.png) bottom no-repeat;
	width:160px;
	height:15px;
}
#AccSpec2-1 .mid {
	background:url(Images/Slices/buyBox_02.png);
	width:140px;
	padding:10px
}
#AccSpec2-1 .bottom{
	background:url(Images/Slices/buyBox_03.png) top no-repeat;
	width:160px;
	height:15px;
	margin-bottom:0.2em;
}
#AccSpec2-2 {
	float:left;
	width:714px;
	padding:0 10px;
}

#AccSpec2-2 h1 {
	font:2em bold Arial, Helvetica, sans-serif;
	text-decoration:none;
	background:url(../graphics/h1bg.png) bottom repeat-x;
}
#AccSpec2-2 .productlist {
	width:715px;
	margin:0.3em 0.3em 0.2em 0;
}

.productlist .top {
	background:url(http://www.castrads.com/graphics/product_listing_01.png) bottom no-repeat;
	height:20px;
	margin:0;
}
.productlist .mid {
	background:url(http://www.castrads.com/graphics/product_listing_02.png) repeat-y;
	margin:0;
	padding:1px 10px;
	width:695px;
}
.productlist a {
	color:#444;
}
.productlist a:hover {
	color:#666;
}
	
.productlist .bottom{
	background:url(http://www.castrads.com/graphics/product_listing_03.png) top no-repeat;
	height:20px;
	margin:0;
}
	

.productlist h2 {
	font-size:1.5em;
	font-weight:normal;
	color:#666;
	margin-top:1em;
}	
.productlist img {
	float:left;
	border:1px #666;
	margin:0 0.5em 0 0;
}
.productlist .producttitle {
	font:1.3em bold Arial, Helvetica, sans-serif;
	text-decoration:none;
	background:url(Images/h1bg.png) bottom repeat-x;
	font-weight:normal;
	color:#666;
}
.productlist .description {
	font-size:0.9em
}
.productlist .descriptionsmall {
	font-size:0.8em
}
.productlist .buynow {
	float:right;
	width:7em;
	text-align:center;
	padding:1em;
	clear:none;
	background:#FFF;
}
.productlist h3 {
	font-size:0.9em;
	color:#666;
	margin:0.2em;
}
.productlist hr {
	clear:both;
}

/*Start rad builder styles*/
#builder body {
	background: #FFF;
	font-family:Arial, Helvetica, sans-serif;
}
#builder p,#builder li,#builder td {
	font-size:12px;
}
#rbwrapper {width: 900px; margin:0 auto;}
#builder h1 {font-size:1.8em;font-family:Helvetiker; text-decoration:none; text-transform:uppercase; margin:0.2em 0}
#builder h2 {font-size:14px;font-family:Helvetiker; text-decoration:none; text-transform:uppercase;}
#builder h3 {margin:0.1em 0;} 
#builder  .section {
width:170px;
float:left;
padding:10px;
}
#builder #center1 {width:470px;}
#builder #left {margin-bottom:70px;}
/*#wrapper {border:2px solid #CCC; width:900px; height:500px; overflow:scroll;}

builder ul {margin:0px; padding:0px;}
#builder ul li {list-style:none;}
#builder ul li a {display:block; border:1px solid #CCC; font-size:12px; color:#333; text-decoration:none; padding:3px;}
#builder ul li a:hover, #builder ul li a.active {color:#999; background:#333; border-color:#000;}*/

#builder ul {margin:0px; padding:5px; border:2px solid #333;-moz-border-radius: 5px;-webkit-border-radius: 5px; background:#FFF;}
#builder ul li {list-style:none;}
#builder ul li a {display:block; font-size:12px; color:#333; text-decoration:none; padding:3px;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
#builder ul li a:hover, #builder ul li a.active {color:#333; background:#E9E9E9;}
#builder ul li a.active { background:#E9E9E9 url(rad-builder/tick.png) no-repeat top right;}

#imgPreviewWithStyles img {
}
#imgPreviewWithStyles {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border: 2px solid #333;
    z-index: 999;
	display:none;
	padding:2px;
	background:#fff;
}
.yourrad {
width:40%; float:right;border:2px solid #333; padding:0 5px; background:#FFF;-moz-border-radius: 5px;-webkit-border-radius: 5px;
}
.previewer{background:url(rad-builder/floor.jpg) no-repeat bottom; padding-bottom:30px; margin-bottom:10px; border:2px solid #333;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
.typeface-js, #mainTop #v2 h2 {font-family:helvetiker; text-transform:uppercase; font-weight:bold; text-decoration:none;}

/*End rad builder styles*/