@charset "utf-8";
/*
Here is the structure of redipix.com pages.  CSS goes in this order. 

Banner 
  Banner-stuff
    Logo
	usp
	links
PageWrapper
  RP_TopNav
  ContentWrapper
    Main
	SideNav
	  ExtraSide
	ExtraBottom
  Examples
    left
	right
Footer
*/
body {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #C9C9C9;
	margin: 0px;
}
h1, h2, h3, p, ul {
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 17px;
}
a:link, a:visited {
	text-decoration: none;
	color: #000DFF;
}
a:hover {
	color: #FF0004;
}
a:active {
	text-decoration: none;
	color: #000000;
}
#arrowhead {
	z-index: 99;
	position: absolute;
	top: -500px;
	left: 0;
	visibility: hidden;
}
.HelpTarget {
	padding: 1px;
	border: 1px solid #0066FF;
	background-color: #DDDDFF;
}
/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
	background-color: transparent;
	background-image: url(../Images/BoxTemplate3.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.cssbox {
	width: 250px !important; /* intended total box width - padding-right(next) */
	width: 245px; /* IE Win = width - padding */
	padding-right: 20px; /* use to position the box */
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	display: inline;
}
.cssbox_head {
	background-position: top right;
	margin-right: -20px; /* pull the right image over on top of border */
	padding-right: 30px; /* right-image-gap + right-inside padding */
}
.cssbox_body {
	background-position: bottom left;
	margin-right: 0px; /* mirror .cssbox_head right/left */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 20px;
}
.cssbox_body img {
	float: right;
}
/* set the top-left image */ 
.cssbox_head h2 {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
	padding-top: 20px !important;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-size: 16px;
	font-weight: normal;
}
.cssbox_body h2 {
	background-position: top left; /* reset main site styles*/
	border: 0; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
	padding-top: 10px !important;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: -5px;
	font-size: 16px;
	font-weight: normal;
}
#Main .cssbox_body ul {
	margin-right: 0px;
}
.cssbox_body p {
	margin-right: 10px;
}
/* set the image to use and establish the lower-right position */ 
.Lcssbox, .Lcssbox_body, .Lcssbox_head, .Lcssbox_head h2 {
	background-color: transparent;
	background-image: url(../Images/BoxTemplate3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Lcssbox {
	width: 355px !important; /* intended total box width - padding-right(next) */
	width: 345px; /* IE Win = width - padding */
	padding-right: 20px; /* use to position the box */
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 60px;
	display: block;
	clear: none;
}
.Lcssbox_head {
	background-position: top right;
	margin-right: -20px; /* pull the right image over on top of border */
	padding-right: 30px; /* right-image-gap + right-inside padding */
}
.Lcssbox_body {
	background-position: bottom left;
	margin-right: 0px; /* mirror .Lcssbox_head right/left */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 20px;
}
/* set the top-left image */ 
.Lcssbox_head h2 {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
	padding-top: 20px !important;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}
.Lcssbox_body h2 {
	background-position: top left; /* reset main site styles*/
	border: 0; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
	padding-top: 10px !important;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: -5px;
	font-size: 16px;
	font-weight: normal;
}
.Lcssbox_body p {
	margin-left: 10px;
}
/* set the image to use and establish the lower-right position */ 
.Rcssbox, .Rcssbox_body, .Rcssbox_head, .Rcssbox_head h2 {
	background-color: transparent;
	background-image: url(../Images/BoxTemplate3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Rcssbox {
	width: 355px !important; /* intended total box width - padding-right(next) */
	width: 345px; /* IE Win = width - padding */
	padding-right: 20px; /* use to position the box */
	float: right;
	margin-top: 10px;
	margin-right: 60px;
	margin-bottom: 10px;
	margin-left: 10px;
	display: block;
	clear: none;
}
.Rcssbox_head {
	background-position: top right;
	margin-right: -20px; /* pull the right image over on top of border */
	padding-right: 30px; /* right-image-gap + right-inside padding */
}
.Rcssbox_body {
	background-position: bottom left;
	margin-right: 0px; /* mirror .Rcssbox_head right/left */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 20px;
}
/* set the top-left image */ 
.Rcssbox_head h2 {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
	padding-top: 20px !important;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}
.Rcssbox_body h2 {
	background-position: top left; /* reset main site styles*/
	border: 0; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
	padding-top: 10px !important;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: -5px;
	font-size: 16px;
	font-weight: normal;
}
.Rcssbox_body p {
	margin-left: 10px;
}
#PageWrapper /*PageWRapper: wraps entire contents of page*/ {
	width: 980px;
	margin: 0 auto;
	position: relative;
	background-color: #ffffff;
}
#Main table {
	margin-right: 20px;
	white-space: nowrap;
}
#Main table.Comparison, #Main table.Comparison td, #Main table.Comparison th {
	border-color: #600;
	border-style: solid;
}
#Main table.Comparison {
	white-space: normal;
	width: 770px;
	border-width: 1px 1px 2px 2px;
}
#Main table.Comparison td {
	margin: 0;
	padding: 4px;
	border-width: 1px 1px 0px 0px;
}
#Main table.Comparison th {
	margin: 0;
	border-width: 1px 1px 0px 0px;
	background: #EDECFF;
}
#Main table.Comparison td.BlueCol {
	background: #FFC;
}
#Main table.Comparison th h2 {
	padding-bottom: 5px;
	padding-top: 5px;
}
#Main table.Comparison td.BigBox {
	padding: 20px;
}
#Main .Comparison table.SmallInsert {
	margin: 0px;
	padding: 0px;
	border-style: none;
	white-space: normal;
}
#Main .Comparison table.SmallInsert td {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
#Banner {
	width: 100%;
	height: 70px;
	background-color: #FBFBFB;
}
#BannerStuff {
	width: 980px;
	margin: 0 auto;
}
#Banner .Logo {
	width: 274px;
	margin-left: 10px;
	float:left;
	}
