﻿/** 
* Main CSS file for the "default" theme for VirtueMart
* @copyright 2006-2008 soeren
* @license GNU/GPL
*
*/

/* General Shop Styles here please */


div#vmMainPage {width:691px;}

.xaddtocart_button, .xnotify_button {
	text-align:left;
	background-position:bottom left;
	width:105px;height:35px;
	padding:2px;margin:0;
	cursor:pointer;
	border: none;
	font-weight:bold;
	font-family:inherit;
	vertical-align: middle;
	overflow:hidden;
	color:#ffffff;
}
.xaddtocart_button {
	background: url( "themes/cehtech1/images/add-to-cart_blue.png" ) no-repeat  right #005B90;
}

.addtocart_button2 {
	text-align:left;
	xbackground-color:#005B90;
	background-color:transparent;
	background-position:bottom left;
	height:35px;
	padding:0;margin:0;
	cursor:pointer;
	border: none;
	vertical-align: middle;
	overflow:hidden;
	color:white;
	font-weight:bold;
}


.notify_button2 {
	background:#005B90 none no-repeat fixed center center;
	padding:0;margin:0;
	vertical-align: middle;
	border: none;
	color:white;
	font-weight:bold;
}
.addtocart_button_module {
	text-align:center;
	background-position:bottom left;
	width:100px;xheight:20px;
	cursor:pointer;
	color: #ffffff;
    border: none;
	font-weight:bold;
	font-family:inherit;
	background: url( "themes/cehtech1/images/transparent.gif" ) no-repeat  center #005B90;
	vertical-align: middle;
	overflow:hidden;
	
}

input.addtocart_button_module:hover  {
	color: #f0f0f0;	
}




.addtocart_form {
	width: 100%;
	display: inline;
	white-space: nowrap;
	
}

/* The quantity box beneath the "add to cart" button  */
.quantity_box {	
	vertical-align: middle;
}
.quantity_box_button {
	width:10px;
	vertical-align:middle;
	height:10px;
	background-repeat: no-repeat;
	background-position: center;
   border:1px solid #000;
}
.quantity_box_button_down {
	background-image: url( "themes/cehtech1/images/down_small.gif" );
}
.quantity_box_button_up {
	background-image: url( "themes/cehtech1/images/up_small.gif" );
}

.inputboxquantity_updw {
	margin-top: 3px;
	margin-left: 1px;
	vertical-align:middle;
	height:22px;
}


.continue_link, .checkout_link {
	margin: 2px;
	padding: 2px 0px 2px 40px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.4em;
	xwidth: 40%;
}
.xcheckout_link {
	margin-left: 40px;
	background: url( "themes/cehtech1/images/forward.png" ) no-repeat left;
}
.continue_link {
	background: url( "themes/cehtech1/images/back.png" ) no-repeat left;
}
.next_page {
	background: url( "themes/cehtech1/images/next_16x16.png" ) no-repeat right;
	padding-right: 30px;
	line-height: 20px;
	float: right;
	width: auto;
}
.previous_page {
	background: url( "themes/cehtech1/images/previous_16x16.png" ) no-repeat left;
	padding-left: 30px;
	line-height: 20px;
	float: left;
	width: auto;
}

/* This is the text box informing customers about your returns policy */
.legalinfo {
	background: #d3d3d3;
	border: 2px solid gray;
	margin: 0px;
	padding: 10px 10px 10px 10px;
}

div.pathway {
	margin-bottom: 1em;
}

div.pathway img {
	padding: 0 2px; height:8px;
}

