/*SPECIAL STYLES*/
@import url(fancybox.css);

body
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	background: #0b5c00 url(../images/bodyBack.jpg) repeat-x top center;
}

#back
{
	width: 100%;
	background: url(../images/containerBack.jpg) no-repeat top center;
}

#container
{
	margin: 0 auto;
	width: 987px;

}

#content
{
	clear: both;
	background: #0d0f1e url(../images/contentBack.jpg) repeat-y top center;
}

#contentTop
{
	height: 40px;
	background: #0d0f1e url(../images/contentTop_uk.jpg) no-repeat top center;
}

#contentBottom
{
	clear: both;
	height: 50px;
	background: #0d0f1e url(../images/contentBottom.jpg) no-repeat bottom center;
}

.fl
{
	float: left;
}

.fr
{
	float: right;
}

.clear
{
	clear: both;
}

#header
{
	background: #9b45a8;
}

#logo
{
	height: 584px;
}

#topFlash
{
	width: 987px;
	height: 584px;
	position: absolute;
	z-index: 1;
}

#newsFlash
{
	display: none;
	height: 269px;
}

#flags
{
	position: absolute;
	z-index: 2;
	width: 987px;
	padding: 4px 10px 0 0px;
	height: 20px;
}

#flags .flag
{
	float: right;
	margin: 0px;
	padding: 0px;
}

#flags .flag img
{
	border: none;
}

#left
{
	float: left;
	width: 258px;
	padding: 0px 10px 0px 50px;
}

#left h1
{
	font-size: 15px;
	color: #6C5080;
	margin: 3px 0 0 0;
}

#left p
{
	font-size: 11px;
	color: #FFFFFF;
	margin: 3px 0;
}

#right
{
	color: #ffffff;
	float: right;
	width: 628px;
	padding: 10px 14px 10px 10px;
}

#right h1
{
	color: #444444;
	background-color: transparent;
	border-bottom: 1px solid #D0D0D0;
	font-size: 16px;
	font-weight: bold;
	margin: 24px 0 2px 0;
	padding: 5px 0 6px 0;
}

#right code
{
	font-family: Monaco, Verdana, Sans-serif;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #002166;
	display: block;
	margin: 14px 0 14px 0;
	padding: 12px 10px 12px 10px;
}

#footer
{
	clear: both;
	height: 50px;
	background: url(../images/footer_uk.jpg) no-repeat top center;
}

#footerText
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #9ecb7a;
	height: 30px;
	float: left;
	width: 250px;

}

#footerText a:link,
#footerText a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}

#footerText a:hover,
#footerText a:active
{
	text-decoration: underline;
}

#keywords
{
	color: #9ecb7a;
	text-align: center;
	padding-bottom: 20px;
}

/*----------------------------SYSTEM STYLES----------------------------*/

/* RATER PLUGIN */
.stat
{
	text-align: right;
}
.stat label
{
	margin-right: .5em
}
.ui-rater span
{
	vertical-align: middle;
}
.ui-rater-rating
{
	font-size: 18px;
	font-weight: bold;
	margin-left: .5em
}
.ui-rater-starsOff,
.ui-rater-starsOn
{
	display: inline-block;
	height: 18px;
	background: url(../images/stars.png) repeat-x 0 0px;
	behavior: url("/images/iepngfix.htc");
}
.ui-rater-starsOn
{
	display: block;
	max-width: 90px;
	top: 0;
	background-position: 0 -36px;
}
.ui-rater-starsHover
{
	background-position: 0 -18px!important;
}

#search
{
	position: absolute;
	z-index: 2;
	margin: 229px 35px 0 759px;
	width: 230px;
}

#searchTextBox
{
	float: left;
}

#searchTextBox input
{
	color: #3a365b;
	font-weight: bold;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	
	background: none;
	border: none;
	width: 150px;
	padding: 11px 10px;
}

#searchButton
{
	float: left;
}

#searchButton input
{
	border: none;
	background: none;
	width: 53px;
	height: 36px;
	color: #FFFFFF;
}

#sitemap div
{
	padding: 3px 0;
}

#sitemap .level0
{
	padding-left: 0px;
}

#sitemap .level1
{
	background: url(../images/level1.png) no-repeat 5px 6px;
	padding-left: 20px;
}

#sitemap .level2
{
	background: url(../images/level2.png) no-repeat 5px 6px;
	padding-left: 30px;
}
#sitemap .level3
{
	background: url(../images/level3.png) no-repeat 5px 6px;
	padding-left: 40px;
}
#sitemap .level4
{
	background: url(../images/level4.png) no-repeat 5px 6px;
	padding-left: 50px;
}

.sortBy
{
	clear:both;
	height: 30px;
}

