/***********************************
*	Default stylesheet for commerce
*	last changes: 20.09.2007
***********************************/ /**************************
* Listview for Category
**************************/
div.com-category {
	
}

div.com-category-title {
	
}

div.com-category-subtitle {
	
}

div.com-category-desc {
	
}

div.com-category-img {
	
}

/**************************
* Listview for Products
**************************/
table.com-list {
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 8px;
	margin-top: 5px;
	width: 100%;
}

tr.com-list-header {
	
}

tr.com-list-header th {
	padding: 5px;
}

tr.com-list-header-img {
	
}

tr.com-list-header-title {
	
}

tr.com-list-header-teaser {
	
}

tr.com-list-header-price {
	
}

tr.com-list-header-action {
	
}

table.com-list td {
	padding: 5px;
}

td.com-list-col-img {
	padding: 5px;
}

td.com-list-col-title {
	text-align: left;
}

td.com-list-col-teaser {
	text-align: left;
}

td.com-list-col-price {
	text-align: right;
}

td.com-list-col-action {
	text-align: right;
}

div.com-list-action-entry {
	text-align: left;
}

input.com-input-qty {
	display: block;
	float: left;
	border: 1px solid #666666;
	background-image: url(../images/shop/bg_input_box.png);
	margin: 0 0 0 17px;
}
.com-text-right label {
	font-size: 13px;
}
.com-text-right select {
	font-size: 12px;
	border: 1px solid #666666;
}
/**************************
* Singleview for Products
**************************/
div.com-single {
	
}

div.com-single-desc {
	
}

div.com-single-aticle {
	
}

div.com-single-action-entry {
	
}

/**************************
* Attributes for Articels
**************************/
table.com-select-attributes {
	
}

tr.com-select-even {
	
}

tr.com-select-odd {
	
}

div.com-basket-sel-att {
	
}

/**************************
* Basket
**************************/
tr.com-basket-header-list {
	
}

th.com-basket-header-art-nr {
	
}

th.com-basket-header-title {
	width: 345px;
}

th.com-basket-header-price-gross {
	
}

th.com-basket-header-count {
	width: 89px;
}

th.com-basket-header-price-sum {
	background-color: #0099FF;
}

th.com-basket-header-basket {
	
}

table.com-basket-list {
	/*border-collapse: collapse;*/
	border-spacing: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
}

tr.com-basket-header {
	
}

tr.com-basket-header th {
	margin: 0;
	padding: 0;
	height: 35px;
}

table.com-basket-list td {
	margin: 0;
	padding: 0;
}

.com-basket-payment {
	
}

.com-basket-payment label {
	float: left;
}

.com-basket-delivery {
	
}

.com-basket-delivery label {
	float: left;
}

.com-text-right {
	text-align: right;
}

.com-text-left {
	text-align: left;
}

.com-text-bold {
	font-weight: bold;
}

/**************************
* Basket Quickview
**************************/
div.com-basket-qv {
	
}

div.com-basket-qv-value {
	
}

div.com-basket-qv-link {
	
}

a.com-basket-qv-basket {
	
}

a.com-basket-qv-chkout {
	
}

/**************************
* Checkout
**************************/
dl.com-chkout-address-items {
	
}

div.com-chkout-address {
	
}

p.com-chkout-address-desc {
	
}

div.com-chkout-address-fields {
	
}

div.com-chkout-address-fields dl {
	clear: both;
	width: 100%;
	margin: 15px 0px;
}

div.com-chkout-address-fields dt,div.com-chkout-address-fields dd {
	padding-bottom: .5em;
}

div.com-chkout-address-fields dt {
	float: left;
	width: 30%;
}

div.com-chkout-address-fields dd {
	text-align: left;
}

div.com-chkout-address-fields dd.com-chkout-address-radio,dd.com-chkout-address-item-select
	{
	clear: left;
	float: left;
	width: 5%;
}

div.com-chkout-address-fields dt.com-chkout-address-radiolabel {
	float: none;
	width: auto;
}

dt.com-chkout-address-item-data {
	float: none;
	width: auto;
	margin-left: 5%;
}

div.com-chkout-address-new {
	clear: both;
	width: 100%;
}

p.com-chkout-address-fields-submit {
	clear: both;
}

#content table.com-chkout-address-table {
	width: 681px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	color: #ffffff;
	font-style: italic;
	font-size: 13px;
}

