/* General */

html, body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-family: arial,sans-serif;
	font-size: 95%;
	min-width: 200px;
}
#danove {
	background: transparent url(../images/background.png) repeat fixed top left;
	margin: 0 5px 5px 5px;
	border: 1px solid #98CCCC;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}
img{
	border:0;
	margin:0;
	padding:0;
}

a,
a:hover,
a:visited,
a:link,
a:active {
	text-decoration: none;
	color: #336566;
}


/* In Code */

.large_image {}

.category_cell {
	border-top: #D4D0C8 1px solid;
	border-bottom: #D4D0C8 1px solid;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
}

table.cart_table {
	width: 98%;
	border: none;
}
.cart_table tr{
	vertical-align: top;
}
.cart_header {
	border-bottom: #D4D0C8 1px solid;
	background-color: #000048;
	color: White;
	font-weight: bold;
}
.cart_row {
	border-bottom: #D4D0C8 1px solid;
}
.cart_empty {
	text-align: center;
	margin-top: 20px;
}

.total_label {
	font-weight: bold;
	text-align: right;
}
.total_value {
	text-align: right;
}

.page_navigation {
	text-align: right;
}


.item_added_message {}

.item {

}
table.checkout{
	width: 98%;
	border: 0 none;
	padding:0;
	margin:0

}
td.orderform_header {
	width: 50%;
	font-size: 14px;
	border-bottom: #D4D0C8 1px solid;
	background-color: #000048;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
	text-align: left;
}
td.orderform_header .extrainfo{
	font-size: 78%;
	font-weight: normal;
	margin: 0;
	padding: 0 4px 0 0;
	float: right;
	width: 60%;
	vertical-align: middle;
}
	
th.orderform_label {
	width:4em;
	font-weight: bold;
	text-align: right;
}
td.orderform_value {
	white-space: nowrap;
}
td.orderform_info {
	font-size: 90%;
	font-style: italic;
}
.orderform_error {
	font-size: 80%;
	color: #FF0000;
	margin:0;
	padding:0;
	line-height:90%;
}
.orderform_comment {

}
.textarea {
	font-size: 90%;
	width: 99%;
}
span.required{
	 color: red;
	 font-size:85%;
	 vertical-align: super;
}

p.button a,
p.button input{
	text-align:center;
	color: ButtonText;
	background-color: ButtonFace;
	border: 2px solid ButtonShadow;
	border-top: 2px solid ButtonHighlight;
	border-left: 2px solid ButtonHighlight;
	margin: 0;
	display:block;
}
p.button a:active,
p.button input:active{
	border: 2px solid ButtonShadow;
	border-bottom: 2px solid ButtonHighlight;
	border-right: 2px solid ButtonHighlight;
}
input.button {
	text-align: center;
	color: ButtonText;
	background-color: ButtonFace;
	border: 2px solid ButtonShadow;
	border-top: 2px solid ButtonHighlight;
	border-left: 2px solid ButtonHighlight;
	margin: 0pt 8px;
	width: 104px;
}
input.button:active {
	border: 2px solid ButtonShadow;
	border-bottom: 2px solid ButtonHighlight;
	border-right: 2px solid ButtonHighlight;
}


/* In Template */

div#header {
	margin: 5px 5px 0 5px;
	font-size: 300%;
	background: #C2363F url(../images/flag.jpg) no-repeat right;
	border: 1px solid #98CCCC;
}
div#header div.both{
	clear:both;
	height: 0;
}
div#header h1 {
	font: 140% "Times New Roman", Times, serif;
	margin: 0 0 0 20px;
	padding: 100px 0 0 33px;
	overflow: hidden;
	background: transparent url(../images/Danove_Logo.png) no-repeat scroll top left;
	height: 100px;
/**/ 	height: 0px; /**/
	height: 0px;
} 
div#header h1 span.sup {
	font-size: 30%;
	vertical-align: super;
}
div#header h1 span.sub {
	font: normal small-caps normal 35% Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
div#header p.flag {
	padding: 0 5px 2px 0;
	margin: 0;
	vertical-align: bottom;
	text-align: right;
	color: white;
	float:right;
	font: normal bold 38% Verdana, Geneva, Arial, Helvetica, sans-serif;
}
div#header_link{
	position: absolute;
	top: 20px;
	left: 20px;
}
#header_menu,
#header_menu a,
#header_menu a:hover,
#header_menu a:visited,
#header_menu a:link,
#header_menu a:active  {
	margin: 0;
	padding: 0;
	height: 1.1em;
	vertical-align: middle;
	text-align: center;
	font: normal normal bold 90% sans-serif;
}
div#header_menu div.date {
	float: left;
	width: 30%;
	text-align: left;
	padding-left:9px;
}
div#header_menu div.cart {
	text-align: right;
	padding-right: 9px;
	width: 60%;
	float: right;
}

div#left_cell {
	float: left;
	width: 120px;
	padding: 5px;
	background: transparent url(../images/background-2.png) repeat fixed top left;
	/*	background-color:#EE0;	*/
	line-height: 100%;
}
div#left_cell h2,
div#right_cell h2 {
	font-size: 105%;
	text-align: center;
	background-color: #000048;
	color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
}
div#left_cell h2.home {
	font-size: 105%;
	background-color: transparent;
	color: #000048;
	border:1px solid #98CCCC;
	padding-top: 2px;
	padding-bottom: 2px;
}

