/* HTML Page And Body Styles */
html {
	padding: 0;
	margin: 0;
	background: #efefef;
}
body {
	color: #3c3c3c;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	font: 12px/1.2 Arial, Verdana, Helvetica, sans-serif;/**/
	background: #fff url(../images/background/body_back.gif) repeat-x;
}
/* Begin Default Global Element Styles */
div {
	margin: 0;
	padding: 0;
}
p {
	margin: 0px 0px 12px 0px;
	padding: 0;/*text-align: justify;*/
}
span {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
img {
	border: none;
	padding: 0;
	margin: 0;
}
a img {
	padding: 0;
	margin: 0;
	border: none;
}
/*img, div#container, div#footer-container { behavior: url(css/iepngfix.htc); }*/
hr {
	background: #cdcfd0;
	border: 0;
	color: #cdcfd0;
	height: 1px;
	margin: 0 0 10px 0;
}
/* default lists, blockquotes, and tables and other specialized elements */
/* font-sizes and line-heights below are common across entire document */
/* for elements with font-sizes or line-heights that change during document, */
/* remove font-size and line-height settings from here and style explicitly below */
blockquote {
	border: 1px solid #ffcc00;
	margin: 0 0 12px 0;
	padding: 10px 15px 10px 15px;
	background: #ccc;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #000!important;
}
/* Default Global Forms */
form {
	padding: 0;
	margin: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
label {
	margin: 0;
	padding: 0;
}
input {
	margin: 0 0 5px 0;
	padding: 0;
	vertical-align: middle;
}
input.button {
	font-weight: normal;
	color: #000;
	font-size: 1.2em;
	padding: 1px 3px 1px 3px;
	background: #ccc;
}
input.input_box {
	vertical-align: middle;
	padding: 1px;
}
.radio_button {
	margin-right: 3px;
	vertical-align: middle;
}
select {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
/* Default Table (Invisible) */
table {
	padding: 0;
	margin: 0 0 12px 0;
	border-collapse: collapse;
	clear: both;/* For Clearing Floated ../images */
}
/* Default Headers */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	color: #C30024;/*font-weight: bold;*/
}
/* Font sizes here are global for the entire document; */
/* for headers that change size, remove here and size below in each container */
h1 {
	font-size: 21px;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 11px;
	letter-spacing: .5px;
	font-weight: bold;
}
small {
	font-size: 85%;
}
/* Default Global Links */
a {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}
a:link {
	color: #C30024;
}
a:visited {
	color: #C30024;
}
a:hover {
	color: #C30024;
	text-decoration: underline;
}
a:active {
	color: #C30024;
	text-decoration: underline;
}
a img {
	margin: 0;
	padding: 0;
	border: 0;
}
/* Reusable Utility Classes */
.left {
	float: left;
}
img.left {
	margin: 0 10px 10px 0;
}
.right {
	float: right;
}
img.right {
	margin: 0 0 10px 10px;
}
.center {
	text-align: center;
}
/* this is for using on a block-level container element */
/* and will center contents inside the container */
.centered {
	display: block;
	margin: 0 auto 10px auto;
}
/* this is for using on an inline element, such as an image */
/* and will turn the element block, and center the element within its container */
.indent {
	display: block;
	margin-left: 20px !important;
}
.hidden {
	display: none;
}
.top_border {
	border-top: 4px solid #6699cc;
}
.no_border {
	border: none !important;
}
.clear {
	clear: both;
}
/* forces container to expand around floated elements */
.clear-container {
	clear: both;
	font-size: 1px;
	padding: 0;
	margin: 0;
	line-height: 0;
}
.date {
	float: right;
	margin: 2px 0 0 0;
	font-size: 85%;
}
.black {
	color: #000 !important;
	font-weight: bold;
}
.black a {
	color: #000 !important;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */

/* begin page layout */
#x-container {
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	width: 910px;
}
#header {
	width: 912px;
	height: 171px;
	padding: 0;
	margin: 0;
	background: #fff url(../images/header/Colorama_header.jpg) top left no-repeat;
}
#header a#homelink {
	display: block;
	width: 910px;
	height: 76px;
	outline: none;
	text-decoration: none;
}
/*#header h1 { visibility: hidden; }*/