#content table.com-chkout-address-table tr td {
	height: 34px;
	vertical-align: middle;
}

#content table.com-chkout-address-table input,
#content table.com-chkout-address-table select,
#content table.com-chkout-address-table textarea
	{
	border: 0;
	height: 20px;
	margin: 7px 0 3px 7px;
	text-align: left;
	vertical-align: middle;
	width: 460px;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: italic;
}

#content table.com-chkout-address-table input.back-button,
#content .com-chkout-listing input.back-button{
	width:230px;
	text-align:center;
	background-color:#676767;
	color:#fff;
	font-weight:bold;
	height:26px;
	margin:0;
	padding:0;
	margin-left:3px;
	cursor: pointer;
}

#content table.com-chkout-address-table textarea {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: italic;
	height: 110px;
	margin: 7px;
	width: 457px;
}

#content table.com-chkout-address-table select {
	height: 25px;
	margin: 6px 6px 4px 7px;
}

#content table.com-chkout-address-table input.delivery_radiobox {
	width: 200px;
}

#content table.com-chkout-address-table input.nodelivery_radiobox {
	width: 200px;
}



#content table.com-chkout-address-table input.submit_button {
	width: 230px;
	height: 26px;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}

#content table.com-chkout-address-table td.velo_blue input.submit_button {
	background-color: #0099FF;
	cursor: pointer;
}

#content table.com-chkout-address-table .column_1 {
	width: 225px;
	border-right: 7px solid #111;
}

#content table.com-chkout-address-table .column_2 {
	width: 210px;
	border-right: 9px solid #111;
}

#content table.com-chkout-address-table .column_3 {
	width: 230px;
}

#content table.com-chkout-address-table .column_1,
#content table.com-chkout-address-table .column_2,
#content table.com-chkout-address-table .column_3 {
	height:10px;
}

#content table.com-chkout-address-table .grey_column {
	background-color: #676767;
}

#content table.com-chkout-address-table .label_column {
	background-color: #676767;
	padding-left: 22px;
	vertical-align: middle;
}

#content table.com-chkout-address-table .label_column .fielderror {
	color: #22BBFF;
	margin:3px 0 4px 0;
	float: left;
}

#content table.com-chkout-address-table .white_column {
	background-color: #ffffff;
}

#content table.com-chkout-address-table .border_bottom {
	border-bottom: 7px solid #111;
}

#content table.com-chkout-address-table .border_right {
	border-right: 7px solid #111;
}

tr.com-chkout-sum {
	
}

div.com-chkout-listing-billing-address
div.com-chkout-listing-delivery-address {
	clear: both;
}

div.com-chkout-listing dt {
	clear: left;
	float: left;
	width: 30%;
}

div.com-chkout-listing-footer {
	clear: left;
}

div.com-chkout-listing-footer p.com-chkout-listing-disclaimer {
	margin-top:20px;
}
div.com-chkout-listing-footer p.com-chkout-listing-terms {
	margin:14px 0 20px;
	vertical-align:top;
}

div.com-chkout-listing-footer p.com-chkout-listing-terms input{
	margin:2px 0 0 2px;
}

div.com-chkout-listing-footer p.com-chkout-listing-submit {
	text-align: right;
	margin-top:45px;
	margin-bottom:10px;
}

div.com-chkout-listing-footer p.com-chkout-listing-submit input {
	background-color:#0099FF;
	border:0;
	color:#FFFFFF;
	height:100%;
	padding:5px 0 2px;
	text-align:center;
	width:220px;
	font-weight: bold;
	font-style: italic;
	cursor: pointer;
}

/********************
* Address Management
*********************/
div.com-address-items dl,div.com-address-list dl {
	clear: both;
	width: 100%;
	margin: 15px 0px;
}

div.com-address-items dt,div.com-address-items dd,div.com-address-list dt,div.com-address-list dd
	{
	padding-bottom: .5em;
}

div.com-address-items dt,div.com-address-list dt {
	float: left;
	width: 30%;
}

div.com-address-items dd,div.com-address-list dd {
	text-align: left;
}

/**************************
* Invoice
**************************/
table.com-invoice-order {
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 8px;
	margin-top: 5px;
	width: 100%;
}

tr.com-invoice-order-header th {
	padding: 5px;
}