.pathway a,.pathway a:link,.pathway a:visited,.pathway a:hover, .pathway-span {color:#ffffff;font-weight:bold;font-size:10px;}

/* The PDF, Email and Print buttons */
div.buttons_heading {
	margin:10px;
	width:10%;
	float:right;
}

.productPrice {
	font-weight:bold;
	white-space: nowrap;
}
.productPriceTax {
	font-weight:normal;
	white-space: nowrap;
	font-size:90%;
}

.product-Old-Price {
	color:red;
	text-decoration:line-through;
}
/** BROWSE PRODUCTS STYLES **/
.browseProductContainer {
	width:100%;
	padding: 3px 3px 3px 3px;
	vertical-align: top;
}

.browseProductTitle {
	font-size: 16px; 
	font-weight: bold;
	padding: 3px;
	margin-top: 3px;
	width: 30%;
	float: left;
}
.browseProductImageContainer {
	float: left;
	width: auto;
	margin: 3px;
}
.browseProductDetailsContainer {
	float: left;
	width: 70%;
}
.browseProductDescription {
	margin-top: 40px;
	width:50%;
}
.browsePriceContainer {
	float: left;
	margin: 5px;
	width:20%;
}
.browseAddToCartContainer {
	width:30%;
	text-align:center
}
.browseRatingContainer {
	float: left;
	width:25%;
	margin: 3px;
	white-space: nowrap;
}

/** Flypage Styles **/
.thumbnailListContainer {
	text-align: center;
	width: 200px;
	height: 200px;
	overflow: auto;
}

/*
General Form Styling
*/
.formLabel {
	float:left;
	width:30%;
	text-align:right;
	font-weight: bold;
	margin: 2px;
	white-space: nowrap;
	clear: left;
	vertical-align: middle;
	margin-top: 8px;
}

#agreed_div {
	white-space: normal;
}

.formField {
	float:left;
	width:60%;
	margin: 2px;
	vertical-align: middle;
	margin-top: 8px;
	
}
.missing {
	color:red;
	font-weight:bold;
}

/**
* Administration Styles
*/
.adminListHeader {
	float:left; height: 48px; background-repeat: no-repeat;
	text-align: left; font-size: 18px; font-weight: bold;
	padding-left: 80px;	
}

.labelcell {
	margin-left: auto;
	font-weight: bold;
	vertical-align: top;
	width: 30%;
}
table.adminform td.labelcell {
	text-align: right;
}
.iconcell {
	vertical-align: top;
	width: 5%;
}
.shop_error, .shop_warning, .shop_info, .shop_debug, .shop_critical, .shop_tip {
	background-color:#FAFAD2;
	background-position:left 5px;
	background-repeat:no-repeat;
	border-color:#AACCAA;
	border-style:dotted none;
	border-width:1px 0pt;
	font-weight: 900;
	margin:1pt 1pt 1em 1em;
	padding:0.5em 1em 1.5em 48px;
}
.shop_error {
	background-image: url( "themes/cehtech1/images/error.gif" );
}
.shop_warning {
	background-image: url( "themes/cehtech1/images/warning.png" );
}
.shop_info, .shop_tip {
  	background-image: url( "themes/cehtech1/images/info.png" );
}

.shop_debug {
	background-image: url( "themes/cehtech1/images/log_debug.png" );

}
.shop_critical {
	font-weight: bold;
	background-image: url( "themes/cehtech1/images/log_critical.png" );
}
/**
* Addtocart detail Styles
*/
/*
.vmCartContainer {
	width: auto;
	float: left;
	background: #ADD8E6;
	border: 1px solid #000;
	padding: 3px;
} */
.vmCartContainer {
	width: auto;
	float: right;
	padding-left: 2px;
	 background:#005B90;
	 border:0px #005B90 solid;
}


.vmCartChildHeading { /* Header for the cart */
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	text-align: left;
}

.vmCartChild { /* Container for the Child Product */
	
	vertical-align: middle;
	border: 1px solid #000;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 2px;
	float:left;	
}

.vmChildDetail { /* Child Detail, description , attributes ,price, quantity etc */
	vertical-align: middle;
	margin-top: 6px;
}

.vmCartChildElement { /* Individual element styling */
	width: 100%;
	vertical-align: middle ;
	height: 25px;
	text-align: left;
	
}

.vmCartAttributes { /* Attributes Div*/
	
	margin-top:8px;
	width:100%;
}