/*#header h1 { color: #000; }*/
#right {
	float: left;
	width: 736px;
	padding: 5px 10px 0px 0;
	margin: 0;
	background-color: #fff;
	min-height: 267px;
}
#left {
	float: left;
	width: 154px;
	min-height: 250px;
	padding: 5px;
	margin: 0;
	background-color: #fff;
}
/* Begin Footer */
#footer-container {
	background: #333333;
	border-top: 5px solid red;
	clear: both;
	text-align: left;
	width: 100%;
	margin: 0;
	min-height: 300px;
	padding: 0 0 5px 0px;
	color: #fff;
}
#footer {
	background: transparent url(../images/background/footer-back.png) no-repeat;
	margin: 0 auto;
	padding: 0;
	width: 910px;
	height: 200px;
}
#footer ul {
	display: inline;
	list-style: none;
	margin: 5px 0 5px 0;
	padding: 0;
}
#footer li {
	color: #fff;
	font-size: 10px;
	display: inline;
	margin: 5px 2px 5px 2px;
	padding: 0;
	vertical-align: middle;
}
#footer p {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 9px;
}
#footer p a {
	color: #fff;
}
#footer li a {
	color: #fff;
	padding-left: 5px;
	border-left: #fff solid 1px;
}
#footer li a.first {
	border-left: none;
}
#footer #ft-left {
	float: left;
	width: 570px;
	padding: 5px 0;
}
#footer #ft-right {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 5px 0;
}
#title {
	height: 32px;
	background-color: #ef4023;
}
#title h3 {
	padding: 8px 0 0px 10px;
	color: #fff;
}
#nav-title {
	width: 154px;
	height: 34px;
	background: #18A0DE url(../images/nav/title_back.gif) repeat-x;
}
#nav-title ul {
	/*width: 237px;*/
	height: 12px;
	padding: 12px 5px 10px 0px;
	margin: 0;
	color: #000;
}
#nav-title ul li {
	border-right: 1px solid #fcfcfc;
	float: left;
	list-style-type: none;
	padding: 0 10px 0 0px;
	margin: 0 0 0 12px;
}
#nav-title ul li.last {
	border: none;
	padding-right: 0;
}
#nav-title ul li a {
	color: #fff;
	display: block;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	background: transparent;
}
#nav {
	width: 154px;
	padding: 0;
	margin: 0;
}
#nav ul {
	/*width: 237px;*/
	padding: 8px 0 15px 0;
	margin: 0;
	color: #f9ed29;
	font-size: 13px;
	letter-spacing: 1px;
	background: #56bae7;/*background: transparent url(../images/background/nav-back.gif) top left no-repeat;*/
}
#nav ul li {
	/*width: 200px;*/
	list-style-type: none;
	padding: 5px 0 5px 18px;
	margin: 0 0 8px 10px;
	background: transparent url(../images/icons/white_arrow.gif) left no-repeat;
}
#nav a {
	color: #fff600;
	text-decoration: none;
	font-weight: normal;
}
#nav a:link {
	color: #fff600;
	outline: none;
}
#nav a:visited {
	color: #fff600;
	outline: none;
}
#nav a:hover {
	color: #fff;
	text-decoration: underline;
	outline: none;
}
#nav a:active {
	color: red;
	text-decoration: none;
	outline: none;
}
#nav a.nav-shop {
	color: #fff!important;
}
#nav ul li ul {
	/*width: 175px;*/
	padding: 0;
	margin: 0;
	background-image: none;
}
#nav ul li.current {
	background: transparent url(../images/icons/white_arrow.gif) left 7px no-repeat;
}
#nav ul li.current a {
	color: #fff;
}
#nav ul li.current ul {
	padding-top:5px;
}
#nav ul li.current ul li {
	width: 150px;
	color: #fff;
	font-size: 0.7em;
	list-style-type: none;
	margin-left: 0;
	padding: 2px 0 2px 0px;
	background: transparent /*url(../images/icons/rp-arrow.gif) left center no-repeat*/;
}
#nav ul li.current ul li a {
	color: #fff;
}
.links {
	padding: 5px 5px 3px 26px;
	color: #fff;
	background: #F9ED29 url(../images/icons/red-arrow.gif) 10px 9px no-repeat;
}
.links a {
	font-weight: bolder;
	color: #36393D;
}
#navcart {
	width: 134px;
	height: 48px;
	padding: 10px 10px 11px;
	margin: 0 0 0 0;
	background: #18a0de;
}
#navcart h4 {
	padding: 0;
	color: #fff;
}
#navcart h3 a {
	color: #fff;
}
#navcart p {
	padding: 0;
	margin: 0;
}
#navcart p label {
	color: #fff;
	padding: 0 0 0 3px;
	margin: 0;
}
/*#navcart { height: 100%; }*/