.sortBy ul
{
	float: right;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.sortBy li
{
	float: left;
	margin: 5px 0px;
	font-size: 11px;
}

.sortBy li.label
{
	padding: 3px 10px;
	font-size: 11px;
}

.sortBy li a:link,
.sortBy li a:visited
{
	display: block;
	text-decoration: none;
	padding: 3px 10px 3px 25px;
	color: #4b355a;
	background: url(../images/sort.png) no-repeat 5px 5px;
}

.sortBy li a:hover,
.sortBy li a:active
{
	text-decoration: underline;

}

.sortBy a.up:link,
.sortBy a.up:visited
{
	background: url(../images/sortUp.png) no-repeat 5px 5px;
	font-weight: bold;
}

.sortBy a.down:link,
.sortBy a.down:visited
{
	background: url(../images/sortDown.png) no-repeat 5px 5px;
	font-weight: bold;
}

.comment
{
	clear: both;
}

.comment .image
{
	float: left;
	width: 132px;
	padding: 18px;
}

.comment .content
{
	float: right;
	font-size: 11px;
	margin: 18px 18px 18px 0;
	width: 608px;
}

.comment.back2
{
	background: #e8dbe9;
}

.comment .title
{
	font-size: 15px;
	font-weight: bold;
}

.comment .text
{
	padding: 5px 0;
}

.input1
{
	width: 300px;
	background: #FFFFFF;
	border: 1px solid #A074A7;
}

.textarea1
{
	width: 300px;
	background: #FFFFFF;
	border: 1px solid #A074A7;
}

.submit1
{
	background: #e0cfe1 url(../images/system/action_add.gif) no-repeat 5px 5px;
	padding: 4px 5px 4px 22px;
	border: 1px solid #A074A7;
	color: #67376F;
}

#newsletter
{
	clear: both;
}

.redAllert
{
	clear: both;
}

#recommend
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
	width: 563px;
}

#recommend .redAllert
{
	clear: both;
	padding-top: 10px;
}

#recommend .redAllert p
{
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
}

#recommend .text1
{
	color: #3a365b;
	font-weight: bold;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	width: 205px;
	background: none;
	border: none;
	margin-right: 5px;
	padding: 8px 10px;
}

#recommend .text2
{
	color: #3a365b;
	font-weight: bold;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	width: 205px;
	background: none;
	border: none;
	margin-right: 2px;
	padding: 8px 10px;
}

#recommend .submit
{
	float: right;
	background: #090c1f url(../images/recommendButton_uk.jpg) no-repeat top center;
	padding: 7px 0px 7px 0px;
	width: 105px;
	border: none;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
}

#gallery
{

}

#gallery img
{
	border: 1px solid #007EB0;
}

#gallery .picture
{
	float: left;
	margin: 10px 5px;
	width: 210px;
}

#gallery .image
{
	text-align: center;
}

#gallery .description
{
	text-align: center;
}

#gallery .name
{
	text-align: center;
}


/* MINIGALLERY */
#miniGallery
{
	width: 400px;
	margin: 0 0 10px 10px;
	background: #e0cfe1;
	border: 1px solid #A074A7;
}

#miniGallery .small
{
	float: left;
	border: 1px solid #A074A7;
	margin: 10px;
	height: 80px;
}

#miniGallery img
{
	border: none;
}

#mainPic
{
	float: left;
	width: 400px;
	border-bottom: 1px solid #A074A7;
	text-align: center;
}

/*----------TOP----------*/

.topMenu
{
	position: absolute;
	z-index: 2;
	width: 951px;
	height: 44px;
	margin: 269px 35px 0 45px;

	font-weight: bold;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 11px;
	text-transform: lowercase;
}

.topMenu ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.topMenu li
{
	float: left;
	margin: 10px;
}

.topMenu .active
{
	background-color: #498901;
}

.topMenu a:link,
.topMenu a:visited
{
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color: #FFFFFF;
}

.topMenu a:hover,
.topMenu a:active
{
	background: #498901;
}

/*----------SIDE----------*/

.sideMenu ul
{
	padding: 3px;
	margin: 0;
	list-style-type: none;
}

.sideMenu li
{
	border-bottom: 1px dashed #7d1b8c;
}

.sideMenu .level0
{
	padding-left: 0px;
}

