* {
	margin: 0;
	padding: 0;
}

html {height: 100%}

body {
	font: 12px/18px 'Trebuchet MS', Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background:
		#7510a8
		url(../images/bg.jpg)
		repeat-x;
}

a {
	color: #0aade2;
	outline: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {margin: 0 0 18px}

img {
	border: none;
	padding:0;
	margin:0;
}

h1 {
	font-size:24px;
	color:#7410a8;
	letter-spacing:-1px;
	font-weight:normal;
	margin:0 0 20px 0;
}



h1 a {
	font-size:24px;
	color:#7410a8;
	letter-spacing:-1px;
	font-weight:normal;
	text-decoration:none;
}

h1 a:hover {
	text-decoration:underline;
}


input {
	font: 12px 'Trebuchet MS', Arial, Tahoma, Verdana, sans-serif;
	vertical-align: middle
}

textarea {
	font: 12px 'Trebuchet MS', Arial, Tahoma, Verdana, sans-serif;
}

hr {
	color:#fff;
	background:#fff;
	border:0;
	border-bottom:1px dashed #ccc;
	margin-bottom:20px;
}

#languages {
	color: #fff;
	text-align: right;
	float: right;
	width: 160px;
	word-spacing:7px;
	margin:-20px 40px 0 0;
}

#languages a:link, #languages a:visited {
	text-decoration: none;
}

#languages a:hover, #languages a:active {
	text-decoration: none;
	opacity: 0.8;
}



/* Top menu
-----------------------------------------------------------------------------*/
.topmenu {
	background:#025181 url(../images/topmenu_bg.png) repeat-x;
	height:35px;
}

.topmenu td {
	width:10%;
	text-align:center;
	white-space:nowrap;
}

.topmenu a {
	display:block;
	text-align:center;
	line-height:35px;
	color:#fff;
	text-decoration:none;
	padding:0 5px;
}

.topmenu a:hover {
	background:#025181 url(../images/topmenu_active.png) repeat-x;
	text-decoration:none;
}


/* Titles
-----------------------------------------------------------------------------*/

.leftgrey {
	background:#e7e7e7;
	width:6px;
	line-height:8px;
}

.midgrey {
	background:#e7e7e7;
	width:3px;
	line-height:8px;
}

.lefttitle {
	background: transparent url(../images/lefttitle.png) repeat-x;
	width:184px;
}

.lefttitle2 {
	background: transparent url(../images/lefttitle2.png) repeat-x;
	height:54px;
	line-height:54px;
}

.leftblock {
	width:184px;
}

.maintitle {
	background: transparent url(../images/maintitle.png) repeat-x;
	height:56px;
}

.redline {
	width:5px;
	line-height:8px
}

.redtitle {
	color:#ed255f;
	font-size:18px;
	letter-spacing:-1px;
	margin:17px 0 0 15px;
	white-space:nowrap;
}

.pathtitle {
	color:#fff;
	font-size:18px;
	letter-spacing:-1px;
	margin:17px 0 0 15px;
	white-space:nowrap;
}

.pathtitle a {
	color:#fff;
	font-size:18px;
	letter-spacing:-1px;
	text-decoration:none;
}

.pathtitle a:hover{
	text-decoration:underline;
}


/* Arrow list
-----------------------------------------------------------------------------*/

.arrowlist a {
	background: transparent url(../images/arrow.gif) 8px 8px no-repeat;
	padding: 2px 5px 2px 20px;
	position: relative;
	font-size: 12px;
	color: #333;
	text-decoration:none;
	display:block;
	border-bottom:1px dashed #ddd;
	margin:0 0 0 8px;
}

.arrowlist a:hover {
	background: #fee url(../images/arrow.gif) 10px 8px no-repeat;
}

.arrowlist a.active {
	background: #fee url(../images/arrow.gif) 8px 8px no-repeat;
}


.arrowlist .subcat a {
	background: transparent url(../images/arrow.gif) 18px 8px no-repeat;
	padding: 2px 0 2px 30px;
}

.arrowlist .subcat a:hover {
	background: #fee url(../images/arrow.gif) 20px 8px no-repeat;
}

.arrowlist .subcat  a.active {
	background: #fee url(../images/arrow.gif) 18px 8px no-repeat;
}


.subcat .subcat a {
	background: transparent url(../images/arrow.gif) 28px 8px no-repeat;
	padding: 2px 0 2px 40px;
}

.subcat .subcat a:hover {
	background: #fee url(../images/arrow.gif) 30px 8px no-repeat;
}

.subcat .subcat  a.active {
	background: #fee url(../images/arrow.gif) 28px 8px no-repeat;
}


.subcat .subcat .subcat a {
	background: transparent url(../images/arrow.gif) 38px 8px no-repeat;
	padding: 2px 0 2px 50px;
}

.subcat .subcat .subcat a:hover {
	background: #fee url(../images/arrow.gif) 40px 8px no-repeat;
}

.subcat .subcat .subcat  a.active {
	background: #fee url(../images/arrow.gif) 38px 8px no-repeat;
}



/* Product block
-----------------------------------------------------------------------------*/

.producttitle {
	text-transform: uppercase;
	color:#ed255f;
	font-size: 18px;
}