#featured {
	width: 897px;
	height: 205px;
	margin: 0 5px 5px;
	padding: 23px 0px 5px 3px;
	background: #fff url(../images/background/cata_home.gif) top left repeat-x;
}
#featured .feat-box {
	background: transparent url(../images/background/feat-box-back.gif) repeat-x;
	float: left;
	margin: 0 10px;
	padding: 8px 10px;
	width: 184px;
	height: 201px;
}
#featured .feat-box h2 {
	background: transparent url(../images/homepage/furniture-hdr.gif) no-repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	text-indent: -9999px;
}
#featured .feat-box h2 a {
	display: block;
	outline: none;
}
#featured .feat-box h2.box-1 {
	background: transparent url(../images/homepage/furniture_hdr.gif) no-repeat;
}
#featured .feat-box h2.box-2 {
	background: transparent url(../images/homepage/electronics_hdr.gif) no-repeat;
}
#featured .feat-box h2.box-3 {
	background: transparent url(../images/homepage/appliances_hdr.gif) no-repeat;
}
#featured .feat-box h2.box-4 {
	background: transparent url(../images/homepage/computer_hdr.gif) no-repeat;
}
#featured .feat-box .img-container {
	background: #fff;
	width: 182px;
	height: 152px;
}
#homepage-feature h2 {
	display: block;
}
#homepage-feature h2 a {
	display: block;
	width: 649px;
	height: 221px;
	text-indent: -9999px;
	outline: none;
}
#navcart p label.nacrt {
	padding-left: 25px;
}
#content {
	background: #fff;
	padding: 0;
	margin: 0;
}
#content .content-full {
	margin: 0;
	padding: 0 30px 10px 30px;
}
#content-right {
	float: left;
	width: 209px;
	min-height: 500px;
	padding: 0;
	margin: 0;
}
#content-left {
	float: left;
	width: 500px;
	min-height: 500px;
	padding: 0;
	margin: 0;
	border-right: 1px solid #cbdff2;
}
.thumb-row {
	display: block;
	clear: both;
	padding: 5px 10px;
	margin: 5px 0 0 0;
	height: 100%;
}
* html .thumb-row {
	display: block;
	clear: both;
	padding: 5px 8px;
	margin: 0;
	height: 71px;
}
.thumb-row img {
	display: block;
	width: 81px;
	float: left;
	padding: 0;
	margin: 0 0 5px 0;
	border: none;
}
.thumb-row h4, .thumb-row p, .thumb-row h5 {
	padding: 0 0 0px 0;
	margin: 0 0 0 90px!important;
}
.thumb-row h5 a {
	color: #CC2131;
	font-size: 12px;
	/*font-weight: 700;*/
	text-decoration: underline;
}
.thumb-row p.model, .bottom-products p.model {
	color: #585858;
	font-size: .9em;
	padding-bottom: 0;
	margin-bottom: 0;
}
.thumb-row p.price {
	color: red;
	font-size: 12px;
	font-weight: bolder;
}
.thumb-row p a[title="More Info"] {
	padding: 0 0 0 15px;
	font-weight: 700;
	font-size: .9em;
	background: transparent url(../images/icons/red-arrow.gif) left no-repeat;
}
.sort-nav {
	margin: 0 0 1.3em 12px;
}
.product {
	float: left;
	width: 181px;
	padding: 5px 10px;
	margin: 0 0 30px 10px;
}
.product .img-container {
	display: block;
	/*height: 13.4em;*/
	height: 155px;
	width: 180px;
	margin: 0;
	padding: 0;
	/*overflow: hidden;*/
	text-align: center;
}
.product img {
	margin: 0 0 0 0;
}
.product img a {
	display: block;
}
.product h4, .product p, .product h3 {
	padding: 0 0 2px 0;
	margin: 0 0 5px 0;
}
.product h3 a, .product p.price {
	display: block;
	font-size: 1em;
	/*font-weight: 700;*/
	color: #CC2131;
	text-decoration: underline;
	text-align: center;
}
.product h3 {
	height: 2em;
	margin: 0 0 8px;
}
.product p.price {
	/*float: left;*/
	color: red;
	text-decoration: none;
}
.product p.start {
	color: #585858;
	/*float: left;*/
	font-size: .9em;
	margin: 0;
	padding: 0;
	width: 80px;
}
.product p.model {
	color: #585858;
	font-size: .9em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: center;
}
.plus {
	/*clear: both!important;*/
	padding: 3px 0;
	margin: 5px 0;
	/*background: transparent url(../images/background/red-plus.png) left no-repeat;*/
	font-size: 12px;
	font-weight: normal;
}
h5.content-title {
	width: auto;
	height: 12px;
	padding: 5px 0 7px 10px;
	margin: 0 0 5px 0;
	color: #36393D;
	background-color: #fff;
	clear: both;
}
h5.content-title.border {
	border-top: 5px #36393D solid;
}
/*.border-bottom
{
	border-bottom: 5px solid #36393D;
}*/

