body {
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 13px;
}

button:hover { cursor: pointer; }

/************************ Class Styles **************************/

.art-sheet-body { overflow: hidden; }

.breaker {
	clear: both;
    display: block;
    margin: 0;
    padding: 0;
	overflow: visible;
}

.softwareTitle {
	padding-bottom: 5px;
}

.softwareTitle a {
    font-size: 16px;
    font-weight: bold;
}

.templateBox { padding-bottom: 15px; }
.templateBox a { color: #3B4F63; }

/************************ ID Styles **************************/

#ctrlTemplateChoice_trMWT > td { padding-top: 15px; }

#lower-content a { color: #3B4F63; }

#priceTable a { color: #3B4F63; }

#templatetableTop, #pricetableTop, #placeOrderTitle { 
	color: #FFFFFF;
    font-size: 21px;
    font-weight: normal;
    margin: 7px 0 10px 0;
    padding-left: 20px;
    text-align: left;
    text-shadow: 0 2px 2px #555555;
	min-height: 42px;
	line-height: 42px;
	position: relative;
	float: left;
	padding-right: 15px;

	-moz-box-shadow: -5px 5px 2px #DDD;
	-webkit-box-shadow: -5px 5px 2px #DDD;
	box-shadow: -5px 5px 2px #DDD;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	/* Generate background gradient using css3 */
	background: #ff2a00; /* Old browsers */
	background: -moz-linear-gradient(left, #b40000 1%, #ff2a00 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,#b40000), color-stop(99%,#ff2a00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #b40000 1%,#ff2a00 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #b40000 1%,#ff2a00 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #b40000 1%,#ff2a00 99%); /* IE10+ */
	background: linear-gradient(left, #b40000 1%,#ff2a00 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b40000', endColorstr='#ff2a00',GradientType=1 ); /* IE6-9 */
}

#placeOrderTitle { margin-bottom: 15px; }

#lblTempTitle,
#lblWLTitle {
	color: #FFFFFF;
    font-weight: normal;
    text-align: left;
    text-shadow: 0 2px 2px #555555;
	margin: 7px 0 15px 0;
	padding: 0 20px;
}

#placeOrderContent {
	border-radius: 7px 7px 7px 7px;
	border: 1px solid lightgray;
    margin: 10px 0 10px 12px;
    overflow: auto;
    padding: 16px;
	background-color: #EEEEEE;
}

#placeOrderContent button { 
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: white;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 10px 10px 10px;
    text-shadow: 2px 2px 3px #000000; 
}

#placeOrderContent select { float: right; }

#placeOrderContent div.more-btn.rounded {
	border: 1px solid #B40000;
    float: right;
    margin-right: 0;
    position: relative;
    width: auto;
	height: auto;
}

#productDesc {
	float: left;
    margin: 0 0 15px;
    padding-bottom: 5px;
    position: relative;
    width: 400px;
}

.TemplateTitle #lblTempTitle,
#productDesc h1 {
	float: left;
    padding-right: 15px;
    position: relative;
	width: auto;
	min-height: 42px;
	line-height: 42px;
	background-color: #ff2a00;
	font-size: 21px;
	margin: 7px 0 15px 0;
	
	-moz-box-shadow: -5px 5px 2px #DDD;
	-webkit-box-shadow: -5px 5px 2px #DDD;
	box-shadow: -5px 5px 2px #DDD;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	/* Generate background gradient using css3 */
	background: #ff2a00; /* Old browsers */
	background: -moz-linear-gradient(left, #b40000 1%, #ff2a00 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,#b40000), color-stop(99%,#ff2a00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #b40000 1%,#ff2a00 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #b40000 1%,#ff2a00 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #b40000 1%,#ff2a00 99%); /* IE10+ */
	background: linear-gradient(left, #b40000 1%,#ff2a00 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b40000', endColorstr='#ff2a00',GradientType=1 ); /* IE6-9 */
}

#productDesc p { clear: both; margin-bottom: 10px; }


#productContent {
	position: relative;
	float: left;
	width: 700px;
	font-size: 13px;
}

#specContent {
	font-size: 13px;
}

#subHead {
	color: #3B4F63;
    font-size: 16px;
    font-weight: bold;
	padding-top: 15px;
}

#thumbnail {
	position: relative;
	float: left;
	margin: 0 10px 10px 0;
}

#viewPricing, #dlTemplates {	
	float: left;
    height: auto;
    margin: 0 4% 10px 0;
    position: relative;
    text-align: left;
    text-indent: 8px;
    width: 60%;
	
	border: 1px solid #B40000;
    color: white;
    font-weight: normal;
    line-height: 28px;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	/* create background gradient for all browsers */
	background: #f00112; /* Old browsers */
	background: -moz-linear-gradient(top, #ffc0b5 0%, #f00112 50%, #b40000 51%, #f00112 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc0b5), color-stop(50%,#f00112), color-stop(51%,#b40000), color-stop(100%,#f00112)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffc0b5 0%,#f00112 50%,#b40000 51%,#f00112 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffc0b5 0%,#f00112 50%,#b40000 51%,#f00112 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffc0b5 0%,#f00112 50%,#b40000 51%,#f00112 100%); /* IE10+ */
	background: linear-gradient(top, #ffc0b5 0%,#f00112 50%,#b40000 51%,#f00112 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b40000', endColorstr='#f00112',GradientType=0 ); /* IE6-9 */
}

#viewPricing a, #dlTemplates a { 
	line-height: 28px;
	font-weight: normal; 
	color: white;
	text-decoration: none;
	font-size: 16px;
	text-shadow: 2px 2px 3px #000000;
}

#dlTemplates { margin-right: 0px; }


p#disclaimer { padding-top: 20px }
