/* ****************************
commerce.css
CSS file for commerce
**************************** */


/* ****************************
Client: De Groot Houtbewerkingsmachines
Website: degroot.nl

Main color 1: #960d28 -> Name: Red
Main color 2: #fffaed -> Name: Off-white
Main color 3: #00FFFF -> Name: blue
**************************** */



/* ****************************
Section: General
**************************** */

.com-text-right {
	text-align: right;
}

#sideboxes {

}



/* ****************************
Section: Basket
**************************** */

#basket {

}

#basket form {
	margin: 0em;
}

#basket .tx-commerce-pi1 {
	margin: 0 0 1.12em 0;
	float: left;
	background: #f5eced;
}

#basket .com-basket-container {
	padding: 1px 13px;
}

#basket .com-basket-container h3 img {
	margin-right: 12px;
	float: left;
}

#basket .com-basket-container h3 {
	color: #960d28;
}

.com-basket-box {
	font-size: 1.1em;
}

table.com-basket-list { 
	border: 0;
}

table.com-basket-list th,
table.com-basket-list td {
	padding: 4px 10px 4px 1px;
	border: 0;
}

tr.com-basket-header {
	white-space: nowrap;
	background-color: none;	
}

tr th.com-basket-header-title { 

}

tr.com-basket-even,
tr.com-basket-odd {
	background: none;	
}

tr.com-basket-even td a,
tr.com-basket-odd td a {
	color: #666666;	
}

td.com-basket-basket,
td.com-basket-net-price {
	white-space: nowrap;
}

td.com-basket-basket.delete-link {
	width: 14px;
}

td.com-basket-basket.delete-link a {
	width: 14px;
	display: block;
	background: url('../images/button-delete-basket.png') 50% 50% no-repeat;
}
td.com-basket-basket.delete-link  a:hover {
	text-decoration: none;
	background-image: url('../images/button-delete-basket-hover.png');
}

table.com-basket-list tr.com-basket-price td {
	padding-top: 10px;
}

table.com-basket-list td.com-basket-net-price {
	padding-top: 10px;
	font-weight: bold;
	border-top: 1px solid #999999;
}

div.basket-buttons .red-button {
	margin: 0.56em 0;
}

#basket-informatie-aanvragen {
	width: 280px;
	margin-bottom: 0.56em;
	padding: 10px 0;
	float: left;
}

#basket-informatie-aanvragen img {
	float: left;
}

#basket-informatie-aanvragen .red-button {
	float: right;
}



/* ****************************
Section: Searchbox
**************************** */

#machine-searchbox {

}

#machine-searchbox .tx-commerce-pi1 {
	margin: 0 0 0.88em 0;
	background: #f5eced;
	float: left;
}

#machine-searchbox .com-searchbox {
	padding: 1px 13px;
}

#machine-searchbox .com-searchbox h3 img {
	margin-right: 15px;
	float: left;
}

#machine-searchbox .com-searchbox h3 {
	color: #960d28;
}

#machine-searchbox .com-searchbox label {
	width: 80px;
	clear: left;
	float: left;
}

#machine-searchbox .com-searchbox input.com-input-sword,
#machine-searchbox .com-searchbox select {
	width: 189px;
	padding: 3px;
	font-size: 0.95em;
	border: 1px solid #d9d9d9;
	background: #ffffff url('../images/bg-form-input.gif') repeat-x;
}

#machine-searchbox .com-searchbox select {
	width: 196px;
}


#machine-searchbox .com-searchbox .red-button {
	margin: 0.56em 0;
	float: right;
}



/* ****************************
Section: Category list
**************************** */

.com-category-list {

}

.com-category-list-item {
	margin-bottom: 1.12em;
	padding-bottom: 1.68em;
	position: relative;
	background: url('../images/bg-com-list.gif') center bottom no-repeat;
}

.com-category-list-item .image-1 {
	width: 165px;
	height: 165px;
	margin: 2px 5px 2px 0;
	text-align: center;
	border: 3px solid #f3f3f3;
}

.com-category-list-item h2 {
	margin: 0;
}

.com-category-list-item .yellow-button-small {
	/*position: relative;*/
	/*top: 150px;*/
	/*left: 200px;*/
}



/* ****************************
Section: Product list
**************************** */

.com-list  {
	margin-bottom: 1.12em;
	padding-bottom: 1.68em;
	position: relative;
	background: url('../images/bg-com-list.gif') center bottom no-repeat;

}

.com-list-col-img .image-1 {
	width: 165px;
	height: 165px;
	margin: 2px 5px 2px 0;
	text-align: center;
	border: 3px solid #f3f3f3;
}

.com-list h2 {
	margin: 0;
}

.com-list p,
.com-list a p {
	color: #333333;
}
.com-list a:hover p {
	color: #333333;
	text-decoration: underline;
}