.content-left-block {
	padding: 0 0 20px 0;
	margin: 0;
}
#product-photo {
	float: left;
	width: 200px;
	padding: 0;
	margin: 0 0 0 10px;
}
#product-info {
	float: left;
	width: 250px;
	padding: 0;
	margin: 0;
}
.terms {
	padding: 0;
	margin: 0 0 10px 0;
}
.breadcrumbs {
	width: auto;
	height: 25px;
	padding: 0;
	margin: 10px 0 0 10px;
	color: #36393D;
	font-size: 11px;
	font-weight: bolder;
}
.description {
	color: #585858;
	font-size: 11px;
	font-weight: 600;
}
.description h4 {
	margin: 0;
	padding: 0;
}
.description .model {
	font-size: 10px;
	font-weight: normal;
	color: #585858;
	padding: 0;
	margin: 0 0 5px 0;
}
.terms {
	/*width: 138px;*/
	min-height: 110px;/*background: #eee url(../images/t-bottom.gif) bottom no-repeat;*/
}
.terms h4 {
	font-size: 12px;
	color: #000;
	margin: 0 0 8px 0;
	padding: 3px 2px 2px 6px;
	letter-spacing: 0.5px;/*background: url(../images/t-top.gif) top no-repeat;*/
}
.terms p {
	clear: both;
	font-size: 12px;
	color: #3c3c3c;
	padding: 3px 0 5px 0;
	margin: 0 0 0 5px;
}
#product-info form {
	margin: 0;
	padding: 0;
}
.terms input {
	float: left;
	clear: left;
	display: block;
}
#product-info form p label {
	float: left;
	clear: right;
	width: auto;
	display: block;
	margin: 0 0 0 8px;
	padding: 1px;
}
table.cart {
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}
.cart td {
	padding: 0;
	margin: 0;
}
.cart td.quantity input {
	width: 30px;
	margin-left: 5px;
}
.cart td input:focus {
	background-color: #FFFF33;
}
.cart th {
	padding: 5px 0;
	margin: 0 0 10px 0;
	color: #36393D;
	background-color: #eee;
}
.cart th p {
	padding: 0;
	margin: 0 0 0 5px;
	text-align: left;
}
.cart td p {
	padding: 0;
	margin: 5px 0 12px 5px;
	text-align: left;
}
.cart .item-total {
	color: #cc2131;
	font-weight: bolder;
}
.cart .price-terms {
	color: #36393D;
	font-weight: bolder;
}
.cart tr.last-row {
	padding: 0 10px;
}
.cart td.update-cart p {
	text-align: right;
	padding: 0 0 5px 0;
	margin: 0 10px;
	border-bottom: 1px solid #ccc;
}
.cart td.update-cart2 p {
	text-align: right;
	padding: 0 0 5px 0;
	margin: 0 10px;/*border-bottom: 1px solid #ccc;*/
}
.cart .cartItems {
	width: 50%;
}
.cart .quantity {
	width: 10%;
}
.cart .priceTerms {
	width: 30%;
}
.cart .itemTotal {
	width: 10%;
}
/* Start Review Styles */
.cart .deliveryInfo {
	width: 30%;
}
.cart .quantity {
	width: 10%;
}
.cart .itemEdit {
	width: 70%;
	text-align: right;
}
.cart .itemEdit p {
	margin: 0 10px 0 0;
	text-align: right;
}
.cart .itemEdit p a {
	text-decoration: underline;
}
div.review {
	padding: 5px;
}
.cart td.review-bottom p {
	text-align: right;
	padding: 5px 0 5px 0;
	margin: 0 10px;
	border-top: 1px solid #ccc;
}
.cart td.review-bottom2 p {
	text-align: left;
	padding: 5px 0 5px 0;
	margin: 0 10px;
	border-top: 1px solid #ccc;
}
/* End Review Styles */
div#price-container {
	width: auto;
	/*border-bottom: 1px solid #ccc;*/
	margin-left: 10px;
}
/* Begin Price Total Div */
div#total-price {
	float: right;
	width: 330px;
	padding: 10px 10px 0 0;
	margin: 0;
}
div#total-price p {
	text-align: right;
}
div#total-price label {
	font-size: 12px;
	font-weight: bolder;
	color: #36393D;
}
.btncont {
	float: left;
	width: 125px;
	margin: 10px 0 0 10px;
}
.btncheckout {
	float: right;
	width: 125px;
	margin: 10px 65px 0 0;
}
#total-price input, select {
	width: 155px;
	border: 1px solid #ccc;
	padding: 0;
	margin: 0 0 0 5px;
	font-size: 12px;
	color: #000;
}
div#total-price p input.inputImage {
	border: none!important;
	width: auto;
}
/* Begin Price Total TAble */
table.totalPrice {
	width: 330px;
	border: 0;
	padding: 0;
	margin: 0 0 10px 0;
}
.totalPrice td {
	padding: 0;
	margin: 0;
}
.totalPrice td input {
	width: 30px;
	margin-left: 5px;
}
.totalPrice td input:focus {
	background-color: #FFFF33;
}
.totalPrice tr.last-row {
	padding: 0 10px;
	border-bottom: 1px solid #ccc;
}
.totalPrice td p {
	font-size: 12px;
	font-weight: bolder;
	color: #36393D;
	text-align: right;
	padding: 0 0 5px 0;
	margin: 0 10px;
}
.content-center {
	margin: 0;
	padding: 10px;
}
/* MAIN NAVIAGTION ======================== */