.sideMenu .level1
{
	background-image: url(../images/level1.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding-left: 15px;
}

.sideMenu .level2
{
	background-image: url(../images/level2.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding-left: 25px;
}

.sideMenu .level3
{
	background-image: url(../images/level3.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding-left: 35px;
}

.sideMenu .level4
{
	background-image: url(../images/level4.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding-left: 45px;
}

.sideMenu a:link,
.sideMenu a:visited
{
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #FFFFFF;
}

.sideMenu a:hover,
.sideMenu a:active
{
	background: #8d4f96;
}

/*----------BOTTOM----------*/

.menuBottom
{
	height: 30px;
	padding: 10px 0 0 40px;
	font-weight: bold;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 11px;
	text-transform: lowercase;
}

.menuBottom ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.menuBottom li
{
	float: left;
	margin: 6px 0 0 0;
}

.menuBottom a:link,
.menuBottom a:visited
{
	display: block;
	padding: 7px 10px;
	text-decoration: none;
	color: #FFFFFF;
}

.menuBottom a:hover,
.menuBottom a:active
{
	background: #0b5c00;
}

.news
{
	clear:both;
}

.news .descshort
{
	margin: 10px 0;
}

/* PRODUCT DETAILS */
.productDetails
{
	padding: 10px;
	font-size: 11px;
	margin: 15px;
	border: 2px dashed #b78bbe;
}

.productDetails .name
{
	font-size: 15px;
	font-weight: bold;
}

.productDetails .descshort
{
	margin: 10px 0;
}

.productDetails .price
{
	font-weight: bold;
}

.productDetails .price_promo
{
	font-weight: bold;
	color: #d400da;
}

/* PRODUCT ofDay */
.productOfDay
{
	font-size: 11px;
	color: #FFFFFF;
	font-family: Tahoma, Arial,Helvetica,Garuda,sans-serif;
}

.productOfDay .image
{
	text-align: center;
}

.productOfDay .image img
{
	border: 1px solid #323450;
}

.productOfDay .name
{
	font-size: 13px;
	font-weight: bold;
	margin: 3px 0px;
}

.productOfDay .latinName
{
	font-size: 11px;
	font-weight: bold;
	margin: 3px 0px;
	color: #757482;
}

.productOfDay #rater
{
	float: left;
/* 	margin: 5px 10px; */
}

/* PRODUCT LIST CATEGORIES*/
.categories
{
}

.category
{
	float: left;
	font-size: 11px;
	margin: 15px 0;
	min-height: 170px;
	width: 158px;
	text-align: center;
}

.category img
{
	border: none;
}

.category a:link,
.category a:visited
{
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #444444;
}

.category a:hover,
.category a:active
{
	color: #444444;
}

/* PRODUCT LIST*/
.products
{
	padding: 10px;
	font-size: 11px;
	float: left;
	margin: 15px;
	height: 200px;
	width: 340px;
	border: 2px dashed #b78bbe;
}

.products .name
{
	font-size: 15px;
	font-weight: bold;
}

.products .descshort
{

	margin: 10px 0;	
}

.products .price
{
	font-weight: bold;
}

.products .price_promo
{
	font-weight: bold;
	color: #FF0000;
}

.products a:link,
.products a:visited
{
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #444444;
}

.products a:hover,
.products a:active
{
	text-decoration: underline;
}


/* PRODUCT LIST*/
.productsMini
{
	font-size: 11px;
	float: left;
	margin: 10px;
	height: 124px;
	width: 186px;
	border: 2px solid #a099b8;
}

.productsMini img
{
	border: none;
}

.productsMini a:link,
.productsMini a:visited
{
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #444444;
}

.productsMini a:hover,
.productsMini a:active
{
	text-decoration: underline;
}

#toolTip
{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	font-size: 11px;
}

#toolTip h1
{
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#toolTip h2
{
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	padding: 0;
	margin: 0 0 5px 0;
}

#toolTip .stat
{
	text-align: right;
}
#toolTip .stat label
{
	margin-right: .5em
}
#toolTip .ui-rater span
{
	vertical-align: middle;
}
#toolTip .ui-rater-rating
{
	font-size: 11px;
	font-weight: bold;
	margin-left: .5em
}
#toolTip .ui-rater-starsOff,
#toolTip .ui-rater-starsOn
{
	display: inline-block;
	height: 18px;
	background: url(../images/stars.png) repeat-x 0 0px;
	behavior: url("/images/iepngfix.htc");
}
#toolTip .ui-rater-starsOn
{
	display: block;
	max-width: 90px;
	top: 0;
	background-position: 0 -36px;
}
#toolTip .ui-rater-starsHover
{
	background-position: 0 -18px!important;
}

/* PRODUCT LIST*/

.productsList
{
	
}

.productsList table
{
	border-collapse: collapse;
	border: 1px solid grey;
	width: 100%;
	padding: 0;
	marigin: 0;
	text-align: center;
}

.productsList td
{
	vertical-align: middle;
	padding: 4px;
	marigin: 0;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;	
}

.productsList .image
{
	width: 80px;
	height: 80px;
}

.productsList img
{
	border: none;
}

.productsList .image a:link,
.productsList .image a:visited
{
	display: block;
}

.productsList .name
{
	padding-left: 20px;
	text-align: left;
	width: 400px;
}

.productsList .red
{
	color: red;
}

.productsList .tabRow0
{
	background: #e0cfe1;
}

.productsList .tabRow0:hover
{
	background: #C299C8;
}

.productsList .tabRow1:hover
{
	background: #C299C8;
}

/* CONNECTIONS */
#connections
{
}

#connections .connection
{
	float: left;
	margin: 10px 5px;
	width: 100px;
	height: 100px;
	text-align: center;
}

#connections .connection .image
{
	min-height: 80px;
}

#connections .connection .image img
{
	border: none;
}