.com-list .yellow-button-small {
	/*position: relative;*/
	/*top: 150px;*/
	/*left: 200px;*/
}



/* ****************************
Section: Pagebrowser
**************************** */

.pagebrowser  {
	text-align: center;
}

.pagebrowser .pagelink {
	margin: 2px;
}

.pagebrowser .pagelink a {
	padding: 5px;
}
.pagebrowser .pagelink a:hover {
	padding: 5px;
	background: #e9e9e9;
}

.pagebrowser .pagelink.active {
	padding: 5px;
	background: #e9e9e9;
}



/* ****************************
Section: Product
**************************** */

.com-single-product-images {
	position: relative;
}

.com-single-product-images .image-1 {
	width: 165px;
	height: 165px;
	margin: 2px 5px 2px 0;
	text-align: center;
	border: 3px solid #f3f3f3;
}

.com-single-product-images img {
	margin: 2px 10px 2px 0;
	float: left;
	border: 3px solid #f3f3f3;
}

.com-single-product-images .image-1 img {
	margin: 0;
	float: none;
	border: 0;
}

.com-single-product-videos {
	margin-top: 0.56em;
}

.com-single-product-videos .image-1 {
	width: 165px;
	margin: 2px 5px 2px 0;
	text-align: center;
	border: 3px solid #f3f3f3;
}

.com-single-product-videos img {
	margin: 2px 10px 2px 0;
	float: left;
	border: 3px solid #f3f3f3;
	cursor: pointer;
}

.com-single-product-videos .image-1 img {
	margin: 0;
	float: none;
	border: 0;
}

.com-single-product-videos a.player { 		
	display:block;
	height:450px;			
}

.com-single h2  {
	margin: 0;
	color: #960d28;
}

.com-single-article-ordernumber,
.com-single-input {
	margin: 1.12em 0;
}

.com-single-price {
	float: right;
	font-size: 1.3em;
}

.com-related {

}

.com-related h4 {
	font-size: 1.1em;
	font-weight: normal;
}

.com-related-product {

}

.com-related-product h4 {
	margin: 0;
}

.com-related-product p {
	margin: 0.28em 0;
}

.com-related-product h4 a,
.com-related-product a p {
	color: #333333;
}
.com-related-product a:hover p {
	color: #333333;
	text-decoration: underline;
}

.com-related-product-image img {
	border: 3px solid #f4f4f4;
}

.com-related-product p {
	font-size: 0.9em;
}

.com-single-cat {
	margin: 1.12em 0;
	font-weight: normal;
}



/* ****************************
Section: Commerce - checkout
**************************** */

.com-chkout-steps { 
	width: 100%;
	clear: both;
	line-height: 1;
	font-size: 1em;
}

.com-chkout-steps div {
	width: 18%;
	line-height: 23px;
	float: left; 
	padding: 0 5px;
	text-align: center;
	color: #666666;
	font-size: 0.9em;
	white-space: nowrap;
	background: #e0e0e0 url('../images/checkout-stepindicator-arrow.png') no-repeat right center;
}

.com-chkout-steps div a {
	color: #666666;
	text-decoration:none;
}

.com-chkout-steps div.com-chkout-step-active {
	background-color: #ac4058;
}

.com-chkout-steps div.com-chkout-step-active a{
	color:#ffffff;
}

.com-chkout-steps div.com-chkout-step-actual {
	color:#ffffff;
	background-color:#960d28;
}

.com-chkout-steps div b {
	color:#ffffff;
}

.com-chkout-steps div i, .com-chkout-steps div b {
	display: block;
	background: url('../images/checkout-stepindicator-arrow-left.png') no-repeat left center;
}

/*
.tx-commerce-pi3 input[type=submit] {
	width: auto;
	height: 24px;
	line-height: 24px;
	font-size: 1.25em;
	text-decoration: none;
	border: 0;
	color: #ffffff;
	background: #960d28;
}
*/

.com-chkout-address h2 {
	padding-top: 0.50em;
}
.com-chkout-listing-billing-address h3, 
.com-chkout-listing-delivery-address h3 {

}

.com-chkout-address dl p {
	margin: 0.5em 0;
}

.com-chkout-address th,
.com-chkout-listing-billing-address th {
	width: 140px;
}

.com-chkout-address dd,
.com-chkout-listing-billing-address dd {
}

.com-chkout-address dt.com-chkout-address-radiolabel {
	display: none;
}

div.com-chkout-address-fields dd.com-chkout-address-radio, 
dd.com-chkout-address-item-select {
	width: 100%;
}

div.com-chkout-listing dt {
	padding-right: 10px;
}

.com-chkout-listing-comment textarea {
	width: 350px;
	height: 75px;
}