html>body #mainnav {
	width: 912px;
	height:33px;
	border: 0;
	padding: 0;
	margin: 0;/*background: transparent url(/i/shadowtrick.gif) top left no-repeat;*/
}
#mainnav ul {
	width: 910px;
	height: 33px;
	background: url(../images/nav/nav.gif) no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
}
#mainnav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
#mainnav ul li, #mainnav a {
	height: 33px;
	display: block;
	outline: none;
}
#mainnav ul li a {
	color:white;
	font-size: 10px;
	text-indent: -9999px;
	text-decoration: none;
	outline: none;
}
#mn1 {
	left: 0;
	width: 75px;
}
#mn2 {
	left: 74px;
	width: 96px;
}
#mn3 {
	left: 170px;
	width: 89px;
}
#mn4 {
	left: 259px;
	width: 101px;
}
#mn5 {
	left: 360px;
	width: 108px;
}
#mn6 {
	left: 468px;
	width: 114px;
}
/*#mn6 {left: 529px; width: 88px;}
#mn7 {left: 432px; width: 107px;}
#mn8 {left: 539px; width: 87px;}
#mn9 {left: 626px; width: 112px;}*/

#mn1 a:hover {
	background: transparent url(../images/nav/nav.gif) 0px -33px no-repeat;
}
#mn2 a:hover {
	background: transparent url(../images/nav/nav.gif) -74px -33px no-repeat;
}
#mn3 a:hover {
	background: transparent url(../images/nav/nav.gif) -170px -33px no-repeat;
}
#mn4 a:hover {
	background: transparent url(../images/nav/nav.gif) -259px -33px no-repeat;
}
#mn5 a:hover {
	background: transparent url(../images/nav/nav.gif) -360px -33px no-repeat;
}
#mn6 a:hover {
	background: transparent url(../images/nav/nav.gif) -468px -33px no-repeat;
}

/*#mn6 a:hover {background: transparent url(../images/nav/nav.gif) -529px -33px no-repeat;}
#mn7 a:hover {background: transparent url(images/nav/nav.gif) -432px -24px no-repeat;}
#mn8 a:hover {background: transparent url(images/nav/nav.gif) -539px -24px no-repeat;}
#mn9 a:hover {background: transparent url(images/nav/nav.gif) -626px -24px no-repeat;}*/


/* Begin right shopping basket */
table.rt-basket {
	padding: 0;
	margin: 0;
	border: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 155px;
}
.rt-basket th {
	padding: 2px;
	vertical-align: top;
	white-space: normal;
	text-align: left;
	background: #ccc;
}
.rt-basket th.top {
	background-color: #FF9900;
}
.rt-basket td {
	font-size: 10px;
	line-height: 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	empty-cells: show;
	padding: 5px;
	vertical-align: top;
	white-space: normal;
	text-align: left;
}
.rt-basket td.first, .rt-basket th.first {
	/* border-left: 1px solid #ccc;*/
	text-align: center;
}
.rt-basket td.last {
	white-space: no-wrap;
	text-align: right;
}
.rt-basket .ta /* text alignment class */ {
	text-align: right!important;
}
/* Begin right shopping basket */

