/* GENERAL */

html, body 
{
	height:100%;
	margin:0;
	padding:0;
	text-align:center;
	background-color:#C7D9E9;

}
body, td, th, input, textarea, select
{
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #222;
}
input, select, textarea 
{
	background-color: #F9F9FA;
	border: inset 1px #C7D9E9;
	padding-left: 2px;
	color:#17338F;
}
div
{
	margin:0px;
	padding:0px;
	-moz-box-sizing: border-box;
    box-sizing: border-box
}
h1
{
	font-size:15px;
	font-weight:bold;
}
hr
{
	color:#86B5DF;
	height:1px;
}
hr.total
{
	color:#005;
	height:1px;
}
a
{
	color: #17338F;
}
a:hover
{
	text-decoration:none;
}
a img
{
	border-width:0;
}
/*	GENERAL CLASSES	*/
.Message
{
	color: #17338F;
}
.Error
{
	color: #F01;
}
.center
{
	text-align:center;
}
.right
{
	text-align:right;
}
.hidden
{
	display:none;
}
.arrow
{
	background-image:url(/images/layout/arrow.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	height:30px !important;
	height:20px;
	width:20px;
	padding-left:23px;
}
.button, .buttons input, .ncol
{
	background-image:url(/images/layout/button_back.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	background-color: #fff;
	border-style:outset;
	cursor:hand;
	cursor:pointer;
	font-weight:bold;
}
.noborder *
{
	border-width:0;
	background-color:Transparent;
}
/*	----------------------------------------	*/

/* CONTAINER */
div#Container
{
	
	position:relative;
	margin:0 auto;
	width:770px;
	height:auto !important;
	height:100%;
	min-height:100%;
	text-align:left;
	background-color:#fff;
	border-left: solid 2px #86B5DF;
	border-right: solid 2px #86B5DF;
	background-image:url(/images/layout/header_ball.jpg);
	background-repeat:no-repeat;
	background-position:625px 109px;
	background-repeat:no-repeat;
}

/* ADMIN */
div#Admin 
{	

}
div#Admin div#Navigation
{
	height:80%;
}
div#Admin div#Content
{
	padding:80px 5px 6px 16px;	
}
div#Admin div#Content table tr td
{
	vertical-align:top;
}
div#Admin div#Content .SmallPhoto
{
	margin: 10px;
	border:solid 1px #444422;
}
div#Admin div#Content .dlPhotos
{
	margin:12px;
}
div#Admin div#Content .Photos
{
	width: 140px;
	vertical-align:bottom;
	padding:5px;
	margin:2px;
	text-align:center;
	background-color: #F0F4F6;
	border:ridge 1px #DAF9F0;

}
div#Admin .lengthbox
{
	display:inline;
}
div#Admin div#Content .Imagebutton
{
	border-width:0;
	margin-left:7px;
}
div#Admin div#Content #ProductsAdd
{
	width:600px;
	margin:12px;
	padding:5px;
	/*background-color: #FCFCDD;*/
	border:outset 1px #DAF9F0;
}
div#Admin div#Content .edit
{
	text-align:center;
}
div#Admin div#Content .edit input
{
	width:50px;
}
div#Admin div#Content .cblCategories
{
	border:1px solid #DADAD0;
	background-color:#F0F4F6;
}
div#Admin div#Content .cblCategories input
{
	border-width:0;
}
div#Admin div#Content .listbox
{
	width:250px;
	overflow:scroll;
	background-color:#F9FFF9;
}

/*	DATAGRIDS	*/

div#Content table, div#Content table td
{
	border-color:#334;
}
div#Content .header td
{
	background-color:#D3DCE1;
	font-weight: bold;
}
div#Content .item td
{
	background-color:#F0F4F6;
}
div#Content .alternate td
{
	background-color:#E0EDF4;
}
div#Content .footer td
{
	border-width:0;
	background-color:#D3DCE1;
	font-weight: bold;
}

/*	SHOP	*/
div#Header
{
	position:relative;
	height:109px;
	padding:0;
	margin:0;
	width:100%;
	text-align:center;
	background-image:url(/images/layout/header.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
div#Header div#Shoppingcart
{
	position:absolute;
	left:15px;
	top:112px;
	margin:0;
	margin-left:20px;
	height:20px;
	font-size:9px;
	padding-left:24px;
	padding-top:7px;
}
div#Header div#Shoppingcart a
{
	color:#17338F;
}
div#Header div#Shoppingcart a img
{
	border-width:0;
	top:3px;
	left:2px;
	position:absolute;
}
div#Header div#Languages
{
	position:absolute;
	right:0px;
	text-align:right;
	height:20px;
	
}
div#Header div#Languages select
{
	color:#382B92;
	font-weight:bold;
}
div#loginsmall 
{
	position:absolute;
	right:0px;
	top:115px;
	height:20px;
}
div#loginsmall *
{
	font-size:9px;
}
div#loginsmall a:hover 
{
	background-color:#EEE;
}
div#SubNav
{
	margin:0;
	width:100%;
	padding:3px 0;
	text-align:center;
	height:25px;
}
div#SubNav ul
{
	text-align:center;
	padding:0;
	margin:0 auto;
	height:25px;
}
div#SubNav ul li
{
	display:inline;
	padding:0 5px;
	margin:10px 0;	
}
div#SubNav a
{
	display:inline-block;
	text-decoration:none;
	background-image:url(/images/layout/subnav.gif);
	background-repeat:no-repeat;
	padding-left:10px;
	height:35px;
}
div#SubNav a:hover
{
	text-decoration:underline;
}

/* NAVIGATION */
div#Navigation
{
	position:relative;
	top:79px;
	left:0;
	z-index:100;
	width:100%;
	text-align:center;
	padding-bottom:0;
	background-color:Transparent;
}

div#Navigation ul
{
	list-style-type:none;
	padding:0;
	margin:0;

}
div#Navigation a 
{ 
	display: block;
	height:24px !important;
	height:30px;
	/*width: 107px; */
	text-decoration:none;
	color:#382B92;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	background-color:Transparent;
	border-right:1px solid #8AB0DA;
	padding-bottom:6px;
} 
div#Navigation a.colored
{ 
	background-color:#CBE1FE;
}
div#Navigation li a:hover
{
	color:#7090CB;
	background-image:url(/images/layout/menu_selected.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
div#Navigation li 
{ 
	margin:0;
	padding:0;
	width: 94px; 
	float:left;
	
}
div#Navigation li ul
{ 
	position: absolute; 
	width: 93px !important;
	width: 94px; 
	left: -999em;
	background-color:#FFF;
}
div#Navigation li:hover ul, div#Navigation li.myhover ul 
{ 
	left: auto;
	margin-top:-1px;
	margin-left:-1px !important;
	margin-left:-48px;
	border:1px solid #DADADA;
}
div#Navigation li:hover ul li, div#Navigation li.myhover ul li 
{
	border-bottom-width:0;
}
div#Navigation li:hover ul a, div#Navigation li.myhover ul a 
{
	background-position:-400px;
	font-weight:normal;
	width: 93px !important;
	width: 94px; 
	border-bottom:1px solid #FFF;
	height:auto !important;
}
div#Navigation li:hover ul a:hover, div#Navigation li.myhover ul a:hover 
{
	color:#191083;
	font-weight:bold;
	background-color:#D5E5F8;
	background-image:none;
}
div#Navigation li:hover ul ul, div#Navigation li:hover ul ul ul,
div#Navigation li.myhover ul ul, div#Navigation li.myhover ul ul ul
{ 
	position: absolute; 
	left: -999em;
	background-color:#FFF;
}
div#Navigation li li:hover ul, div#Navigation li li li:hover ul, 
div#Navigation li li.myhover ul, div#Navigation li li li.myhover ul
{ 
	left: auto;
	margin-top:-20px;
	margin-left:94px !important;
	margin-left:47px;
	border:1px solid #DADADA;
}

/*	CONTENT	*/
div#Shop
{
	height:auto !important;
	height:100%;
	min-height:100%;
	position:static !important;
	position:relative;
	padding-bottom:25px;
}
div#Shop div#Content,div#Admin div#Translations
{
	padding:40px 5px 6px 30px;
	margin:0;
	width:100%;
	height:auto !important;
	height:180px;
	min-height:180px;
	background-image:url(/images/layout/content_back.gif);
	background-position:2px 30px;
	background-repeat:no-repeat;		
}
div#Admin div#Translations
{
	border:1px solid #333;
}
div#Shop div#Content ul
{
	list-style-image:url(/images/layout/li.gif);
}
div#Shop h1
{
	padding:0 0 10px 2px;
	margin:0;
	font-size:11px;
}
div#Shop h1 a
{
	color:#170A7E;
}
div#Shop h1 a:hover
{
	color:#382B92;
	text-decoration:none;
}
div#Shop h2
{

	background-position:0px 2px;
}
div#Admin h1
{
	background-position:25px 2px !important;
	background-position:20px 2px;
}
div#Shop h2, div#Admin h1
{
	background-image:url(/images/layout/arc.gif);
	background-repeat:no-repeat;
	padding:10px 20px 15px 15px;
	margin:0 0 5px 5px;
	height:20px;
	color:#190A81;
	font-size:15px;
	/*width:400px;*/
}
div#Shop h2.currentcat, div#Admin h1
{
	position:absolute;
	top:145px;
	right:30px;
	z-index:0 !important;
	z-index:-10;
}
div#Admin h1 .arrow
{
	visibility:hidden;
}
div#Content table.forgot, div#Content table.login, 
div#Content table.newcustomer,div#Content table.customer
{
	margin-left:60px;
}
div#Products
{
	margin:0;
	padding:5;
	clear:both;
}
div#innercontent
{
	width:100%;
	padding-right:130px;
}
div#innercontent2
{
	width:100%;
}

/*	PRODUCTBOX	*/
div#Products div.productbox
{
	width:300px;
	height:155px;
	margin:10px 25px;
	border:1px solid #EEE;
	border-bottom:1px solid #005;
	background-color:#FAFCFF;
	text-align:center;
}
div.productbox h3.productname
{
	background-image:url(/images/layout/li.gif);
	background-repeat:no-repeat;
	background-position:10px 5px;
	color:#170A7E;
	height:34px;
	padding:0;
	margin:0;
	font-size:12px;
	clear:both;
	background-color:#C7D9E9;
	border-bottom:1px dotted #005;
}
div.productbox h3.productname a
{
	text-decoration:none;
	color:#170A7E;
}
div.productbox h3.productname a:hover
{
	text-decoration:underline;
}
div.productbox p.productfoto
{
	height:110px;
	margin:10px;
	float:left;
}
div.productbox p.productdesc
{
	padding-bottom:0 !important;
	text-align:left;
	padding:5px;
	height:70px !important;
	height:80px;
	width:160px;
	font-size:10px;
	float:left;
}
div.productbox p.productprice
{
	padding:0 5px !important;
	margin:0 !important;
	padding:5px;
	margin:5px 0 0 0;	
	height:15px;
	width:160px;
	text-align:center;
	font-size:12px;
	float:left;
}
div.productbox p.productprice a
{
	font-size:11px;
	color:#17338F;
}

/*	PROMOS	*/
div#Promos
{
	position:absolute;
	right:-1px;
	top:200px;
	width:120px;
	background-color:#F0F4F6;
	text-align:center;
	border:1px solid #86B5DF;
}
div#Promos h1 
{
	background-color:#D3DCE1;
	padding:2px;
	font-size:13px;
	letter-spacing:3px;
	clear:both;
}
div#Promos div.promobox
{
	border-top:1px solid  #170A7E;
	padding:8px 0;
}
div#Promos div.promobox h3.productname
{
	padding:0;
	margin:0;
	font-size:11px;
}
div#Promos div.promobox h3.productname a
{
	text-decoration:none;
	color:#170A7E;
}
div#Promos div.promobox h3.productname a:hover
{
	text-decoration:underline;
}


/*	PRODUCT	*/

div#ProductInfo h3
{
	font-size:13px;
	text-align:center;
}
div#ProductInfo p.Order
{
	text-align:center;
	font-weight:bold;
}
div#ProductInfo input
{
	text-align:center;
}


div#Photos
{
	position:relative;
	margin-left:0px;
	
}
div#Photos div#big
{
	width:580px;
	height:560px;
	border:solid 1px #6F6A4F;
	background-color:#F0F4F6;
}
div#Photos div#big table
{
	height:100%;
	width:100%;
}
div#Photos div#big table tr td
{
	text-align:center;
	vertical-align:middle;
}
div#Photos div#big img
{
	margin:5px;
	text-align:center;
}
div#Photos div#thumbs
{
	top:0px;
	position:absolute;
	left:579px;
	width:120px;
	border-top:solid 1px #6F6A4F;
}
div#Photos div#thumbs .Photo
{
	border:solid 1px #6F6A4F;
	text-align:center;
	vertical-align:middle;
	cursor:hand;
	cursor:pointer;
	width:120px;
	border-top-width:0;
}
div#Photos div#thumbs .PhotoHover
{
	border:ridge 1px #6F6A4F;
	border-top-width:0;
	border-left:solid 1px #F0F4F6;
	text-align:center;
	vertical-align:middle;
	cursor:hand;
	cursor:pointer;
	width:120px;
	background-color:#F0F4F6;
}
div#Photos div#thumbs img
{
	cursor:hand;
	cursor:pointer;
	margin:3px 5px 2px 5px;
}
div#Photos div#thumbs .hidden
{
	display:none;
}

/*	SHOPPINGCART	*/

div#Content table.OrderItemHead
{
	margin:20px 0 0 10px;
	width:620px;
	background-color: #C7D9E9;
	border:solid 1px #DADADA;
	border-color:#DADADA;
}
div#Content table.OrderItemHead td
{
	border-color:#DADADA;
}
div#Content table.OrderItem, table.OrderItemHover
{
	margin:0px 0 0 10px;
	width:620px;
	background-color:#F0F4F6;
	border-bottom:solid 1px #aaa;
}
div#Content table.Total
{
	margin:4px 0 0 10px;
	width:620px;
	background-color:#f6f6f6;
	border-top:dotted 1px #ddd;
	border-bottom:solid 1px #aaa;
	
}
div#Content table.OrderItemHover
{
	background-color:#EAF0F3;
}
div#Content table.OrderItemHead tr td
{
	font-weight:bold;
}
div#Content td.ProductName
{
	width:350px;
}
div#Content td.ProductName a
{
	text-decoration:none;
	font-weight:bold;
	color:#170A7E;
}
div#Content td.ChangeQty
{
	text-align:center;
	width:100px;
}
div#Content td.ChangeQty span
{
	font-weight:bold;
}
div#Content td.ChangeQty input
{
	background-color:#C7D9E9;
	border-color:#C7D9E9;
	border-style:outset;
	padding:0;
	margin:0;
}
div#Content td.Price, div#Content table.OrderItemHead td.Price
{
	width:100px;
	text-align:right;
}
div#Content table.Total td
{
	text-align:right;
}
div#Content td.TotalPrice, div#Content table.OrderItemHead td.TotalPrice, 
div#Content table.Total td.Price, div#Content table.Total td.PriceTotal
{
	width:100px;
	font-weight:bold;
	text-align:right;
}
div#Content table.Total td.PriceTotal, div#Content span.PriceTotal
{
	color:#005;
	font-size:12px;
}


/*	PAYMENT	*/
div#Content table.ContactTypes
{
	margin:0px 0 0 10px;
	width:620px;
	background-color:#F0F4F6;
	border:solid 1px #aaa;
}
div#Content table.ContactTypes tr.head td
{
	font-weight:bold;
	background-color: #C7D9E9;
	border:solid 1px #DADADA;
	text-align:center;
}
div#Content table.ContactTypes tr.middle td
{
	padding:10px 30px;
}
div#Content table.ContactTypes td.left, div#Content td#delivery
{
	border-left:solid 1px #aaa;
}
div#Content p.pay
{
	margin-left:80px;
}
/*	FOOTER	*/  
div#Footer
{
	width:100%;
	color:#170A7E;
	text-align:center;
	border-top:1px solid #86B5DF;
	border-bottom:1px solid #86B5DF;
	background-color:#D3DCE1;
	padding:2px 0 0 0;
	height:25px;
	position:absolute;
	bottom:0;
}
div#Footer a
{
	color:#170A7E;
}