.producttitle a:link, .producttitle a:visited {
	text-transform: uppercase;
	color:#ed255f;
	text-decoration:none;
}

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

.productdesc {
	color:#333;
	height:92px;
	overflow:hidden;
}

.productprice {
	color:#ed255f;
	font-size: 30px;
  letter-spacing:-1px;	
}



.oldproductprice {
	color:#aaa;
	font-size: 14px;
  letter-spacing:-1px;
	text-decoration:line-through;
	margin-bottom:0px;
}

.productpricelabel {
	color:#777;
	font-size:18px;
}










/*
 Unsorted
----------------------------------------------------*/

.content {
	padding:0 20px 20px 20px;
}


.button {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 43px;
	background:
		transparent
		url(../images/button.png)
		0 0
		no-repeat;
	width: 156px;
	height: 43px;
	text-align:center;
	color:#fff;
}

.button:hover {
	background:
		transparent
		url(../images/button.png)
		0 -43px
		no-repeat;
}

.button a:link, .button a:visited {
	text-transform: uppercase;
	line-height: 43px;
	color:#fff;
	font-size: 12px;
	text-decoration:none;
	display:block;
}

.button a:active, .button a:hover {
	text-decoration:none;
}


.cartcell {
	height:60px;
	color:#fff;
	font-size:36px;
	letter-spacing:-1px;
}

.cart_header {
	color:#fff;
	background:#ed255f;
	font-weight:bold;
}

td.cart_contents {
	border-bottom:1px dotted #777;
	padding:5px;
}

.pages {
	color:#000;
	font-size: 14px;
}

.pages a:link, .pages a:visited {
	display:inline-block;
	font-size: 14px;
	color:#0aade2;
	border:1px solid #ccc;
	padding:1px 6px;
	text-decoration:none;
	
}

.pages a:active, .pages a:hover {
 
	color: #000;
	background:#0aade2;
	text-decoration: none;
 
}

.pages a:link.pagesact, .pages a:visited.pagesact, .pages a:hover.pagesact, .pages a:active.pagesact {
	display:inline-block;
	position:relative;
	color: #000;
	background:#0aade2;
	border:1px solid #ccc;
	padding:1px 6px;
}


.image {
	position:relative;
	top:10px;
	width:120px;
	height:120px;
	background-position:center center;
	background-repeat:no-repeat;
	margin: 0 25px;
	cursor:pointer;
	opacity: .99;
	filter: alpha(opacity=100);
	-moz-opacity:1.0; 
}

.image:hover {
	opacity: .70;
	filter: alpha(opacity=70);
	-moz-opacity:0.7; 
}


.simage {
	position:relative;
	top:10px;
	width:120px;
	height:140px;
	background-position:center center;
	background-repeat:no-repeat;
	margin: 0 25px;
	float:left;
	cursor:pointer;
	opacity: .99;
	filter: alpha(opacity=100);
	-moz-opacity:1.0; 
}

.simage:hover {
	opacity: .70;
	filter: alpha(opacity=70);
	-moz-opacity:0.7; 
}

.smallimage {
	position:relative;
	width:120px;
	height:120px;
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
	border:0px;
	background-color:#fff;
	float:left;
}

#paramtable table {
	border-collapse:collapse;
	width:300px;
}

#paramtable th {
	display:none;
}

#paramtable td {
	padding:3px 10px;
}


.even {
	background:#A88748;
	color:#000;
}

.odd {
	background:#C8A155;
	color:#000;
}

.filterselect {
	background:#fff;
	color:#333;
	font-size:12px;
	border:1px solid #aaa;
}

.filterselect option {
	padding:0 5px;
}



#header {
	width:976px;
	height:209px;
	background:
		transparent
		url(../images/header.gif)
		no-repeat;
	margin:0px auto;
	text-align:left;
}

#headercont {	
	position:absolute;
	text-align:center;
	width:100%;
}


#container {
	width:900px;
	margin:0 auto;
	background:
		#fff
		url(../images/flowers.gif)
		right 70px
		no-repeat;
	padding-top:250px;
}

#menu {
	margin-left:30px;
	color:#fff;
}

#menu a {
	color:#fff;
	font-size:14px;
	line-height:30px;
	text-decoration:none;
}

#menu a:hover {
	color:#fcf;
	text-decoration:none;
}

#copyright {
	background:
		#7511a8
		url(../images/footer.png)
		center
		repeat-y;
	line-height:36px;
	color:#fff;
	text-align:center;
}

.menu_top {
	margin-top:70px;
	width:225px;
	height:18px;
	background:url(../images/menu_top.gif) no-repeat;
}

.menu_bottom{
	width:225px;
	height:18px;
	background:url(../images/menu_bottom.gif) no-repeat;
}

.menu_list{
	width:225px;
	background:url(../images/menu_bg.gif) repeat-y;
}

#cart {
	position:absolute;
	margin-left:750px;
	margin-top:100px;
	width:150px;
	text-align:right;
}

.catblock {
	text-align:center;
	width:120px;
	height:120px;
	float:left;
}

.clear {
	clear:both;
}

.star {
	color:#ed255f;
}