/* Checkout Form Styles */
.checkout {
	margin: 0;
	padding: 0;
}
.checkout fieldset {
	margin: 0 0 10px 0;
	padding: 15px;
}
.checkout fieldset p {
	clear: both;
	color: #36393D;
	margin: 0 0 5px 0;
	padding: 0;
}
.checkout label {
	color: #36393D;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
* .required {
	color: red!important;
}
p.required {
	margin: 0 0 0 15px;
	text-align: center;
}
input:focus, textarea:focus {
	background: #eee;
}
.checkout input.text {
	margin: 0;
	padding: 0;
	width: 250px;/*border: 1px solid #ccc;*/
}
.checkout input.text2 {
	padding: 0;
	width: 250px;
	/*border: 1px solid #ccc;*/
	margin: 5px 0 0 0;
}
.checkout select {
	margin: 0 0 0 0;
	padding: 0;
	width: 135px;
}
.checkout label.check {
	float: left;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0;
	width: 250px!important;
}
.checkout input.checkbox {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}
.checkout .checkout-title {
	width: auto;
	height: 12px;
	padding: 5px 0 7px 10px;
	margin: 0;
	color: #36393D;
	background-color: #e9eef2;
}
.checkout .form-container {
	float: left;
	margin: 0 5px 0 0;
	padding: 10px 0 0 10px;
	width: 300px;
}
.checkout .form-container .dis {
	opacity: 0.3;
}
.checkout p.zip, p.state {
	clear: none!important;
	float: left;
	width: 130px;
}
.checkout p.state {
	margin: 0 10px 10px 0!important;
}
.checkout p.card, p.number {
	clear: none!important;
	display: block;
	float: left;
	width: 150px;
}
.checkout p.card-ex, .checkout p.card-ex {
	clear: none!important;
	display: block;
	float: left;
	width: 110px;
}
.checkout p.card-ex label {
	margin: 0 0 2px 0!important;
}
.checkout #card-ex-y, .checkout #card-ex-m {
	margin: 0 0 5px 0;
	width: 100px!important;
}
.checkout .card-ex-y, .checkout .card-ex-m {
	margin: 0 0 5px 0;
	width: 100px!important;
}
.checkout p.number {
	margin: 0 10px 0 0!important;
}
.checkout p.password {
	clear: none!important;
	display: block;
	float: left;
	width: 250px;
	margin: 0 10px 0 0!important;
}
.checkout fieldset.ref-layout {
	float: left;
	width: 290px;
	margin: 10px 0 10px 0!important;
	padding: 0 0 0 10px!important;
}
.checkout fieldset.full-layout {
	margin: 10px 0 10px 0!important;
	padding: 0 0 10px 10px!important;
}
.checkout .full-layout-container {
	margin: 0;
	padding: 10px;
	clear: both;
	width: 615px;
}
/* End Checkout Form Styles */
/* Right Ads */
#right-ads p {
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: normal;
}
#right-ads p img {
	display: none;
	margin: 0;
	padding: 0;
	line-height: normal;
}
/* End Right Ads */
.button.sign-in {
	color: #36393D;
	background: #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
	padding: 2px;
	text-align: center;
}
.register {
	color: #000;
	background: #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 0 10px;
	padding: 4px;
	text-align: center;
	width: 200px;
	outline: none;
	text-decoration: none!important;
}
/* contact form styles */

.corporate-address {
	padding: 10px
}
.corporate-address h3 {
	padding-top: 10px;
}
form.cssform {
	width: 350px;
	margin: 10px 0 10px 0;
	padding: 0;
}
.cssform fieldset {
	display: block;
	width: 350px;
	padding: 0;
	margin: 0 0 0px 0;
	border: none;
}
.cssform legend {
	font-weight: bold;
	color: #CC0000;
	border: solid 1px #ccc;
	padding: 3px;
	margin: 0;
}
.cssform p {
	width: 350px;
	margin: 0;
	padding: 0;
	/*padding-left: 0px; width of left column containing the label elements*/
	height: 1%;
	vertical-align: middle;
	clear: both;
}
.cssform label {
	color: #666;
	display: block;
	float: left;
	width: 80px;
	/*width of labels. Should be smaller than left column (155px) to create some right margin*/
	font-size: 11px;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0 5px 0 0;
	margin-top: 8px;
	text-align: right;
}
.cssform label.red {
	color: red;
}
.cssform input, .cssform select {
	margin: 4px 0;
}
.cssform input, .cssform select {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #f0f0f0;
	color: #000;
	border: 1px solid #ccc;
}
.cssform select {
	width: 259px;
	font-size: 10px;
	padding: 3px;
	margin-top: 8px;
}
.cssform select.state {
	width: 50px;
}
.cssform textarea {
	width: 259px;
	float: left;
	height: 70px;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	margin-top: 10px;
}
* html .cssform textarea {
	width: 259px;
	float: left;
	height: 70px;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	margin-top: 10px;
}
.cssform textarea:focus {
	background-color: #FFFFCC;
}
.cssform input[type="radio"] {
	float: left;
	display: normal;
	border: none;
	background-color: #fff;
}
.cssform label.respond {
	width: 75px;
}
.cssform input[type="text"] {
	display: block;
	float: left;
	width: 259px;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding: 2px;
	color: #102132;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	margin-top: 8px;
}
* html .cssform input.text {
	display: block;
	float: left;
	width: 259px;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding: 2px;
	color: #102132;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	margin-top: 8px;
}
.cssform input[type="text"].textsm {
	width: 84px;
}
* html .cssform input.textsm {
	width: 84px;
}
.cssform input[type="text"]:focus {
	background-color: #FFFFCC;
}
.cssform input.submit-contact {
	color: #f0f0f0;
	background-color: #333;
	font-size: 12px;
	cursor: finger;
	cursor: pointer;
	padding: 3px 10px;
	margin: 15px 0 0 84px;
}
.cssform input.submit-contact:hover {
	background: #f0f0f0;
	font-weight: bold;
	color: #666;
}
* html .threepxfix {
	margin-left: 3px;
}
/* Locations */
.location {
	/*border: 1px solid #ccc;*/
	float: left;
	width: 185px;
	height: 85px;
	margin: 5px 5px 18px;
	padding: 0 0 20px;
	
}
.location h4 {
	color:#000;
	font-size:14px;
	margin:0pt;
	padding:0pt;
}
.location .button {
	border: 1px solid #ccc;
	background: #333;
	padding: 5px 8px;
	font-size: 11px;
	margin: 10px 0;
	color: #fff;
}
* html .location input.button {
	padding: 5px;
	margin: 10px 0;
}
.location p {
	margin:0 0 2px 0;
	padding: 0;
}
.location .map {
	display: block;
	padding: 5px 0 0 0;
}