.vmAttribChildDetail {  /* Product Attributes Styling */
	
}
	

.vmMultiple {
	height:35px;
}



.vmChildType { /* Product type div*/

width: 100%;
}

.vmClearDetail { /*Clear the divs afer child types*/
	clear: both;
}

.vmClearAttribs { /*Clear the divs before the attributes*/
	clear:both;
}
.vmRowOne { /* Odd Row One styling */
	background: #d3d3d3;	
}

.vmRowTwo { /* Even Row Styling */
	background: white;
}

/* Link Details for link to child*/
.vmChildDetail a, .vmChildDetail a:link {
  font-size        : 11px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : bold;
}
.vmChildDetail a:hover {
  font-size        : 11px;
  color            : #333333;
  text-decoration  : none;
  font-weight      : bold;
}
/* Styling for the form elements to enable correct Line Up  */
.inputboxquantity {
	margin-top: 3px;
	vertical-align: middle;
	width:23px;
}
.inputboxquantity_drop {
	margin-top: 3px;
	vertical-align: middle;
	background-color:#D3DFE1;
	border:0;
}

.availabilityHeader {
	text-decoration:underline;
	font-weight:bold;
}
.inputboxattrib {
	float: left;
	margin-top: 0px;
	vertical-align: middle;
	margin-bottom: 2px;
}

.quantitycheckbox {
	margin-top: 6px;
	vertical-align: middle;
}	

/**
* Addtocart detail Styles for placing attributes beside product_types
*/
.vmCartContainer_2up { /* Cart Container */
	width: 100%;
	float: left;
	background: #ADD8E6;
	border: 1px solid #000;
	padding: 3px;
}

.vmCartChildHeading_2up { /* Header for the cart */
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	text-align: left;
}

.vmCartChild_2up { /* Container for the Child Product */
	
	vertical-align: middle;
	border: 1px solid #000;
	padding-left: 2px;
	padding-right: 2px;
	
	margin-bottom: 2px;
	float:left;	
}

.vmChildDetail_2up { /* Child Detail, description , attributes ,price, quantity etc */
	vertical-align: middle;
	margin-top: 6px;
}

.vmCartChildElement_2up { /* Individual element styling */
	width: 100%;
	vertical-align: middle ;
	height: 25px;
	text-align: left;
	
}

.vmCartAttributes_2up { /* Attributes Div*/
	float: left;
	padding: 0px 5px 5px 5px;
	margin: 0px 5px 5px 5px;
	width:50%;
}

.vmAttribChildDetail_2up {  /* Product Attributes Styling */
	
}
	
.vmMultiple {
	height:35px;
}

.vmChildType_2up { /* Product type div*/
	background: #ADD8E6;
	padding: 0px 5px 5px 5px;
	margin: 0px 5px 5px 5px;
	float: left;
	width: 40%;
	border: 1px solid #000;
}

.vmClearDetail_2up { /*Clear the divs afer child types*/
	
}

.vmClearAttribs_2up { /*Clear the divs before the attributes*/
	clear:both;
}
.vmRowOne_2up { /* Odd Row One styling */
	background: #d3d3d3;	
}

.vmRowTwo_2up { /* Even Row Styling */
	background: white;
}

/* Link Details for link to child*/
.vmChildDetail_2up a, .vmChildDetail_2up a:link {
  font-size        : 11px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : bold;
}
.vmChildDetail_2up a:hover {
  font-size        : 11px;
  color            : #333333;
  text-decoration  : none;
  font-weight      : bold;
}

.vmCartModuleList  {
  cursor : pointer;
  font-size        : 11px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : bold;
}
.vmCartModuleList:hover {
  font-size        : 11px;
  color            : #333333;
  text-decoration  : none;
  font-weight      : bold;
}
.vmquote {
	margin: 4px;
	border: 1px solid #cccccc;
	background-color: #E9ECEF;
	padding: 10px;
	font-size: 12px;
	color: #254D78;
}
.editable {
	background: #ffff33;
	cursor: pointer;
}
ul.pagination li {
	padding: 2px 1px;
	display: inline;
	background: none;
}
.clr { clear: both; overflow:hidden; }