div#left_cell ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#left_cell ul li {
	color: #477;
	margin: 0;
	padding: 0;
	padding-left: 11px;
	margin-top: 8px;
	font-weight: bold;
	font-size: 88%;
	/* border: 1px solid transparent; */
}
div#left_cell ul li ul li{
	margin-top: 0;
	font-size: 88%;
}
div#left_cell ul li.selected {
	background: transparent url(../images/bullet.png) no-repeat top left;
	color: #C2363F;
}
div#left_cell ul li.selected ul li {
	background: transparent none no-repeat left center;
	color: #477;
}
div#left_cell ul li.selected ul li.selected {
	background: transparent url(../images/bullet.png) no-repeat center left;
}
div#left_cell ul li.selected a {
	color: #C2363F;
}
div#left_cell ul li.selected ul li a {
	color: #477;
}
div#left_cell ul li.selected ul li.selected a {
	color: #C2363F;
}
div#left_cell ul li a:hover {
	border-bottom: 1px solid #C2363F;
	color: #C2363F;
}

div#right_cell {
	float: right;
	width: 120px;
	padding: 5px;
	background: transparent url(../images/background-2.png) repeat fixed top left;
}
div#center_cell  {
	margin: 0 136px 10px 136px;
	min-height: 550px;
	padding: 1px 2px 2px 2px;
	background: transparent url(../images/background-2.png) repeat fixed top left;
/*	border-left:  #000000 1px solid;	*/
/*	border-right: #000000 1px solid;	*/
}

div#center_cell div.home_data {
	margin-left: auto;
	margin-right: auto;
	padding: 5px 15px;
	float: left;
}
div#center_cell div.home_data img {
	margin-top:4px;
}
div#center_cell div.home_data div.special_desc{
	font-weight: bolder;
	font-size: larger;
	color: #477;
}
div#center_cell div.common_products {
	float: left;
}
div#center_cell div.common_prod {
	float: left;
	width: 120px;
	margin: 0 10px;
	height: 14em;
}
div#center_cell p.description:first-letter,
div#center_cell div.home_catagories_html p:first-letter,
div#center_cell div.top_catagories_html p:first-letter {
	font-weight:bold;
	font-size: 1.1em;
	color: #000048;
}
div#center_cell table.category_table {
	width:98%
}

div#center_cell div.home_html p:first-letter {
	font-size: 2em;
	color: #000048;
}
.search_header {
	background-color: #000048;
	color: #FFFFFF;
	font-weight: bold;
}

.categories_header {
	background-color: #000048;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 10px;
}

.specials_data {
	width: 120px;
	margin: 5px 0;
	overflow:hidden;
}
.specials_header {
	background-color: #000048;
	color: #FFFFFF;
	font-weight: bold;
}
.specials {
	margin-bottom: 15px;
	text-align: center;
}
.news_html {
}
.news_html p {
	font-size: 90%;
	text-align: justify;
}

#footer {
	height: 7em;
	padding-bottom: 1em;
	font-weight: bolder;
	border-top: 1px solid #98CCCC;
	text-align: center;
	font: bold 95% Arial, Helvetica, sans-serif;
}
#footer div {
	margin: 0;
	padding: 0;
}
#footer p.foot {
	margin: 0;
	padding: 0;
	font-size: 80%;
	padding-top: .5em;
}
#footer ul{
	display: inline;
	margin: 0;
	padding: 0;
	list-style: disc outside none;
}
#footer ul li{
	display: inline;
	margin: 0;
	padding: 0 0 0 3px;
	list-style: none;
	border-left: 1px solid gray;
}	
#footer ul li.first {
	margin-left: 0;
	border-left: none;
	}
/*	
#footer #footer-bar {
	width: 100%;
	height: 2em;
background: url(./images/bar.gif);
}
	*/
	
table.wholesaleOrderform {
	width: 100%;
	font-size: 80%;
	margin:0;
	padding:0;
	margin-top: 0;
	margin-bottom: 2em;
	border: 0px none;
	background: transparent none;
}
table.wholesaleOrderform th,
table.wholesaleOrderform td {
	margin:0;
	padding:0 3px;
	background-color: white;
	border-left: 1px solid gray;
	border-top: 1px solid gray;
}
table.wholesaleOrderform th.last,
table.wholesaleOrderform td.last {
	border-right: 1px solid gray;
}
table.wholesaleOrderform td.optionlist {
	padding:0;
}

table.wholesaleOrderform th.wholesaleCategoryHeading {
	text-align:left;
	font-size:larger;
	background: transparent none;
	border: none;
	padding-top:2em;
}
table.wholesaleOrderform th.wholesaleCategoryOption{
	text-align:right;
	font-size:smaller;
	background: transparent none;
	border: none;
	padding-top:2em;
}
table.wholesaleOrderform td.verylast {
	border: none;
	padding-top:1em;
}
table.wholesaleOrderform td.bottom {
	border-bottom: 1px solid gray;
}
table.wholesaleOrderform th.first {
	border-top: 1px solid gray;
}
table.wholesaleOrderform td.optionlist input {
	border: 1px inset gray;
	width:100%;
	text-align:center;
}
div.inside {
	width:600px;
	margin-left:auto;
	margin-right:auto;
}