#Banner .usp {
	line-height: 20px;
	margin-left: 280px;
	padding-top: 10px;
}
#Banner .links {
	float:right;
	text-align: right;
	padding-top: 10px;
	margin-right: 10px;
}
#Banner a, #Banner a:link {
	color: #3E47FF;
	text-decoration: none;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#Banner a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
#Banner .usp a, #Banner .usp a:link {
	color: #3E47FF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: inline;
}
#Banner .usp a:hover {
	color: #FF0000;
	background-color: #FFFFFF;
}
.Rbox {
	float: right;
	width: 300px;
}
/*Content Wrapper: Goes around Main and SideNav and extraside*/
#ContentWrapper {
	min-height: 700px;
	position: relative;
	display: block;
}
/*TopNav: top navigation and status line*/
#RP_TopNav {
	margin: 0px;
	overflow: hidden;
}
#RP_TopNav ul {
	list-style: none;
	text-align: center;
	overflow: hidden;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 10px;
	background-color: #E4E0E0;
}
#RP_TopNav li {
	float: left;
	padding: 0;
	margin: 0;
}
#RP_TopNav li a {
	color: #491413;
	text-decoration: none;
	display: block;
	font-size: 16px;
	font-weight: normal;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
	white-space: nowrap;
}
#RP_TopNav li a img {
	padding: 0px;
}
#RP_TopNav li a:link {
	color: #551615;
}
#RP_TopNav li a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
/*TopHist: Line below nav bar the shows 
     history on the left, cart total in the middle, and Prev/Next on right*/
#TopHist {
	clear: both;
	position: relative;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	width: 780px;
	height: 1px;
}
.HistLeft {
	width: 523px;
	position: absolute;
	left: 21px;
	top: 0px;
	white-space: nowrap;
}
.HistRight {
	width: 179px;
	position: absolute;
	top: 3px;
	right: -183px;
	white-space: nowrap;
}
#Main {
	float: right;
	width: 785px;
	margin-bottom: 20px;
}
#Main .tall {
	height: 1200px;
}
#ContentWrapper h1{
	color: #4A4A4A;
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 4px;
	text-align: left;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #4A4A4A;
	padding-top: 5px;
}
#Main h2 a:link {
	color: #8C4E00;
}
#Main h2 a:visited {
	color: #8C4E00;
}
#Main h3 {
	font-weight: normal;
	font-size: 14px;
	padding-top: 5px;/*    cursor:hand;
    cursor:pointer;*/
}
#Main p, #skin_wrapper ul{
	margin-right: 20px;
	padding-top: 2px;
	padding-bottom: 5px;
}
#Main ul {
	margin-right: 30px;
}
#Main ul li, .highslide-maincontent ul li {
	line-height: 16px;
	list-style-position: outside;
	padding-top: 6px;
	background-image: url(../Images/Bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	list-style-type: none;
	padding-left: 13px;
}

