/* Tuote-esittelyjärjestelmä */

.toolbar{
}
.toolbar input{
	border:0;
	border-left:10px solid #222222;
	background-color:#cd440e;
	color:#fcfffa;
	font-size:11px;
	padding:2px 5px;
	width:115px;
	cursor:pointer;
}
.row{
	border-top:1px solid #dfdfdf;
}


/* CATEGORIES */
.category_box {
	width: 215px;
	float: left;
	margin: 0px 8px 8px 0px;
}

.category_box_top {
	background: #cd440e url(../img/product/category_top.png) no-repeat top left;
	width: 215px;
	height: 30px;
}
.category_box_top div, .category_box_grey div {
	padding-top: 6px;
}
.category_box_top a, .category_box_top a:link, .category_box_top a:visited, .category_box_top a:active,
.category_box_grey a, .category_box_grey a:link, .category_box_grey a:visited, .category_box_grey a:active {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	margin-left: 10px;
	display: block;
}

.category_box_grey {
	background: url(../img/product/category_top_grey.jpg) no-repeat top left;
	width: 220px;
	height: 30px;
}

/* PRODUCT LISTING */
#product_area {
	text-align:left;
}

.productBox, .productBox_highlight {
	width: 495px;
	height: 160px;
	border: 1px solid #dfdfdf;
	background-color: #f5f5f5;
	float: left;
}
.productBox_highlight {
	border: 1px solid #898989;
}



/* BUTTON */
.button_productinfo {
	background: #cd440e url(../img/product/button_viewproduct2.png) no-repeat top center;
	color: #ffffff;
	height: 34px;
	width: 125px;
	margin: 10px 0px;
}
.button_product {
	background: #cd440e url(../img/product/button_viewproduct.png) no-repeat top center;
	color: #ffffff;
	height: 34px;
	width: 125px;
	margin: 10px 0px;
}
.button_verkkokauppa {
	background: #cd440e url(../img/product/btn_verkkokauppa.png) no-repeat top center;
	color: #ffffff;
	height: 33px;
	width: 115px;
	margin: 10px 10px 10px 0px;
	float: left;
}
.button_addtocart {
	background: #cd440e url(../img/product/btn_lisaamuistilistalle.png) no-repeat top center;
	color: #ffffff;
	height: 33px;
	width: 137px;
	margin: 10px 10px 10px 0px;
	float: left;
}
.button_reseller {
	background: #73bf44 url(../img/product/btn_reseller.png) no-repeat top center;
	color: #ffffff;
	height: 33px;
	width: 115px;
	margin: 10px 10px 10px 0px;
	float: left;
}


/* VIEW */
#product_tabs {
	border-bottom: 1px solid #d1d1d1;
	height: 27px;
}

.product_tab {
	margin-right: 20px;
}

/* Tabit */
.product_tab_left, .product_tab_left_a {
	background: #d3957d url(../img/product/tab_left.png) no-repeat top left;
	width: 12px;
	height: 28px;
	float: left;
}
.product_tab_left_a {
	background-color: #cd440e;
}

.product_tab_center, .product_tab_center_a {
	background-color: #d3957d;
	height: 28px;
	float: left;
}
.product_tab_center_a {
	background-color: #cd440e;
}
a.tab-link, a.tab-link:link, a.tab-link:visited, a.tab-link:active {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	display: block;
	margin-top: 6px;
}

.product_tab_right, .product_tab_right_a {
	background: #d3957d url(../img/product/tab_right.png) no-repeat top left;
	width: 12px;
	height: 28px;
	float: left;
}
.product_tab_right_a {
	/*background: url(../img/product/tab_right.png) no-repeat top left;*/
	background-color: #cd440e;
}

.product_tab_print {
	background: #828282 url(../img/product/tab_print.jpg) no-repeat top left;
	width: 160px;
	height:28px;
	float: right;
}
.product_tab_print a, .product_tab_print a:link {
	margin-left: 47px !important;
}


table.product_edit_table {
	width: 100%;
}
table.product_edit_table td {
	padding: 4px;
}

ul.attachmentList li {
	float: left;
	background-color: #f9f9f9;
	list-style-type: none;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 3px;
}


a.btn_delete, a.btn_delete:link, a.btn_delete:visited, a.btn_delete:active {
	background: url(../img/product/remove.gif) no-repeat top left;
	font-size: 11px;
	padding-left: 20px;
	color: #222222;
	text-decoration: none;
}
a.btn_newfile, a.btn_newfile:link, a.btn_newfile:visited, a.btn_newfile:active {
	background: url(../img/product/newfile.gif) no-repeat top left;
	padding-left: 20px;
	text-decoration: none;
}


/* CART */
#cart_data_holder li {
	list-style-type: none;
	margin-bottom: 3px;
}

.cart {
	background: url(../img/product/note_2.png) no-repeat top left;
	padding-left: 20px;
}


/* ORDER */
.order_product_holder {
	background-color: #f9f9f9;
	border: 1px solid #dfdfdf;
}