.location .nav-links {
	display: block;
	margin: 10px 0 0 0;
	padding: 1px 0;
	width: 70px;
	text-align: center;
}
#promo-nav {
	margin: 0 35px 20px 0;
	padding: 0 0 0 15px;
	text-align: center;
}
.nav-links, .nav-nums {
	font-size: 12px;
	border: 1px solid #666;
	color: #666;
	background: #fff;
	margin: 0;
	padding: 3px 6px;
}
.nav-nums.current {
	color: #fff;
	background: #666;
}

/* Begin Services */

.services {
	width: 400px;
	margin: 13px;
}
.serTitle {
	width: 250px;
	padding: 0;
}
.serPrice {
	color: #36393D;
	padding: 0;
	text-align: left;
}
.services tr {
/*border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;*/
}
.services td {
	margin: 0;
	padding: 3px;
	border: 1px solid #ccc;
}
.services p {
	font-size: 11px;
	padding: 0;
	margin: 0;
}
.row1 {
	margin: 0;
	padding: 0 10px;
	background: #ccc;
}
.row1 .serTitle {
	width: 250px;
	border-right: 1px solid #fff;
}
.row2 {
	margin: 0;
	padding: 0 10px;
	background: #fff;
}
/* End Services */

/* Begin Payment Receipt */
h4.payment-message {
	color: red;
}
table#receipt {
	border: 0;
	padding: 0;
	margin: 20px 0 0 0;
	text-align: left;
}
table#receipt td {
	vertical-align: top;
	padding: 0 0 10px 0;
}
table#receipt td p {
	margin: 0;
	padding: 0 0 2px 0;
}
table#receipt td.tdright {
	width: 200px;
}
table#receipt td.tdleft {
	width: 125px;
	font-weight: bold;
}
/* End Payment Receipt */

p.input-flt {
	float: left!important;
	clear: none!important;
	width: 150px!important;
	margin-right: 10px!important;
}
p.input-flt .text2 {
	margin: 0;
	width: 120px;
}
p.note {
	margin: 10px 0 10px 10px;
}
/*calendar*/
	#dates-head {
	background: #022E64;
	border: 1px solid #cBDFF2;
	border-bottom: none;
	width: 158px;
	color: #C30024;
	margin: 0;
	padding: 8px 10px;
}
#dates-head p {
	color: #fff;
	display: block;
	margin: 0;
	padding: 0;
}
#dates-head p a {
	color: #fff;
	margin: 0;
	padding: 0 3px;
}
#dates-head p.arrows {
	float: right;
}
#dates {
	background: #cBDFF2;
	border: 1px solid #cBDFF2;
	margin: 0 0 8px 0;
	padding: 10px;
	width: 158px;
}
#dates table {
	margin: 0 0 10px 0;
	padding: 0;
	width: 158px;
}
#dates table thead tr th {
	margin: 0;
	padding: 0;
}
#dates table thead tr {
	border-bottom: 1px solid #cBDFF2;
	margin: 0;
	padding: 0;
}
#dates table thead tr th p {
	float: left;
	margin: 0;
	padding: 5px 0;
}
#dates table tr {
	margin: 0;
	padding: 0;
}
#dates table td {
	margin: 0;
	padding: 2px 0;
}
#dates table td a {
	margin: 0;
	padding: 2px 0;
	text-decoration: underline;
}
#calendar-form {
	margin: 0 0 10px 0!important;
}
#calendar-form h4 {
	color: #666!important;
	padding: 0 0 10px 0!important;
}
#calendar-form select {
	border: 1px solid #ccc;
	width: 250px;
	margin-left: 0;
}
#calendar-form .calWidth {
	width: 120px;
	margin-right: 10px;
}
.viewcal {
	clear: both!important;
	font-size: 12px;
	margin-top: 5px;
	padding: 3px;
}
.viewcal:hover {
	background-color: #fff;
	color: #000;
}
/* FILE MANAGER  */