.highslide-maincontent p {
	padding-top: 4px;
}
#highslide-wrapper-0 .highslide-maincontent h2 {
	padding-top: 0px;
}
#Main .cssbox ul li {
	line-height: 14px;
	list-style-position: outside;
	padding-top: 4px;
	background-image: url(../Images/Bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	list-style-type: none;
	padding-left: 13px;
}
#Main ol {
	margin-right: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#Main ol li {
	line-height: 15px;
	padding-left: 0px;
	padding-top: 5px;
	list-style-type: decimal;
	padding-right: 0px;
}
.MainImage {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-right: 20px;
}
.LeftImage400 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-left: 10px;
	width: 400px;
}
.LeftImage320 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	padding-left: 0px;
	width: 320px;
	display: block;
	float: left;
}
/*SideNav: goes on left side, absolute so background goes to bottom*/
#SideNav {
	float: left;
	padding-left: 10px;
	width: 174px;
	background-color: #F6F7FF;
	position: absolute;
	top: 0px;
	bottom: 0px;
}
* html #Main {
	height: 1px;
}
#ExtraSide {
	padding-left: 10px;
}
#ExtraSide p {
	font-size: 12px;
	line-height: 17px;
	margin-right: 10px;
}
#ExtraSide a:link {
	color: #0B00D7;
	background-color: #FFFFFF;
}
#ExtraSide a:visited {
	color: #3E01BA;
	background-color: #FFFFFF;
}
#ExtraSide a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
#ExtraSide a:active {
	color: #000000;
	background-color: #FFFFFF;
}
/*Footer: goes at bottom*/
#Footer {
	width: 100%;
	bottom: 0px;
	font-weight: normal;
	text-align: center;
	font-size: 12px;
	color: #000000;
	padding-bottom: 7px;
	padding-top: 4px;
	clear: both;
	background-color: #E4E0E0
}
#Footer a:link {
	color: #000000;
}
#Footer a:visited {
	color: #000000;
}
#Footer a:hover {
	color: #848484;
	text-decoration: underline;
}
#Footer a:active {
	color: #000000;
}
#ExtraBottom {
	margin-right: 0px;
	margin-left: 0px;
}
#Extrabottom p {
	margin-right: 10px;
}
#ExtraBottom h1 {
	color: #482524;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: left;
	background-image: url(../Images/H1Background.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#ExtraBottom h2 {
	font-size: 14px;
	font-weight: bold;
	color: #8C4E00;
	padding-top: 10px;
}
.HomeBox {
	display: block;
	height: 250px;
	width: auto;
	background-image: url(../Images/HomeImage.jpg);
	background-repeat: no-repeat;
	position: relative;
}
.HomeBox p {
	display: block;
	height: 115px;
	width: 306px;
	position: absolute;
	left: 251px;
	top: 70px;
}
.HomeBox .but1 {
	display: block;
	position: absolute;
	left: 250px;
	top: 200px;
}
.HomeBox .but2 {
	display: block;
	position: absolute;
	left: 403px;
	top: 200px;
}
.HomeBox2 {
	display: block;
	width: auto;
	background-image: url(../Images/HomeBox2.jpg);
	background-repeat: no-repeat;
	padding: 12px;
}
.FloatRight {
	float: right;
	clear: none;
}
.FloatLeft {
	float: left;
	clear: none;
}
.AutoFloat {
	width: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.PadTop10 {
	padding-top: 10px;
}
.UnClear {
	clear: none;
	float: right;
	margin-right: 20px;
	text-align: right;
}
.LeftFloat {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.RightFloat {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#SlideShow {
	clear: both;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-image: url(../Images/SlideShowBackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 25px;
	height: 550px;
	width: 600px;
}
.ClearLeft {
	font-size: 1px;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1px;
	padding: 0px;
	content: " ";
}
.ClearRight {
	font-size: 1px;
	clear: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1px;
}
.InputSize img {
	vertical-align: bottom;
}
.ClearBoth {
	font-size: 1px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1px;
}
table.promotion {
	border: 3px solid #0052CC;
	margin-top: 5px;
	border-collapse: collapse;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 570px;
}
.promotion td {
	border: 1px solid #868686;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	font-size: 12px;
}
.promotion thead td {
	white-space: normal;
	background-color: #E1E7FF;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
.promotion tbody td {
	text-align: left;
	background-color: #FFFFFF;
	white-space: normal;
}
.promotion thead td.top {
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
	text-align: left;
}
table.price {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 750px;
}
table.price tbody tr:hover td {
	background: #FF9;
}
.price tbody td {
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-size: 12px;
	border-top: 2px solid #CCC;
}
.price thead td {
	font-size: 13px;
	font-weight: normal;
	vertical-align: top;
	white-space: normal;
}
/*table.price td.MTcol {width: 140px}
table.price td.MDcol {width: 160px}
table.price td.SZcol {width: 450px}
*/
.price tbody td {
	text-align: center;
	white-space: nowrap;
	background-color: #FFFFFF;
}
.price tbody td.TableFooter {
	text-align: left;
	white-space: normal;
	background-color: #E1E7FF;
	width: 530px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.price thead td.top {
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
	text-align: left;
}
.price h2 {
	padding-top: 0px;
}
.price thead td.top img {
	float: right;
	margin-top: 10px;
}
.price .PriceHead {
	text-align: center;
}
table.banner {
	border: 3px solid #868686;
	margin-top: 5px;
	border-collapse: collapse;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 550px;
}
.banner td {
	border: 1px solid #868686;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: left;
	font-size: 12px;
}
.banner thead td {
	border: 1px solid #868686;
	white-space: normal;
	background-color: #E1E7FF;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
}
.banner tbody td {
	text-align: center;
	white-space: nowrap;
	background-color: #FFFFFF;
	vertical-align: middle;
}
.banner tbody td.TableFooter {
	text-align: left;
	white-space: normal;
	background-color: #E1E7FF;
	width: 530px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.banner thead td.top {
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
	text-align: left;
}
.banner h2 {
	padding-top: 0px;
}
.Tip1 {
	background-image: url(../Images/Tip1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-weight: 300;
	text-align: left;
	white-space: normal;
	font-size: 13px;
	color: #000000;
	padding-top: 10px;
	width: 450px;
	margin: 20px;
}
.Tip2 {
	background-image: url(../Images/Tip3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 450px;
	display: block;
	/* small bottom padding is needed for Firefox */ 
	padding-bottom: 0.1px;
	margin-bottom: 1px;
}
.Tip3 {
	width: 450px;
	background-image: url(../Images/Tip2.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-bottom: 10px;
}
.ElementWraper {
	display: block;
}
.Tip3 p {
	padding-right: 20px;
	padding-left: 30px;
	padding-bottom: 20px;
	font-size: 14px;
}
.Tip3 h2 {
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #58522C;
	font-weight: bold;
	padding-top: 10px;
}
.BlueBkg {
	background-color: #F2F2FA;
	text-align: center;
	white-space: normal;
}
table.price tr.GrayBkg {
	background-color: #E5E5E5;
}
.sg1 {
	padding-left: 20px;
	padding-right: 30px;
	line-height: 17px;
}
.px16 p {
	font-size: 16px;
}
.px14 p {
	font-size: 14px;
}
.px10 p {
	font-size: 11px;
	line-height: 12px;
}
.indent {
	margin-left: 20px;
}
.px14 {
	font-size: 14px;
}
.bold {
	font-weight: bold;
}
#TopProgress {
	float: none;
	width: 740px;
	margin-left: 20px;
	color: #949494;
}
#TopProgress .selected {
	font-weight: bold;
	color: #000000;
}
.right {
	float: right;
	font-weight: normal;
	color: #000000;
}
.Rbut {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#SpecialBox {
}
a img {
	border: 0px none #FFFFFF;
}
.center {
	text-align: center !important;
}
.summaryPage {
	width: 600px;
	margin-left: 50px;
}
.SummaryBlock {
	float: right;
	width: 300px;
}
.summaryButton {
	float: right;
	width: 150px;
}
.centerImage {
	text-align: center;
	margin-left: 30px;
}
.normal {
	font-weight: normal;
}
.FigureRt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #58522C;
	line-height: 30px;
	width: 350px;
	border: 3px solid #A6A6A6;
	padding-bottom: 10px;
}
.FigureLft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	color: #58522C;
	margin-left: 0px;
	line-height: 30px;
	width: 350px;
	border: 3px solid #A6A6A6;
	padding-bottom: 10px;
}
#BottomLeftBox {
	width: 450px;
	margin-left: 0px;
	float: left;
}
#BottomRightBox {
	width: 450px;
	margin-left: 0px;
	float: right;
}
.TestimonialRt {
	float: right;
	width: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #6A4035;
	display: block;
	clear: none;
}
.TestimonialLft {
	float: left;
	width: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #6A4035;
	margin-left: 30px;
	clear: none;
}
#BackToTop {
	margin-left: 30px;
}
.Credit {
	font-size: 9px;
	text-align: right;
	line-height: 10px;
	clear: right;
	padding-right: 5px;
}
.LeftCredit {
	font-size: 9px;
	text-align: right;
	line-height: 10px;
	padding-right: 5px;
}
.FigureLft p {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.FigureLft h2 {
	text-align: center;
}
.FigureRt p {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
}
.tip p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.tip h2 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 0px;
	color: #8C4E00;
}
.tip img {
	float: right;
}
.tip ul li {
	line-height: 17px;
	list-style-position: outside;
	padding-top: 5px;
	background-image: url(../Images/Bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	list-style-type: none;
	padding-left: 13px;
}
.Examples {
	width: 940px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-bottom: 5px;
	background-color: #DFDFDF;
	display: block;
	height: 25px;
}
.Examples .left {
	width: 300px;
	float: left;
	display: block;
	vertical-align: baseline;
	padding-left: 10px;
}
.Examples .right {
	float: right;
	width: 300px;
	display: block;
	text-align: right;
	padding-right: 10px;
}
.hidden {
	display: none;
}
.BoxWrapper {
	float: right;
	width: 290px;
}
.BoxWrapper325 {
	float: right;
	width: 340px;
}
.red {
	color: #803600;
}
.box100 {
	float: right;
	width: 150px;
}
.box200 {
	float: right;
	width: 225px;
}
.box300 {
	float: right;
	width: 300px;
}
p.yellow {
	background-color: #FFFF00;
	padding-left: 5px;
}
span.yellow {
	background-color: #FFFF00;
}
tr.SizeBox td {
	text-align: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.QuesMark {
	font-size: 18px;
	border: 2px solid #0066CC;
	font-weight: bold;
	background-color: #E0CF8D;
	float: right;
	vertical-align: text-top;
	line-height: 20px;
}
.QuesMarkSmall {
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDFFB;
}
form#AddToCartForm .QuesMarkSmall {
	float: right;
}
form#AddToCartForm h2 .QuesMarkSmall {
	float: none;
}
p.QuesMarkSmall {
	margin-top: 0px;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 0px;
}
div.InputSize input.OutputNumber {
	border: 0px none #FFFFFF;
	width: 50px;
	text-align: right;
}
.price tr.initial td {
	background-color: #FFFFFF;
}
.price tr.normal td {
	background-color: #FFFFFF;
}
.price tr.highlight td {
	background-color: #FFFFBB;
}
.price tr.highlightCustom td {
	background-color: #D5FFCA;
}
.price .SizeBox h2 {
	margin-bottom: 5px;
}
#Main .price .SizeBox p {
	margin: 5px;
	margin-right: 5px;
}
.right a img {
	padding-right: 100px;
}
#cse-search-box div p {
	color: #743c3a;
}
#topbar {
	position: absolute;
	border: 1px solid black;
	padding: 20px;
	background-color: #FFF791;
	width: 455px;
	visibility: hidden;
	z-index: 100;
	/*	height: 159px;*/
	display: block;
	font-size:14px;
}
#topbar p{
	font-size:16px;
	color:#000000;	
	line-height: 22px;
}
#topbar h2{
	font-size:18px;
	color: #632500;	
	
}
.TopMessage{
	display:block;
	background-color:#FCFFA3;
	clear: both;
    padding-left: 20px;
	padding-bottom: 20px;
	margin-right: 30px;
	margin-top: 20px;
}
.cssbox_head .center {
	text-align: center;
}
.Banner {
	width: 460px;
}
div.TotalsReport {
	color: #2F24F7;
	float: right;
	width: 300px;
	padding-right: 50px;
}
#SideNav .NewsInput {
	display: block;
	width: 150px;
}
#SideNav .NewsInput h2 {
	width: 140px;
}
.NewsInput form p input {
	float: right;
}
form p .NewsInput {
	margin-left: 100px;
}
form .price thead td.cust {
	text-align: left;
}
form .price thead td #CustomWidth {
	font-size: 12px;
	width: 50px;
	height: 20px;
}
form .price thead td #CustomHeight {
	font-size: 12px;
	width: 50px;
	height: 20px;
}
form .price thead td #CustomWidthAdd {
	font-size: 12px;
	width: 90px;
	height: 20px;
}
form .price thead td #CustomHeightAdd {
	font-size: 12px;
	width: 90px;
	height: 20px;
}
.CustomizeBox {
	width: 100px;
	padding: 0px;
	margin: 0px;
}
.OutputCustom {
	border: 0px none #FFFFFF;
	text-align: right;
}
#Main p.small {
	font-size: 11px;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
}
#Main td p.SmallFooter {
	text-align: left;
	white-space: normal;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#AddToCartForm .cust .ChooseSize {
	padding-top: 0px;
	padding-bottom: 3px;
	display: block;
	white-space: nowrap;
}
.PriceTipImage {
	margin-left: 20px;
	float: right;
}
.PriceTipImage img {
	border: solid;
	border-width: 1px;
	border-color: #000000;
}
#AddToCartForm .price td.footer {
	background: #E1E7FF;
}
.price td.blue {
	color: blue
}
#Main table.GWsides {
	background: #B7AFA2;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