th.com-invoice-customer-address {
	width: auto;
}

th.com-invoice-additional {
	width: 200px;
}

table.com-invoice-order td {
	padding: 5px;
}

/******************************************************************
* Default Color Set
******************************************************************/
	/**************************
* Listview for Products
**************************/
table.com-list {
	border: 1px solid #444;
	border-right: none;
}

tr.com-list-header {
	background-color: #f2f2f2;
}

tr.com-list-header th {
	border-bottom: 1px solid #444;
	border-right: 1px solid #444;
}

table.com-list td {
	border-right: 1px solid #444;
}

tr.com-list-even {
	background-color: #fff;
}

tr.com-list-odd {
	background-color: #f7f7f7;
}

td.com-list-col-img {
	
}

td.com-list-col-title {
	
}

td.com-list-col-title a:link,td.com-list-col-title a:active,td.com-list-col-title a:hover,td.com-list-col-title a:visited
	{
	
}

td.com-list-col-teaser {
	
}

td.com-list-col-price {
	
}

td.com-list-col-action {
	
}

div.com-list-action-entry {
	
}

/**************************
* Singleview for Products
**************************/
div.com-single {
	
}

div.com-single-aticle {
	
}

div.com-single-cat {
	
}

/**************************
* Attributes for Articels
**************************/
table.com-select-attributes {
	
}

tr.com-select-even {
	background-color: #fff;
}

tr.com-select-odd {
	background-color: #f7f7f7;
}

div.com-basket-sel-att {
	
}

/**************************
* Basket
**************************/
tr.com-basket-header-list {
	
}

th.com-basket-header-art-nr {
	
}

th.com-basket-header-title {
	border-right: 10px solid #111111;
}

th.com-basket-header-price-gross {
	
}

th.com-basket-header-count {
	border-right: 10px solid #111111;
}

th.com-basket-header-price-sum {
	background-color: #0099FF;
	width: 230px;
}

th.com-basket-header-basket {
	
}

table.com-basket-list {
	border: 1px solid #111;
	border-right: none;
}

table.com-basket-list a img {
	border: 0;
}

tr.com-basket-header {
	background-color: #676767;
	color: #FFF;
	font-style: italic;
	font-size: 13px;
}

tr.com-basket-header th {
	border-bottom: 10px solid #111111;
}

table.com-basket-list td {
	border-bottom: 5px solid #111111;
}

tr.com-basket-even,
tr.com-basket-odd,
tr.com-basket-small {
	background-color: #fff;
	font-style: italic;
	font-size: 13px;
	height: 70px;
	color: #666666;
}

tr.com-basket-small td.backet_label_left_offset {
	padding:3px 13px 0 20px;
}

tr.com-basket-small{
	height:50px;
}

.com-bold {
	font-weight: bold;
}

/* thanks Bill ! */
* html tr.com-basket-even,* html tr.com-basket-odd {
	height: 50px;
}

/* thanks Paul ! */
* :first-child+html tr.com-basket-even,* :first-child+html tr.com-basket-odd
	{
	height: 50px;
}

tr.com-basket-payment-row {
	background-color: #fff;
	font-style: italic;
	font-size: 13px;
	height: 50px;
	color: #666666;
}

tr.com-basket-payment-row .com-basket-payment {
	padding: 3px 13px 0 20px;
}

tr.com-basket-payment-row .com-basket-payment-cost {
	padding-right: 81px;
}

table.com-basket-list td.product_subtitle {
	padding:15px 0 0 2px;
	vertical-align:top;
}

table.com-basket-list td.product_loop_number {
	padding:15px 0 0 6px;
	text-align:right;
	vertical-align:top;
}

table.com-basket-list td.product_amount {
	vertical-align: top;
	text-align: left;
	padding: 13px 0 0 0;
}

table.com-basket-list td.product_amount_checkout {
	vertical-align: top;
	text-align: left;
	padding: 13px 0 0 24px;
}

table.com-basket-list td.product_price_td {
	padding: 15px 0 0;
	vertical-align: top;
}

table.com-basket-list .img_offset_top {
	margin-top: -8px;
}

.tx-commerce-pi1 table.com-basket-list td.product_price_td .product_price_value {
	font-weight: bold;
	margin: 0 40px 0 0;
}