div#fmwrapper {
	width: 99%;
	margin: 0;
	padding: 0;
}
#fmwrapper #folderbrowser {
	width: 23%;
	float: left;
	padding: 10px 0px 10px 5px;
	border: 1px dotted #d21034;
	overflow: scroll; /* Safari ignored overflow-x and overflow-y */
	overflow-x: scroll;
	overflow-y: visible;
	height: auto;
	white-space: nowrap;
}
#fmwrapper #folderbrowser div#folder {
	width: auto;
	height: auto;
	margin: 0;
	padding: 2px 0px 2px 0px;
}
#fmwrapper #filelistwrapper {
	width: 75%;
	float: right;
	border: 0;
}
#fmwrapper #filelistwrapper table#filelist {
	width: 100%;
	border-bottom: 1px solid #e7ab0b;
	border-top: 1px solid #e7ab0b;
}
#filelist tr.filelistheader {
	background-color: #d21034;
	color: #ffffff;
	height: 20px;
	border: 0;
}
#filelist td.filelistheader {
	background-color: #d21034;
	color: #ffffff;
	font-weight: strong;
	text-indent: 2px;
	border: 0;
}
#filelist tr.filerow {
	background-color: #fff;
}
#filelist tr.filerow2 {
	background-color: #fff;
}
#filelist td.filerow {
	height: 30px;
	text-indent: 2px;
}
/* === CAREERS */

label.careers {
	float: left;
	display: block;
	width: 220px;
	clear: both;
	margin: 0 0 15px 0;
}
select.careers {
	float: left;
	width: 200px;
	margin: 0 0 5px 0;
}
table.jobs {
	border: none;
	margin: 20px 0 15px 0;
	padding: 0;
	border-spacing: 0;
	clear: both;
	width: 90%;
}
table.jobs td, table.jobs th {
	padding: 5px 5px 5px 0;
	font-size: 12px;
}
table.jobs th {
	color: #005a84;
	font-weight: bold;
	border-bottom: 1px solid #f0f0f0;
}
table.jobs td a {
	text-decoration: none;
}
.job-header {
	border-bottom: 1px solid #ccc;
}
input.searchjobs {
	display: block;
	background: transparent;
	line-height: 20px;
	width: 80px;
	text-align: center;
	padding: 0 4px 0 4px;
	margin: 8px 0 0 340px;
	text-decoration: none;
	border: 1px solid #000;
	font-size: 11px;
	color: #C30024;
	cursor: finger;
	cursor: pointer;
}
input.searchjobs:hover {
	color: #c41230;
}
/* application splash */
			table.step {
	background-color: #fff;
	/*border-spacing: 10px;*/
				margin: 22px auto;
	padding: 0;
	color: #990000;
}
table.step tr {
	background: #e9eef2;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0;
	text-align:left;
}
table.step td {
	border-bottom: 5px solid #fff;
	margin: 0;
	padding: 10px;
}
table.step td a {
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #990000;
}
table.step tr.complete td a, table.step tr.complete {
	color: #339900;
}
table.step tr.complete td.col3 a {
	background: url(../images/icons/check.gif) no-repeat;
	padding: 0 0 0 20px;
}
table.step td.col1 {
	font-size: 26px;
	font-weight: bold;
	width: 130px;
}
table.step td.col2 {
	width: 225px;
}
table.step td.col3 {
	width: 100px;
	text-align:right;
}

/* end app splash */
.promo-image {
	width: 680px;
	margin: 0 0 22px;
}

.disclaimer {
	float: left;	
	color:#666666; 
	margin: 30px 0 10px 0;
	width: 680px; 
	font-size: .8em;
}