span.OutputPrice {
	color: #A30028;
	font-size: 20px;
	float: right;
}
span.OutputPrice_new {
	cursor: pointer;
	color: #A30028;
	font-size: 24px;
	float: right;
	padding-right: 30px;
}
.G .GWsides tr td {
	padding: 3px;
	vertical-align: top;
	border: 1px solid #000;
	width: 140px;
	text-align: center;
	white-space: normal;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}
.but1 {
	clear: right;
	float: right;
	width: 200px;
}
.RightBox {
	float: right;
	width: 280px;
}
.LeftBox {
	float: left;
	width: 280px;
}
.skin_fenavh {
	margin: 0px;
	color: #4E3027;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.skin_fenav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.skin_fenav ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.skin_fenav ul li a, .skin_fenav p {
	margin: 0px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	display: block;
	line-height: 16px;
	padding: 0px 10px 0px 15px;
}
.third {
	width: 200px;
	float: left;
}
.third .skin_fenav ul li a, .skin_fenav p {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 3px;
	padding-bottom: 0px;
}
#Main .third ul li {
	padding-top: 4px;
}
.skin_fenav ul li a:hover {
	text-decoration: none;
	color: #000000;
	background-color: rgb(255, 255, 255);
	line-height: 16px;
}
.skin_fenavh a:hover {
	text-decoration: none;
	color: #000000;
	background-color: rgb(255, 255, 255);
	line-height: 16px;
}
.skin_fenavmini p {
	margin: 0px 0px 5px;
	line-height: 1.25em;
}
#cse-search-box .SearchBox {
	width: 120px;
}
input.medium {
	padding: 2px 5px 2px 5px;
	font-size: 16px;
}
.price tr td select {
	width: 150px;
}
#ImageWrapper {
	position: relative;
	display: block;
}
td.ImageThumb a:link, td.ImageThumb a:hover, td.ImageThumb a:visited, td.ImageThumb a:active {
	color: #000;
	text-decoration: none;
}
#DisplayBox {
	height: 1000px;
	width: 1000px;
	overflow: visible;
	position: absolute;
	z-index: 11;
	left: -220px;
	top: -128px;
	background-color: #666;
	display: none;
}
.mr20 {
	padding-right: 10px;
}
#DisplayBox p {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.ImageBox {
	height: 800px;
	width: 800px;
	overflow: visible;
	position: absolute;
	z-index: 12;
	left: 100px;
	top: 100px;
	background-color: #666;
	display: none;
}
.ImageBox img {
	background-color: #FFFFFF;
	background-image: url("../Images/loader.gif");
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#GoPrev {
	position: absolute;
	z-index: 3;
	left: 14px;
	top: 348px;
}
#GoNext {
	position: absolute;
	z-index: 3;
	left: 960px;
	top: 357px;
}
#DeleteShow {
	position: absolute;
	z-index: 3;
	left: 942px;
	top: 107px;
}
td.ImageThumb {
	width: 100px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	vertical-align: bottom;
}
#Main .ImageThumb p {
	clear: left;
	font-size: 9px;
	margin: 0;
	line-height: normal;
}
.cRight {
	clear: right
}
.darkenBackground {
	background-color: rgb(0, 0, 0);
	opacity: 0.5; /* Safari, Opera */
	-moz-opacity: 0.50; /* FireFox */
	filter: alpha(opacity=50); /* IE */
	z-index: 10;
	height: 100%;
	width: 100%;
	background-repeat: repeat;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
}
#DisplayBox .ImageBox p {
	color: #CCC;
	text-align: center;
}
p.PreivewHeader {
	color: #CCC;
}
#Main p.HomeDisplay {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #3F3510;
	clear: left;
}
p.HomeBox3 {
	margin-left: -40px;
}
#Main table thead {
	font-size: 12px;
	font-weight: normal;
}
#Main table tbody tr td {
	font-size: 12px;
	padding-right: 4px;
	padding-left: 4px;
}
#NoJavascript {
	Display: block
}
#Main2 {
	width: 940px;
	margin-left: 0px;
}
#PHPlist {
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.required {
	color: #F00;
}
.SizeBox {
	border: 1px solid #606060;
	width: 275px;
}
/* CSS for new prices page*/
#MainWide { 
	margin-left: 15px;
	overflow: hidden;
	position: relative; /* for add to cart button */
}
#TT_box {
	width: 81px;
	height: 146px;
	padding: 2px;
	background-color: #FFFFFF;
	float: left;
}
#GW_box {
	width: 81px;
	height: 146px;
	padding: 2px;
	background-color: #FFFFFF;
	float: left;
}
#BM_box {
	width: 81px;
	height: 146px;
	padding: 2px;
	background-color: #FFFFFF;
	float: left;
}
#MF_box {
	width: 81px;
	height: 146px;
	padding: 2px;
	background-color: #FFFFFF;
	float: left;
}
#GK_box {
	width: 81px;
	height: 146px;
	padding: 2px;
	background-color: #FFFFFF;
	float: left;
}
#BK_box {
	width: 81px;
	height: 146px;
	padding: 2px;
	background-color: #FFFFFF;
	float: left;
}
#FA_box {
	width: 81px;
	height: 146px;
	padding: 2px;
	background-color: #FFFFFF;
	float: left;
}
#FO_box {
	width: 81px;
	height: 146px;
	padding: 2px;
	background-color: #FFFFFF;
	float: left;
}
#WF_box {
	width: 81px;
	height: 146px;
	padding: 2px;
	background-color: #FFFFFF;
	float: left;
}
#GZ_box {
	width: 81px;
	height: 146px;
	padding: 2px;
	background-color: #FFFFFF;
	float: left;
}
#AR_box {
	width: 81px;
	height: 146px;
	padding: 2px;
	background-color: #FFFFFF;
	float: left;
}
#PC_box {
	width: 81px;
	height: 146px;
	padding: 2px;
	background-color: #FFFFFF;
	float: left;
}
#GC_box {
	width: 81px;
	height: 146px;
	padding: 2px;
	background-color: #FFFFFF;
	float: left;
}
#BC_box {
	width: 81px;
	height: 146px;
	padding: 2px;
	background-color: #FFFFFF;
	float: left;
}
#UM_box {
	width: 81px;
	height: 146px;
	padding: 2px;
	background-color: #FFFFFF;
	float: left;
}
#MountButton_box {
	width: 81px;
	height: 146px;
	padding: 2px;
	background-color: #FFFFFF;
	float: left;
}
.Mount_box {
	height: 140px;
	padding: 0px;
	margin: 2px;
	cursor:pointer;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.Mount_box:hover {
		background-color: #EFEFEF;
}

.Mount_box p {
	text-align: center;
	line-height: 13px;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 0px;
	width:inherit;
}
.noBorder {
	border: none;
}
#MountingWrapper {
	width: 510px;
	float: left;
}
#MediumWrapper {
	float: left;
	padding-right: 10px;
}
#MediumWrapper input.radiobutton{
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
#MediumWrapper .QuesMarkSmall.highslide {
	float: none;
}
#SizeWrapper {
	width: 500px;
	float: left;
}
#SummaryWrapper {
	width: 450px;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #000000;
	background-color: #F4F5FF;
	margin-right: 30px;
}
#CustomSizeBox {
	margin: 3px;
}
.left {
	float: left;
}
.CustomSize {
	width: 400px;
	float: right;
}
#Main input#price {
	width: 60px;
}
#Main table.card {
	border-color: #ABABAB;
	border-spacing: 0px;
	text-align: center;
	margin-right: 0px;
	width: auto;
}
#Main table.card td, #Main table.card th {
	padding-left: 10px;
	padding-right: 10px;
}
#SummaryWrapper {
	margin-top: 10px;
}
.FormItem span {
	margin-top: 3px;
	display: inline-block;
	width: 200px;
}
/*Fix so stuff doesn't display before js is executed*/
#GW_MediumBox {
	display: none
}
#BM_MediumBox {
	display: none
}
#MF_MediumBox {
	display: none
}
#GK_MediumBox {
	display: none
}
#BK_MediumBox {
	display: none
}
#FA_MediumBox {
	display: none
}
#FO_MediumBox {
	display: none
}
#WF_MediumBox {
	display: none
}
#GZ_MediumBox {
	display: none
}
#AR_MediumBox {
	display: none
}
#PC_MediumBox {
	display: none
}
#GC_MediumBox {
	display: none
}
#BC_MediumBox {
	display: none
}
#UM_MediumBox {
	display: none
}
#GWSizeBox {
	display: none;
}
#BMSizeBox {
	display: none;
}
#MFSizeBox {
	display: none;
}
#GKSizeBox {
	display: none;
}
#BKSizeBox {
	display: none;
}
#FASizeBox {
	display: none;
}
#FOSizeBox {
	display: none;
}
#WFSizeBox {
	display: none;
}
#GZSizeBox {
	display: none;
}
#ARSizeBox {
	display: none;
}
#PCSizeBox {
	display: none;
}
#GCSizeBox {
	display: none;
}
#BCSizeBox {
	display: none;
}
#UMSizeBox {
	display: none;
}