.tx-commerce-pi3 table.com-basket-list td.product_price_td .product_price_value {
	font-weight: bold;
	margin: 0 81px 0 0;
}

table.com-basket-list td.product_price_td .product_price_drop_buttom {
	
}

table.com-basket-list td.product_price_td .product_price_drop_buttom a img
	{
	vertical-align: top;
	margin-top: -10px;
}

table.com-basket-list td.com-basket-tax-price-sum {
	background-color: #111;
	color: #666666;
	font-size: 13px;
	font-style: italic;
	padding: 0 0 0 221px;
	height: 20px;
}

table.com-basket-list td.com-basket-gross-price-sum {
	background-color: #111;
	color: #666666;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	padding: 0 0 0 221px;
	height: 20px;
}

table.com-basket-list .com-basket-tax-price-sum-background {
	background-color: #676767;
	color: #FFF;
	height: 100%;
	width: 230px;
	padding: 5px 0 2px;
	text-align: center;
}

table.com-basket-list .com-basket-gross-price-sum-background {
	background-color: #0099FF;
	border-right: 9px solid #111111;
	color: #FFFFFF;
	height: 100%;
	padding: 5px 0 2px;
	text-align: center;
	width: 230px;
}

table.com-basket-list td.com-basket-gross-price-sum-value
	{
	background-color: #FFF;
	font-weight: bold;
	margin: 0 40px 0 0;
	color: #666666;
	font-size: 13px;
	font-style: italic;
	padding-right: 81px;
}

table.com-basket-list td.com-basket-tax-price-sum-value
	{
	background-color: #FFF;
	font-weight: normal;
	margin: 0 40px 0 0;
	color: #666666;
	font-size: 13px;
	font-style: italic;
	padding-right: 81px;
}

table.com-basket-list td.com-checkout-gross-price-sum-value
	{
	background-color: #FFF;
	font-weight: bold;
	margin: 0 40px 0 0;
	color: #666666;
	font-size: 13px;
	font-style: italic;
	padding-right: 81px;
}

table.com-basket-list td.com-checkout-tax-price-sum-value
	{
	background-color: #FFF;
	font-weight: normal;
	margin: 0 40px 0 0;
	color: #666666;
	font-size: 13px;
	font-style: italic;
	padding-right: 81px;
}

tr.com-basket-noborder {
	
}

p.com-basket-submit,p.com-basket-next {
	
}

#content p.com-basket-next a {
	background: #0099FF none repeat scroll 0 0;
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	height: 18px;
	margin-left: 451px;
	margin-top: 35px;
	padding: 4px 0 2px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 229px;
}

p.com-basket-submit input {
	background-color: #0099FF;
	color: #FFFFFF;
	border: 0;
	width: 230px;
	height: 26px;
	font-style: italic;
	font-weight: bold;
}

/**************************
* Basket Quickview
**************************/
div.com-basket-qv {
	
}

div.com-basket-qv-value {
	
}

div.com-basket-qv-link {
	
}

a.com-basket-qv-basket {
	
}

a.com-basket-qv-chkout {
	
}

/**************************
* Checkout
**************************/
tr.com-chkout-sum {
	border-top: 3px double #444;
}

dl.com-chkout-address-items dt,dl.com-chkout-address-items dd {
	border-bottom: 3px double #444;
}

div.address-item-link {
	padding: 3px 0;
}

div.address-item-link a:link,div.address-item-link a:hover,div.address-item-link a:active,div.address-item-link a:visited
	{
	background-color: #57636F;
	color: #fff;
	padding: 5px;
}

div.address-item-link a:hover {
	text-decoration: underline;
}

/********************
* Address Management
*********************/
p.com-address-question {
	font-weight: bold;
	color: red;
}

div.com-address-link a:link,div.com-address-link a:hover,div.com-address-link a:active,div.com-address-link a:visited
	{
	background-color: #57636F;
	color: #fff;
	padding: 5px;
}

div.com-address-link a:hover {
	text-decoration: underline;
}

#product-container {
	overflow: hidden;
}

#product-left-column {
	padding: 0;
	width: 420px;
	float: left;
}

#product-right-column {
	padding: 0 0 0 30px;
	width: 230px;
	float: right;
}

#product-container select {
	margin-left: 110px;

}
#product-container label {


}
.chain-selectors {
	margin: 10px 0;
}
