/* 
    Document   : crmup_shop
    Created on : 24.06.2010, 17:20:56
    Author     : benjamin.scheide
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.crmup_shop.crmup_product_single {
	text-align: center;
	display:block;
	width: 258px;
	padding:10px;
	background-color:#efefef;
	border: 1px solid #dddddd;
	margin-bottom:10px;
}

.crmup_shop.crmup_product_single .productTitle {
	font-weight: bold;
	margin-bottom: 8px;
}

.crmup_shop.crmup_product_single .productPrice {
	font-size: 12px;
	margin-bottom: 8px;
}

.crmup_shop.crmup_product_single .productToCart .addCartImg {
	cursor: pointer;
	background: url('../img_button_bg2.png') 0 -40px;
	display: block;
	width: 100px;
	height: 30px;
	margin: 0px 75px;
}

.crmup_shop.crmup_product_single .productToCart .addCartImg:hover {
	background-position: 0 -70px;
}

.crmup_shop.crmup_basket .crmup_basket_left {
	display: block;
	float: left;
	width: 650px;
}

.crmup_shop.crmup_basket .crmup_basket_left table.itemlist {
	width: 100%;
	border: 0px;
	empty-cells: show;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.crmup_shop.crmup_basket .crmup_basket_left .head {
	background: #D7DBE2;
}

.crmup_shop.crmup_basket .crmup_basket_left .tdhead{
	padding: 5px;
	font-weight: bold;
}

.crmup_shop.crmup_basket .crmup_basket_left .head .qtycol,
.crmup_shop.crmup_basket .crmup_basket_left .head .pricecol {
	text-align: right;
}

.crmup_shop.crmup_basket .crmup_basket_left .tdbody{
	text-align: left;
	vertical-align: top;
	padding:10px;	
}

.crmup_shop.crmup_basket .crmup_basket_left tr.last td.tdbody
{
	border-bottom: 1px solid #dddddd;
}
.crmup_shop.crmup_basket .crmup_basket_left .imgcol {
	width: 100px;
}

.crmup_shop.crmup_basket .crmup_basket_left .pricecol {
	text-align: right;
}

.crmup_shop.crmup_basket .crmup_basket_left .qtycol {
	text-align: right;
	width: 50px;
}

#middle a.standard_button_smaller {
	display:block;
	width: 61px;
	padding-top: 3px;
	height: 17px;
	text-align:center;
	cursor: pointer;
	text-decoration:none;
	position:relative;
	z-index: 50;
	background: url('../img_button_bg2.png') 0 0px;
	color:black;
	font-size: 12px;
	border: 0 none;
}

#middle a.standard_button_smaller:hover {
	background-position: 0 -20px;
}

.crmup_shop.crmup_basket .crmup_basket_left .pricecol{
	width: 100px;
}

.crmup_shop.crmup_basket .crmup_basket_left .namecol{
	vertical-align: top;
	padding-top: 10px;
}

.crmup_shop.crmup_basket .crmup_basket_left .namecol .title{
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

.crmup_shop.crmup_basket .crmup_basket_left .namecol .req{
	font-size: 15px;
	color: red;
	margin-left: 5px;
}
.crmup_shop.crmup_basket .crmup_basket_left .namecol .question {
	background: url('../img_question.png');
	display: block;
	width: 12px;
	height: 12px;
	cursor: pointer;
	position: relative;
	z-index: 1000;
	margin: 1px 3px 0;
}

.crmup_shop.crmup_basket .crmup_basket_left .namecol .question:hover {
	background-position: 0 -12px;
}


.crmup_shop.crmup_basket .crmup_basket_left .namecol .question .helptext {
	position: absolute;
	width: 250px;
	left: 30px;
	top: 23px;
	border: 1px solid #d1d1d1;
	background-color: #FAFAFA;
	z-index: 9999;
	padding: 5px;
	display: none;
}

.crmup_shop.crmup_basket .crmup_basket_left .namecol .question:hover .helptext {
	display: block;
}

.crmup_shop.crmup_basket .crmup_basket_left .namecol .error{
	background: #f8e0e0;
	border: 1px solid #ff6666;
}

.crmup_shop.crmup_basket .crmup_basket_left .namecol .addFieldText{
	padding-right: 10px;
}

.crmup_shop.crmup_basket .crmup_basket_left .addField_url input {
	width:150px;
}

.crmup_shop.crmup_basket .crmup_basket_right{
	margin-left: 720px
}

.crmup_shop.crmup_summary .summary{
	width: 100%
}

.crmup_shop.crmup_summary table.summary tr.total td{
	border-top: 1px solid black;
	padding-top: 5px;
}
.crmup_shop.crmup_summary table.summary tr td.value {
	text-align: right;
}

.crmup_shop.crmup_basket .crmup_basket_right .subtotal {
	padding-top: 20px;
}

.crmup_shop.crmup_basket .crmup_basket_right .proceedToCheckout {
	padding-top: 20px;
	text-align: center;
}

.crmup_shop.crmup_basket .crmup_basket_right .proceedToCheckout .submit .standard_button{
	float: none;
	display: inline;
}

.crmup_shop .crmup_basket_right.boxed {
	background-color:#FAFAFA;
	border:1px solid #D1D1D1;
	padding:13px;
	width:200px;
	margin-left: 665px;
	margin-bottom: 16px;
}

.crmup_shop.crmup_login,
.crmup_shop.crmup_register,
.crmup_shop.crmup_register_continue{
	width: 395px;
}

.crmup_shop .standard_fieldwrap {
	width: 390px;
}

.crmup_shop .standard_fieldwrap .standard_textfield {
	width: 245px;
}

.crmup_shop .standard_fieldwrap .standard_select {
	width: 257px;
}

.crmup_shop .standard_fieldwrap .standard_select.error,
.crmup_shop .standard_fieldwrap .standard_textfield.error {
	background: #f8e0e0;
	border: 1px solid #ff6666;
}

.crmup_shop .standard_fieldwrap span.standard_textfield {
	background-color: #FAFAFA;
	border:1px solid #D1D1D1;
	display:block;
	float:left;
	font-size:13px;
	line-height:18px;
	margin:0;
	padding:3px 5px;
}

.crmup_shop.crmup_payment .standard_fieldwrap.payment{
	padding-left: 125px;
}

.crmup_shop.crmup_payment .standard_fieldwrap label{
	margin-left:10px;
	float: none;
	display: inline
}

.crmup_shop.crmup_payment .standard_submitwrap {
	margin-top: 30px;
}

.crmup_shop.crmup_payment h2 {
	margin-bottom: 30px;
}

.boxed.crmup_shop.crmup_summary {
	background-color:#FAFAFA;
	border:1px solid #D1D1D1;
	padding:13px;
	width:200px;
	margin-left: 665px;
	margin-bottom: 16px;
}

.crmup_shop .summary_fieldwrap {
	margin:0;
	padding:0 0 5px;
}

.crmup_shop .hide {
	display: none;
}

.crmup_shop.crmup_confirm_billing_cart table {
	width: 100% !important;
}
.crmup_shop.crmup_confirm_billing_cart .head td {
	padding-bottom: 5px;
	font-weight: bold;
}

.crmup_shop.crmup_confirm_billing_cart .head td.price,
.crmup_shop.crmup_confirm_billing_cart .head td.qty {
	text-align: center;
}

.crmup_shop.crmup_confirm_billing_cart .body td.qty {
	padding: 5px;
	text-align: center;
	width: 75px;
}
.crmup_shop.crmup_confirm_billing_cart .body td.price {
	padding: 5px;
	width: 150px;
}

.crmup_shop.crmup_confirm_billing_cart .body td.name {
	padding: 5px;
}
.crmup_shop.crmup_confirm_billing_cart .body.hover td {
	background-color: #e1e1e1;
}

.crmup_shop.crmup_summary .label {
	width: 105px;
	display: inline-block;
}

.crmup_shop.crmup_summary .value {
	font-weight: bold;
}

.crmup_shop.crmup_summary .input {
	padding-right: 5px;
}

.crmup_shop.crmup_success .standard_fieldwrap .labeled {
	margin-left: 125px;
	padding: 0px 3px;
}

.crmup_shop.crmup_success .standard_fieldwrap {
	width: auto;
	padding-bottom: 15px;
}

.crmup_shop.crmup_success .standard_fieldwrap .labeled .label{
	width: 80px;
	display: inline-block;
}

.crmup_shop.crmup_success .standard_fieldwrap .labeled.first{
	padding-bottom: 10px;
	border-bottom: 1px solid black;
}

.crmup_shop.crmup_success .standard_fieldwrap .labeled.middle{
	padding: 10px 0px;
	border-bottom: 1px solid black;
}

.crmup_shop.crmup_success .standard_fieldwrap .labeled.last{
	padding-top: 10px;
}