input.vmCartinputboxquantity {
	width:26px;
	height:12px;
	font-size:11px;
	text-align:right;
	margin-right:5px;
}
input.vmCartupdatebutton {
	height:16px;
	background:none;border:0;
}

table#myshoptab { border-collapse:collapse;border-spacing:0;border:0;width:100%;max-width:700px;}
table#myshoptab td.tab {border:2px #A0A0A0 solid; text-align:center;padding:5px;background:#F1F1F1;}
table#myshoptab td.tabsel {border-bottom:0px;background:white;}
table#myshoptab img {border:0;height:40px;}
xtable#myshoptab a {border:0;}
xtable#myshoptab td {border:0;padding:0;}
div.account_page_descr {
	padding-top:10px;
	padding-bottom:10px;
}
div.product_availability {}
span.colli_size {font-size:90%; font-style:italic;}
span.sm_info_text {font-size:90%; font-style:italic;}

table.cttable {border-collapse:collapse;border-spacing:0;border:1;width:100%;max-width:700px;}
table.cttable tr {}
table.cttable tr.tr1 {border-top:3px #F7F7F7 solid;}
table.cttable tr.tr2 {border-bottom:3px #F7F7F7 solid;}
table.cttable td { }
table.cttable td.td1 {border-left:3px #F7F7F7 solid; text-align:center;}
table.cttable td.td2 {vertical-align:top;}
table.cttable td.td3 {border-right:3px #F7F7F7 solid; text-align:right;vertical-align:top;}
table.cttable td.tr2td1 {border-left:3px #F7F7F7 solid; text-align:left;vertical-align:top;padding-bottom:15px;}
table.cttable td.tr2td2 {text-align:left;vertical-align:top;padding-bottom:15px;}
table.cttable td.tr2td3 {border-right:3px #F7F7F7 solid; text-align:right;vertical-align:top;padding-bottom:15px;}
table.cttable span.prod_name { font-size:120%;}
table.xcttable span.colli_size {}

table.cttable td.td1-cat {border-left:3px #F7F7F7 solid; text-align:center;width:115px;}
table.cttable td.td2-cat {text-align:left;vertical-align:top;}
table.cttable td.td3-cat {border-right:3px #F7F7F7 solid; text-align:right;vertical-align:middle;}
table.cttable td.td3-cat .tocatbut {xheight:35px;width:100px;text-align:center;padding-top:8px;padding-bottom:8px;}
table.cttable td.td3-cat .button > a {font-weight:bold;font-size:110%;}

table.xctgridtable {width:100%;table-layout: fixed;}
table.ctgridtable > tbody > tr > td {vertical-align:top;text-align:center;}

/* deprec.
div.ctgridcell {box-shadow:2px 2px 4px rgba(50, 50, 50, 0.74);-webkit-box-shadow:2px 2px 4px rgba(50, 50, 50, 0.74);-moz-box-shadow:2px 2px 4px rgba(50, 50, 50, 0.74);}
table.ctgridcell {width:100%;box-shadow:2px 2px 4px rgba(50, 50, 50, 0.74);filter:none;}
table.ctgridcell > tbody > tr > td {vertical-align:middle;text-align:center;}
table.ctgridcell .imgcell {}
table.ctgridcell .titcell {height:40px;vertical-align:top;}
table.ctgridcell .titcell h3 {font-size:12px;font-weight:bold; text-align:center;}
table.ctgridcell .lnkcell {vertical-align:middle;padding-bottom:10px;}
table.ctgridcell .ctgrid-price-bar-price {color:#76B743;}
*/
.valign-out {display:table;}
.valign-in {display:table-cell;vertical-align:middle;}
.valign-content {margin: 0 auto;}

.ct-pbox {box-shadow:2px 2px 4px rgba(50, 50, 50, 0.74);padding:5px;-webkit-box-shadow:2px 2px 4px rgba(50, 50, 50, 0.74);-moz-box-shadow:2px 2px 4px rgba(50, 50, 50, 0.74);}
.ct-pbox-img {width:100%;}
.ct-pbox-img > .valign-in {height:200px;}
.ct-pbox-title {width:100%;height:40px;padding-top:5px;} 
.ct-pbox-title > a > h3 {font-size:12px;font-weight:bold; text-align:center;}
.ct-pbox-link {padding:5px 10px 10px 10px;}
.ct-pbox-link-l {float:left;}
.ct-pbox-price {color:#76B743;}
.ct-pbox-link-r {float:right;}

table.stdtabs { border-collapse:collapse;border-spacing:0;border:0;width:100%;max-width:700px;}
table.stdtabs td {border:2px #A0A0A0 solid; text-align:center;padding:5px;background:#F1F1F1;}
table.stdtabs td.tdsel {border-bottom:0px;background:white;}

/* my flypages */
.product_flyp_title_h {font-size:140%; font-weight:bold; color:#135CBC}
.product_flyp_sec_h {font-weight:bold; color:#135CBC;padding-top:10px;}

/* div#product_flyp_top_desc div {text-align:center;} */

table.flytab1 {border-collapse:collapse;border-spacing:0;border:0;width:100%;xmax-width:700px;}
table.flytab1 tr {}
table.flytab1 td {padding:10px;vertical-align:middle;text-align:center;}
table.flytab1 td.td1 {width:220px;}
table.flytab1 td.td2 {}
table.flytab1 td.td3 {}
table.flytab1 td.tr2td1 { vertical-align:top; font-size:90%; font-style:italic;}
table.flytab1 td.tr2td2 { vertical-align:top; text-align:right;font-size:90%; font-style:italic;}

div.flytab1_s_desc {text-align:left;font-size:120%;}
div.flytab1_price, div.flytab1_avail, div.flytab1_addto {padding-top:30px;}
div.flytab1_addto .vmCartContainer {float:none;} 
div.flytab1_price .productPrice {font-size:18px;color:#76B743;}

.css_FLYPAGE_ENLARGE_IMAGE {font-size:80%;}

.product_flyp_descr {border:1px #a0a0a0 solid;padding:4px;}
.product_flyp_flist {border:1px #a0a0a0 solid;padding:4px;}
.product_flyp_relp {border:1px #a0a0a0 solid;padding:4px;}

div.checkoutsection_h {font-size:120%; font-weight:bold; color:#135CBC}
.progress_infotxt {
	 font-style:italic;color:#B32C27; font-size:120%;
}

table.checkoutbilltab {border-collapse:collapse;border-spacing:0;border:1px grey solid;width:100%;max-width:700px;}
table.checkoutbilltab td {vertical-align:top; text-align:left;padding:2px;}

table.checkoutaddrtab {border-collapse:collapse;border-spacing:0;border:1px grey solid;width:100%;max-width:700px;}
table.checkoutaddrtab td {vertical-align:top; }

#xvmlogout_button { position:absolute;top:185px;xmargin-left:-180px; text-align:right; right:100px;}
#vmlogout_container {  position:absolute;top:177px; left:750px;}
#vmlogout_contents { float:right; }

.account_page_welcome {
	padding-top:10px;
	padding-bottom:10px;
}

#vmLogResult .shop_info {
    background-color:#D3DFE1;
    background-image:none;
    border:0 white solid;
	xfont-weight: normal;
	margin:0;
	padding:0;
  font-weight: bold;
  font-size: 1.5em;
  padding-bottom:20px;
    
}


.ct-browse-hdr-right {float:right;}
.ct-browse-hdr-left h3.cat-hdr-box {font-size:2em;line-height:1em;}
.ct-browse-hdr-left .cat-desc-box {text-align:left;width:100%;}

.ct-browse-hrsep {width:100%;min-height:3px;color:white;background-color:#599bb3;border-radius:1px;margin:8px 0;padding:3px 10px;}

.product-flyp-hdr-right {float:right;}
.product-flyp-hdr-right .button {font-size:10px;}
.product-flyp-hdr-left h3 {font-size:2em;line-height:1em;}
.product-flyp-hdr-left .prod-desc-box {text-align:left;width:100%;}



.iconbutton {border:0;background-color:transparent;padding:2px;}

.to-kassen-button {text-align:center;}
.to-kassen-button a:link, .to-kassen-button a:visited, .to-kassen-button a:hover{font-weight:bold;font-size:120%;text-decoration:none;}

/* deprec.
.product_list_cnt_title {float:left;font-size:16px;margin-top:4px;}
.product_list_cnt_title .num-rows {font-size:16px;}
*/
.orderby-bar {float:right;}
.orderby-bar th {vertical-align:top;font-size:8px;line-height:8px;text-align:center;}
.orderby-bar th:nth-child(3) {text-align:left;}
.orderby-bar td {vertical-align:middle;text-align:center;}
.orderby-bar td:nth-child(3) select {margin-left:-4px;}
.orderby-bar .inputbox, .orderby-bar .inputbox option {border:0;background-color:#4F95A9;color:#ffffff;}
 
.navigation-bar {xfloat:right;}
div.navigation-bar.button {padding: 0 8px !important;}
.navigation-bar ul {list-style:none;padding-left:0;}​
.navigation-bar li a, .navigation-bar li a:link, .navigation-bar li a:visited, .navigation-bar li a:hover {color:#ffffff;} 
.navigation-bar .pagenav_active {outline:#ffffff dotted thin;}


/* filter module */

#m_pfilter .pfilter-sel {border:5px #4F95A9 solid; border-radius:8px;background:#4F95A9;color:#ffffff;margin:0 0 0 0;}
#m_pfilter .pf-label {padding:0 3px 3px 3px;}
#m_pfilter .pf-label input {background:#4F95A9;}
#m_pfilter .pf-label-text{font-size:120%;padding-left:5px;}
#xm_pfilter .pfilter-sel {border:5px #4F95A9 solid; border-radius:8px;background:#4F95A9;color:#ffffff;width:193px;margin:0 0 0 0;overflow: hidden;}
#xm_pfilter .pfilter-sel select {width:210px;background:#4F95A9;color:#ffffff;border:0;}
#xm_pfilter .pfilter-sel select option {background:#4F95A9;padding-left:25px;color:red;}

#m_pfilter ul.pm-choices-cbox  {list-style:none;padding:0 5px 0 10px;margin:0;}

#m_pfilter .pm-block {border:5px #4F95A9 solid; border-radius:8px;margin-top:10px;background:#4F95A9;color:#ffffff;}
#m_pfilter .pm-label {padding:0 3px 3px 3px;}
#m_pfilter .pm-label-text{font-size:120%;padding-left:5px;}
#m_pfilter .pm-choices {border:5px #ffffff solid; border-radius:8px;background:#ffffff;color:#000000;}
#m_pfilter .pm-off .pm-choices {color:rgba(0, 0, 0, 0.5);}
#m_pfilter .pm-choices-sel {width:100%;}


table.tork-dd-menu {border-collapse:collapse;border-spacing:0;}
table.tork-dd-menu td {border: 0px solid #6AA6BB;}
table.tork-dd-menu .td-12, table.tork-dd-menu .td-2 {border-right-width:2px;}
table.tork-dd-menu .td-3, table.tork-dd-menu .td-34 {padding-left:15px;}

table.tork-dd-menu .tork-dd-hleft {float:left;}
table.tork-dd-menu .tork-dd-hleft img {height:50px;}
table.tork-dd-menu .tork-dd-hright {float:left;padding:15px 0 0 20px;}
table.tork-dd-menu .tork-dd-hright a {font-size:24px;font-weight:bold;}

