@media print{
    .product_image{
        width: 10%;
        float: left;
    }
    .bmatter{
        width: 60%;
        float: left;
    }
}

@media screen{
    .bmatter {
    	font-size:11px;
    	font-weight:normal;
    	float: right;
    	width:62%;
    }
}

.productImage{
    border:none;
}

.print_friendly{
    margin-top: 0.75em;
}

.estimate_link {
	margin-top:10px;
	color:inherit;
	padding-top: 0pt;
}

.box-center-in_product {
	padding: 10px 0 0 25px;
    font-size: 11px;
    font-weight: normal;
    color:  #606061;
}

.attribute_heading {
	font-weight:bold;
}
.bmatter .product_details{
    background: #d9d7d7;
    padding: 0 16px;
}







.productNameHeader{
	width:80%;
	font-weight:bold;
	font-size: 20px;
	color: #35709d;
	float:left;
	margin-bottom:25px;
}

.productModelHeader {
	width:20%;
	float:right;
	color: #35709d;
	font-size: 12px;
	text-align: right;
    margin-top: 10px;
}
.productModelHeader .model {
    font-weight: bold;
}

.productModel {
    font-weight: bold;
    color: #35709d;
    margin: 3px 0;
    text-align: left;
}

.product_image{
	text-align : center;
	text-decoration : none;
	width:100%;
}
.product_image span {
    font-size: 12px;
    text-decoration: underline;
    font-weight: bold;
    color: #6188a5;
    background: url("../../site_images/enlarge.png") no-repeat #ffffff center right;
    padding-right: 17px;
}
.product_image a:hover{
	text-decoration : none;
}

.extra_product_images {
	margin-top:8px;
	text-align:center;
}

.extra_product_images img {
	border: 1px solid #BABABA;
	margin: 0px 2px;
}

.submitProduct{
	padding-left: 20px;
	padding-top : 1em;
	padding-bottom : 25px;
	text-align: center;
}

.totalPrice {
	padding-bottom:10px;
}

span.totalPriceHeading {
	color:#439042;
	font-size:16px;
	font-weight:bold;
}

span.totalPriceValue {
	color:#268c07;
	font-weight: bold;
	font-size: 12px;
	text-decoration:underline;
}

.required_note {
	font-weight:bold;
}

a.estimate_link, a.estimate_link:hover{
	text-decoration:underline;
	font-weight:bold;
	font-size:9pt;
}


.infoBoxSubheading {
	font-weight:bold;
	font-size: 13px;
}

.infoBoxSubheadingSize {
	text-align:left;
	width:50px;
}

.infoBoxSubheadingQuantity {
	text-align:left;
	width:75px;
}

.infoBoxSubheadingSizePrice {
	text-align:left;	
}


.infoBoxContents{
	margin-bottom:15px;
}
.infoBoxContents.orderingProcessStep{
    margin-bottom:0px;
}
.infoBoxHeading{
	font-family:tahoma,arial,verdana,sans-serif;
	font-size: 13px;
	position:relative;
}
.infoBoxContents h2 {
    color: #006CB7;
}
.infoBoxContents hr {
    color: #006CB7;
}
.infoBoxContents li {
	font-size: 12px;
	padding: 3px 0;
    color: black;
    font-weight: bold;
}
.infoBoxContents div .infoBoxSubheading{
    float : left;
    width : 140px;
}
.infoBoxContents div #productionTimeHelpIcon{
    cursor : pointer;
    vertical-align: bottom;
}
.infoBoxContents .estimatedShipDateRow{
    color : red;
    font-size : 10px;
    font-weight: bold;
    padding-top: 10px;
}

.required_note{
	color:red;
}

span.order_details{
   color: #929292;
	font-size: 13px;
	padding-bottom:5px;
}

.subinfowide{
    float:left;
    width:531px;
    border-left:#dddddd 1px solid;
    border-right:#dddddd 1px solid;
}

.separator_line{
    margin-left:10px; 
    border-top:#212121 1px dotted; 
    width:310px; 
    text-align:center;
}

.select_color_withsize{
    float:left;
    border-left:#212121 1px dotted; 
    padding-top: 10px; 
    text-align:center;
    width:250px;
}

/** COLOR DATA **/
.productColorElement {
	cursor:pointer; 
	float:left; 
	margin-bottom:1px;
	margin-right:5px;
	padding:3px;
}

