/* WeDecal CSS Document */
* {
	margin: 0;
	outline: none;
}

html, body {
	height: 100%;
	width: 100%;
	min-height: 100%;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
	background: #FFFFFF;
	font-family: Helvetica, Arial, Verdana, serif;
	color: #000000;
}

a img {
	border: none;
}

/*-- PAGE ELEMENTS --*/
#container {
	min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -20px;
}

#page {
	min-width: 755px;
	padding-bottom: 0px;
	width: 100%;
}

#topblack {
	height: 22px;
	background: #0b0b0b url('../images/topblackbg.jpg') repeat-x;
}

#imagebar {
	height: 200px;
	background: #232323 url('../images/midbgright.jpg') center repeat-x;
	text-align: center;
	clear: both;
}

#imagebarsmall {
	height: 163px;
	background: #232323 url('../images/midbgbuy.jpg') center repeat-x;
	text-align: center;
}

#contentarea {
	width: 755px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.contentbox {
	width: 240px;
	float: left;
}

#cutarea {
	width: 755px;
	margin-left: auto;
	margin-right: auto;
}

.cutboxfader {
	float: left;
	background: url('../images/cut.jpg') repeat-y bottom right;
}

.cutbox {
	width: 240px;
	padding: 0 25px 60px 0;
	float: left;
	background: url('../images/cutfade.jpg') no-repeat bottom right;
}

.cutboximage {
	margin-top: 10px;
}

.cutboxtext {
	width: 240px;
	float: left;
}

.cutboxtext p a {
	font-weight: bold;
}

.cutboxtext p a:hover {
	text-decoration: underline;
}

.cutboxbottom {
	width: 240px;
}

.contentboxtext {
	padding: 0px 15px 0px 2px;
	color: #212121;
	font-size: 11px;
}

.contentboxspacer {
	float: left;
	height: 139px;
	width: 1px;
	margin-right: 15px;
	background: url('../images/greygrad.jpg') no-repeat;
}

.mediuminput {
	width: 300px;
}

.largeinput {
	width: 100%;
}

#loading {
	display: none;
	text-align: center;
	padding: 10px;
}

#actions {
	width: 480px;
	margin-left: 10px;
	float: left;
}

.actionsarea {
	padding: 10px 10px 0px 10px;
	clear: both;
}

.actionsformarea {
	padding: 10px 10px 0px 10px;
}

.actionsformarea #post a {
	font-weight: bold;
}

.submitbutton {
	padding: 20px 0px;
	text-align: right;
	float: left;
}

.submitbuttons {
	clear: both;
	padding: 20px 0px;
	text-align: right;
	float: right;
}

.middlebutton {
	padding-right: 20px;
	float: left;
}

.rightbutton {
	float: right;
}

.leftbutton {
	padding-right: 20px;
	float: left;
}

a, a:active, a:link, a:visited {
	text-decoration: none;
	color: #232323;
}

a:hover {
	text-decoration: underline;
	color: #222222;
}

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

#footer {
	height: 20px;
	background: #232323;
	text-align: center;
	color: #FFFFFF;
	line-height: 20px;
}

#footer a {
	color: #FFFFFF;
	font-weight: normal;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover .red {
	color: #FFFFFF;
	text-decoration: none;
}

.red {
	color: #e30013;
}

.textbold {
	color: #212121;
	font-size: 11px;
	font-weight: bold;
}

form {
	margin: 0px;
	padding: 0px;
	border: none;
}

form, input, select, option {
	font-size: 11px;
}

.horizontalradio label {
	margin: 0 10px 0px 10px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.inputtext {
	border: 1px solid #232323;
}

.inputtextsmall {
	border: 1px solid #232323;
	width: 145px;
}

.inputtextmedium {
	border: 1px solid #232323;
	width: 300px;
}

.errorinputtextmedium {
	border: 1px solid #e30013;
	background: #ebcdcf;
	width: 300px;
}

.errorinputtextsmall {
	border: 1px solid #e30013;
	background: #ebcdcf;
	width: 145px;
}

.inputtextlarge {
	border: 1px solid #232323;
	width: 100%;
}

.errorinputtextlarge {
	border: 1px solid #e30013;
	background: #ebcdcf;
	width: 100%;
}

.fieldbreak {
	padding-bottom: 5px;
}

p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

#fixedtipdiv{
	position:absolute;
	padding: 5px;
	border:1px solid black;
	font-size: 11px;
	z-index:100;
	color: #FFFFFF;
	background: #212121 url('../images/tooltipbg.jpg') repeat-x;
}

.colorimg {
	border: 1px solid #232323;
}

.whitetitle {
	font-size: 11px;
	color: #FFFFFF;
}

/*-- MENU ELEMENTS --*/
#menu {
	height: 85px;
	background: #FFFFFF url('../images/menubg.jpg') repeat-x;
}

#menu #menuitems .noindent a {
	text-indent: 0px;
}

#menu #menuitems {
  width: 745px;
  padding: 0px;
  margin:0px auto;
  list-style-type:none;
}

#menu #menuitems li {
  float:left;
  padding: 0px;
  margin: 0px;
}

#menu #menuitems a {
  display:block;
	height: 85px;
	text-indent: -10000px;
  text-decoration:none;
  padding: 0px;
  margin: 0px;
  float:left;
}

/*--Home Item--*/
#menu #menuitems #homeitem a {
	width: 114px;
	background: url('../images/home.jpg');
}

div .homeon {
	display: none;
	background: url('../images/homeon.jpg');
}

#menu #menuitems #homeitemon a {
	width: 114px;
	background: url('../images/homeon.jpg');
}