/*Google seearch formatting*/
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	padding: 4px!important;
}
.gsib_a {
	padding: 2px!important;
}
input.gsc-input {
	font-size: 14px!important;
}
.gscb_a {
	font: 14px/14px arial, sans-serif!important;
	margin-top: -4px;
}
.gsc-input {
	padding-right: 3px!important;
}
.gsc-input-box {
	height: auto!important;
}
.gsst_a {
	padding-top: 0px!important;
	padding-bottom: 4px!important;
}
p a.formbutton{
	margin-top: 10px;
}
div.popup{
	position: absolute;
	width: 400px;
	left: 50%;
	top: -50px;
	margin-left: -200px;
    border: 2px solid #3A31FF;
	padding: 0px;
	background-color: #D4DDFF;
	display: none;
	z-index: 12;
	font-size: 14px;
	border-radius: 10px;
	box-shadowx: 0px 0px 10px #ffffff;
}
.popup input[type=text]{
font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
font-size: 18px;
padding: 1px 1px 1px 3px;
margin-top: 2px;
width: 372px;
}
.popup p{
		font-size: 14px;
}
.pointer{
	cursor:pointer;
}

pre{
	font-size: 16px;
	margin: 5px;
}
#AccountForm .button{
	margin-right: 200px;
	width: 120px;/*this really makes it 140 wide*/
}
#AccountForm input.button{
	margin-right: 200px;
	width: 140px;/*not sure why this has to be larger than above*/
}
#AccountForm .button.big.FloatRight{
	margin: 10px;
	width: auto;
}
.popup h2{
	margin: 0;
	border-color: #3A31FF;
	border-bottom: 2px solid #3A31FF;
	padding: 5px 10px 5px 10px;
	font-weightx:normal;
	font-size:16px;
}
.popup p{
	margin: 3px 10px 3px 20px;
}
.popup .small{
	font-size: 12px; 
}
.popup form{
		padding: 5px 10px 5px 10px;
}
.popup label{
	padding-top: 5px;
	display:inline-block;
	font-size: 14px;
}