.productColorElementHover{
	border: 1px solid black;
	padding:2px;
}

.productColorElementSelected{
	border: 1px solid #0051BA;
	padding: 2px;
	background-image: url(../../../default/icons/actions/check-16x16.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.colorSelector{
    float : left;
    width : 50px;
    margin : 1px;
    text-align : left;
}
.colorSelector .color{
    float : left;
    width : 20px;
    height : 20px;
    border : 1px solid gray;
    margin-right : 3px;
}
.colorSelector .color div{
    width: 10px;
    height: 20px;
    margin-left:10px;
}
.colorSelector .color div input{
    background: none;
    border:0px;
    margin-left : -8px;
}
.colorSelector .colorText{
    float : left;
    width : 115px;
    overflow : hidden;
}

.imprintInfo{
    float : left;
    width : 200px;
    padding-bottom : 1em;
}

.custom_fields table{
    width: 100%;
}
.custom_fields textarea{
    width: 90%;
}


.custom_fields td.customFieldElement{
	padding-left:4px;
	width:85%;
}

.custom_fields td.customFieldElement select{
	width:95%;
}

.PricingMatrix .selected{
    background-color: #deebff;
}
.PricingMatrix {
    background-color: #f3f3f2;
}

/* ordering process stuff */
.orderingProcessStep {
	padding: 8px 4px 8px 4px;
}

.orderingProcessBox {
	margin-bottom:20px;
}


.orderingProcessBoxStepHeading {
	color: #3E7DAD;
	font-size: 1.2em;
	font-weight:bold;
	margin-bottom:4px;
}

.orderingProcessBoxStepDescription {
	color: #3E7DAD;
	font-size: 1.1em;
	margin-bottom:8px;	
}

.orderingProcessStepHighlight {
	background: #deebff;
	border-color: #deebff;
}

/* reviews */
.reviewsContainer {
	margin-top:20px;
	border-top:1px solid #CDCDCD;
	padding-top:5px;
}

.reviewsContainer .infoBoxHeading {
    text-align: left;
}

.orderingProcessBoxStep {
	margin: 3px;
}


/** Pricing box **/
.table2 {
    border:1px solid #BABABA;
    border-collapse: collapse;
}
.table2 td{
    text-align: center;
}
.table2 tr.head1 td {
    font-weight:bold;
}

#imprint_colors_msg{
    background-color: #FFF47F;
    padding: 5px;
    border: 1px solid;
    margin-bottom: 10px;
}
.ui-widget-content{
	border: 0;
}
.ui-widget-header {
	background: #ffffff;
	border: 0;
}
.ui-tabs .ui-tabs-panel {
	border:1px solid #AAAAAA;
/*	min-height: 360px;*/
}
.ui-tabs .ui-tabs-nav {
	padding: 0;
}
.ui-state-default {
	border-bottom: 0;
}
.prices {
	border-top: 1px solid white;
	border-left: 1px solid white;
}
.priceHeader {
	background-color: #DEEBFF;
    padding: 5px 0;
}
.nextBtn {
	bottom: 0;
	vertical-align: bottom;
	cursor: pointer;
	overflow: auto;
}
.nextCtr {
	text-align: center;
	bottom: 0;
	width: 250px;
	cursor: pointer;
	overflow: auto;
}
.priceCtr {
	width: 90%;
	text-align: center;
	overflow: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.freeCtr {
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}
.stepHead {
	color: black;
    font-size: 10px;
	width: 80%;
}
.freevirtualBtn {
	cursor: pointer;
}

#MainBody {
    font-size: 12px;
}

.product_left_column {
    width: 45%;
    float: left;
    clear: left;
    text-align: center;
}

.product_right_column {
    width: 55%;
    float: right;
}

.infoBoxContentsdetails {
    text-align: left;
}

.product_description{
    margin-top: 0.75em;
    margin-right: 7px;
}
.product_description h2 {
    font-size: 12px;
    font-weight: bold;
    color: black;
}

#tabs .ui-state-default a {
    color: #4f8fc2;
    font-weight: bold;
}
#tabs ui-tabs-selected a {
    color: #35709d;
}

#logoUploadButton, .logoSelectButton {
    text-decoration: underline;
}

.ButtonAddToCart {
    background: url('../../site_images/button_add_to_cart.png') #fff no-repeat;
    border: 0;
    width: 100px;
    height: 20px;
}