#menu #menuitems #homeitem a:hover {
	width: 114px;
	background: url('../images/homeon.jpg');
}

/*--Buy Item--*/
#menu #menuitems #buyitem a {
	width: 110px;
	background: url('../images/buy.jpg');
}

div .buyon {
	display: none;
	background: url('../images/buyon.jpg');
}

#menu #menuitems #buyitemon a {
	width: 110px;
	background: url('../images/buyon.jpg');
}

#menu #menuitems #buyitem a:hover {
	width: 110px;
	background: url('../images/buyon.jpg');
}

/*--Buy Item--*/
#menu #menuitems #blogitem a {
	width: 110px;
	background: url('../images/blogoff.jpg');
}

div .blogitem {
	display: none;
	background: url('../images/blogoff.jpg');
}

#menu #menuitems #blogitemon a {
	width: 110px;
	background: url('../images/blogon.jpg');
}

#menu #menuitems #blogitem a:hover {
	width: 110px;
	background: url('../images/blogon.jpg');
}

/*--Help Item--*/
#menu #menuitems #helpitem a {
	width: 110px;
	background: url('../images/help.jpg');
}

div .helpon {
	display: none;
	background: url('../images/helpon.jpg');
}

#menu #menuitems #helpitemon a {
	width: 110px;
	background: url('../images/helpon.jpg');
}

#menu #menuitems #helpitem a:hover {
	width: 110px;
	background: url('../images/helpon.jpg');
}

/*--Contact Item--*/
#menu #menuitems #contactitem a {
	width: 145px;
	background: url('../images/contact.jpg');
}

div .contacton {
	display: none;
	background: url('../images/contacton.jpg');
}

#menu #menuitems #contactitemon a {
	width: 145px;
	background: url('../images/contacton.jpg');
}

#menu #menuitems #contactitem a:hover {
	width: 145px;
	background: url('../images/contacton.jpg');
}

/*--Colors--*/
.radiopanel {
	width: 398px;
	margin: -5px auto;
}

.radiobox {
	margin: 0px 5px;
	text-align: center;
	float: left;
}

.radiobox input {
	margin: 5px;
}
.radiobox label {
	display: block;
	margin-top: 5px;
}

.colorprevspecial {
	border:2px #232323 dotted;
	width:30px;
	height:30px
}

.showdimensions {
	margin: 20px 0px 0px -20px;
}

.letteringprev img {
	border: 1px #232323 solid;
	padding: 2px;
}

.colorprev {
	border: 2px #232323 solid;
	width: 30px;
	height: 30px;
}

.previmage {
	width: 450px;
	text-align: center;
}

/*--CheckOut--*/
.checkoutrow {
	float: left;
	width: 450px;
}

.checkoutrow .checkoutdesc {
	font-weight: bold;
	float: left;
	padding-left: 10px;
	width: 50px;
}

.checkoutrow .checkoutvalue {
	margin-left: 80px;
}

.checkoutrow .checkoutquantity {
	float: left;
	width: 75px;
}

.checkoutrow .checkoutquantityvalue {
	float: left;
	font-weight: bold;
}

.checkoutrow .checkoutquantityfield input {
	text-align: right;
}

.checkoutrow .quantity {
	width: 8px;
	background: black;
}

.checkoutrow .price {
	font-size: 18px;
	padding-top: 5px;
	text-align: right;
	width: 79px;
	font-weight: bold;
}

.checkoutrow .quantity {
	font-size: 18px;
	padding-top: 5px;
	clear: both;
	text-align: right;
	width: 145px;
	font-weight: bold;
}

.confirmrow {
	clear: both;
	padding: 0px 0px;
}

.coupons {
	border-top: 5px double #000000;
	border-bottom: 2px solid #000000;
	width: 450px;
	margin: 15px 0px 0px 0px;
	float: left;
}

.coupons .mediumtext {
	font-size: 1.5em;
	font-weight: bold;
	float: left;
}

.coupons input {
	text-align: right;
	width: 100px;
	float: right;
	margin: 2px 0px;
}

.totals {
	border-bottom: 2px solid #000000;
	width: 450px;

	float: left;
}

.totals .mediumtext {
	font-size: 1.5em;
	float: left;
}

.totals .largetext {
	font-size: 2em;
	font-weight: bold;
	float: left;
}

.totals .smallertext {
	font-size: 10px;
	font-weight: normal;
}

.totals .amount {
	float: right;
	font-weight: bold;
	font-size: 2em;
}

.discount .box {
	float: right;
	font-weight: bold;
	font-size: 1.5em;
	color: #e30013;
}

.discount .mediumtext {
	font-size: 1.5em;
	float: left;
	font-weight: bold;
}

.totals .amountmedium {
	float: right;
	font-size: 1.5em;
}

.checkoutrow .checkoutoptions {
	float: left;
	width: 185px;
}

.checkoutrow .checkoutimageprev {
	clear: both;
	margin-left: 10px;
	font-weight: bold;
}

.checkoutrow .checkoutimagebox {
	width: 100%;
	text-align: center;
}

.thankyoutext {
	font-size: 16px;
}


.shippingrow {
	clear: both;
	height: 40px;
}

.shippingbox {
	margin: 0px 5px;
	text-align: center;
	float: left;
	padding-top: 10px;
}

.shippingimg img {
	border: 1px #232323 solid;
	margin: 0px 5px;
	text-align: center;
	float: left;
}

.pot {
	display: none;
}

.questionrow {
	padding-bottom: 10px;
}

.questionrow .title {
	font-weight: bold;
	width: 100%;
}

.questionrow .answer {
	padding-left: 20px;
	text-align: justify;
}