#AccountForm .userdata{
	width: 430px;
	float: left;
}
#Main .popup .button{
	margin-right: 10px;
}
 .userdata pre{
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size: 16px;
	margin: 3px 0px 0px 15px;
	padding: 2px 5px 2px 10px;
	line-height: 16px;
	white-space:normal;
	color: #000000;
	background-color: #E6EEFF;
}
.userdata pre.inline{
	display: inline;
	padding: 0px 5px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.userdata p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 3px 0px 0px 5px;
}
.userdata input{
	margin: 6px -8px 0px 0px;
}
.userdata label{
	display:inline;
	background-color: #E6EEFF;
}
.userdata .wide{
	width: 455px;
	padding: 0px 0px 0px 15px;
	margin:3px 0px 0px -10px;
}
.userdata .wide2{
	width: 336px;
	margin:3px 0px 0px 0px;
}
h2.line{
	border-top:  1px solid #838383;
	margin: 6px 0px 4px 0px;
}
input.button.pending{
    background: #efefef;
}

.button {
	background: #ffffb5;
  background-image: -webkit-linear-gradient(top, #ffffb5, #fac252);
  background-image: -moz-linear-gradient(top, #ffffb5, #fac252);
  background-image: -ms-linear-gradient(top, #ffffb5, #fac252);
  background-image: -o-linear-gradient(top, #ffffb5, #fac252);
  background-image: linear-gradient(to bottom, #ffffb5, #fac252);

	font-family: Arial;
	color: #000000;
	cursor:pointer;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	padding: 3px 10px 2px 10px;
	margin-bottom: 3px;
	text-decoration: none;
	border-radius: 5px;
	box-shadow: 1px 1px 2px #666666;
	border: solid #a8843d 1px;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorStr=#ffffb5, endColorStr=#fac252);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffb5), to(#fac252));
	background: -moz-linear-gradient(top, #ffffb5, #fac252);
	-ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorStr=#ffffb5, endColorStr=#fac252);
	display: inline-block;
}
.button:hover {
	background: #ffffd6;
	color: #000000;
}
a.button:link, a.button:visited {
	color: #000000;
}
.button.big {
	font-size: 15px;
    padding: 6px 22px 6px 22px;
    margin: 6px 15px 6px 10px;
    cursor: pointer;
    font-weight: bold;
}
#cart .button.small {
	padding: 0px 0px 2px 0px;
	margin:0px 15px 0px 10px;
	cursor:pointer;
	font-weight: normal;
	line-height: 12px;
}
#CheckoutWrapper p.small{
	font-size: 11px;
}
input.radiobutton {
    width: 14px;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
}
#CheckoutForm label{
	font-size: 14px;
}
#CartFormWrapper p, #CheckoutWrapper p{
	margin-right: 20px;
}
input#logout{
  background:none;
  border:none;
  font-size:1em;
  color:blue;
}


