/* DPMSHOP */

#dpmshop_head {
	clear: both;
}

#dpmshop_headimage {
	clear: both;
	height: 120px;
}

#dpmshop_headbuttons {
	clear: both;
	height: 40px;
}

#dpmshop_backbutton {
	clear: both;
	height: 40px;
}

#dpmshop_toolbar {
	
	clear: both;
	width: 100%;
}

#dpmshop_toolbar ul{
	padding: 0px;
	margin: 0px;
	float: left;
	list-style: none;
	clear: both;
}

#dpmshop_toolbar li {
	float: left;
	margin: 0px;
	margin-right: 5px;
	padding: 8px;
	list-style: none;
}

.dpmshop_pagetitle {
	font-family: Trebuchet MS;
	font-size: 18px;
	line-height: normal;
}

.dpmshop_title {
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 16px;
}

.dpmshop_subtitle {
	font-family: Trebuchet MS;
	font-size: 14px;
}

.dpmshop_description {
	font-size: 13px;
}

.dpmshop_mediadescription {
	font-size: 13px;
}

.dpmshop_price {
	font-weight: bold;
	font-size: 14px;
	line-height: normal;
	color: #663300;
}

img.dpmshop_left {
	float: left;
	padding: 0px;
	margin: 2px;
	margin-right: 8px;
}

img.dpmshop_right {
	float: right;
	padding: 0px;
	margin: 2px;
	margin-left: 8px;
}

/* catalog */

table.dpmshop_catalog {
	width: 100%;
	padding: 0;
	margin: 0;
	empty-cells: show;
	border-collapse: collapse;
}

td.dpmshop_catalog_image {
	min-width: 60px;
	max-width: 80px;
}

td.dpmshop_catalog_fullimage {
	min-width: 80px;
	max-width: 140px;
}

.dpmshop_catalog_lightrow {
	background-color: #FFFFFF;
}

.dpmshop_catalog_darkrow {
	background-color: #F2F2F2;
}

table.dpmshop_catalog tr {
	border: 1px solid #E5E5E5;
}

table.dpmshop_catalog td {
	padding: 5px;
	vertical-align: top;
}

/* item */

.dpmshop_itemimagebox {
}

.dpmshop_itemdetailsbox {
	background-color: #EAEAEA;
	min-width: 200px;
	max-width: 500px;
	padding: 5px;
	float: left;
	text-align: left;
}

.dpmshop_itemdetails_detail {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}

.dpmshop_itempricebox_simple {
	width: 160px;
	padding: 5px;
	text-align: center;
}

.dpmshop_itempricebox {
	background-color: #EAEAEA;
	width: 160px;
	padding: 5px;
	float: right;
	text-align: center;
}

.dpmshop_itemdescriptionbox {
	clear: both;
	padding-top: 10px;
	float: none;
}

/* bag */

table.dpmshop_bag {
	font-size: 10pt;
	width: 90%;
	border: 1px solid #E5E5E5;
	padding: 0px;
	margin: 0px;
	empty-cells: show;
	border-collapse: collapse;
}

table.dpmshop_bag thead {
	background-color: #DCE6F0;
}

table.dpmshop_bag th {
	font-size: 10pt;
	font-weight: bold;
	vertical-align: middle;
	padding: 3px;
}

table.dpmshop_bag td {
	padding: 5px;
	vertical-align: top;
}

table.dpmshop_bag tr {
	border: 1px solid #E5E5E5;
}

td.dpmshop_bag_image {
	min-width: 60px;
	max-width: 80px;
}

.dpmshop_bag_lightrow {
	background-color: #FFFFFF;
}

.dpmshop_bag_darkrow {
	background-color: #F2F2F2;
}

.dpmshop_actionbar {
	padding: 0px;
	margin: 0px;
}

ul.dpmshop_list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.dpmshop_list li {
	list-style: none;
	padding: 3px;
	border: 1px solid #DDDDDD;
}

ul.dpmshop_baglist {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.dpmshop_baglist li {
	list-style: none;
}

#dpmshop_toolbar {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}

#dpmshop_toolbar ul.dpmshop_list {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #EAEAEA;
}

#dpmshop_toolbar ul.dpmshop_toolbar li {
	float: left;
	list-style: none;
	padding: 3px;
	margin: 0px;
	border: 1px solid #DDDDDD;
}

.dpmshop_button {
	font-size: 12px;
}

.dpmshop_pagenav {
	clear: both;
	position: relative;
	top: -20px;
	right: 0px;
	margin-bottom: 10px;
	float: right;
	vertical-align: baseline;
	
}

.dpmshop_pagenavigation_page {
	height: 20px;
	min-width: 15px;
	max-width: 30px;
	padding: 2px;
	margin-left: 1px;
	margin-right: 1px;

	border: 1px solid #899CB0;
	background-color: #DCE6F0;
	font-weight: normal;
	color: #000000;
}

.dpmshop_pagenavigation_current_page {
	height: 20px;
	min-width: 15px;
	max-width: 30px;
	padding: 2px;
	margin-left: 2px;
	margin-right: 2px;

	border: 1px solid #778899;
	background-color: #C7D0D9;
	font-weight: bold;
	color: #000000;
}

.dpmshop_pagenaviagtion_dots {
	margin-left: 2px;
	margin-right: 2px;
}

.dpmshop_pagenavigation_link_label {

}

/*  */

.dpmshop_bag_title {
	font-weight: bold;
	color: #000000;
}

.dpmshop_bag_author {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

.dpmshop_bag_dpmnr {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

.dpmshop_bag_price {
	font-weight: bold;
	color: #666666;
}

.dpmshop_bag_subtotal {
	font-weight: bold;
	color: #333333;
}

.dpmshop_bag_shipping {
	font-weight: bold;
	color: #333333;
}

.dpmshop_bag_total {
	font-weight: bold;
	color: #000000;
}

.dpmshop_bag_left {
	text-align: left;
}

.dpmshop_bag_right {
	text-align: right;
}

.dpmshop_bag_disclaimer {
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
}

.dpmshop_text_area {
	font-family: Verdana;
	font-size: 13px;
	font-weight: normal;
}

.dpmshop_checkout_required_warning {
	font-weight: bold;
	color: #990000;
}

.dpmshop_checkout_eitherrequired_warning {
	font-weight: bold;
	color: #FF6633;
}

ul.dpmshop_checkout_required_list li{
	list-style: none;
}

.dpmshop_checkout_requiredfield {
	background-color: #FFCC66;
	border: 2px solid #990000;
	color: #000000;
}

.dpmshop_checkout_eitherrequiredfield {
	background-color: #FFFFCC;
	border: 2px solid #FFCC33;
	color: #000000;
}

table.dpmshop_checkout {
	font-size: 13px;
	width: 90%;
	padding: 0px;
	margin: 0px;
	empty-cells: show;
	border-collapse: collapse;
}

table.dpmshop_checkout td {
	font-size: 13px;
}

table.dpmshop_checkout_confirmation {
	font-size: 10pt;
	width: 90%;
	border: 1px solid #E5E5E5;
	padding: 0px;
	margin: 0px;
	empty-cells: show;
	border-collapse: collapse;
}


