#nav {
    height: 35px;
}

    #nav ul {
            list-style-type: none;
            margin: 0px;
            padding: 0px 30px!important;
    }

            #nav ul li {
                    float: left;
                    padding: 0px 0px 0px 0px;
                    border-right: 1px solid #7D7D7D;
            }

                    #nav ul li li a span.children {
                            background: transparent url(../images/arrow.gif) left top;
                            position: absolute;
                            right: 10px;
                            top: 7px;
                            display: block;
                            width: 10px;
                            height: 10px;
                    }

                    #nav ul li a {
                            font-weight: normal;
                            display: block;
                            font-size: 12px;
                            color: #ffffff;
                            padding: 10px 10px;
                            line-height: 15px;
                    }

            #nav ul li.last {
                    background: none;
                    border-right: 0px;
            }

                    #nav ul li.selected a {
                            background: #00954A;
                    }



.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}

.sf-menu {
	line-height:	1.0;
}

	.sf-menu ul {
		position:		absolute;
		top:			-999em;
		width: 180px;
		
	}

		.sf-menu ul li {
			width:100%;
		}

		.sf-menu li:hover {
			visibility:		inherit; /* fixes IE7 'sticky bug' */
		}

		.sf-menu li {
			position:		relative;
			z-index:9;
		}

		.sf-menu a {
			display:		block;
			position:		relative;
			text-decoration: none;
		}

		.sf-menu li:hover ul,
		.sf-menu li.sfHover ul {
			left:			-30px;
			top:			36px; /* match top ul list item height */
			z-index:		99;
		}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			151px; /* match ul width */
	top:			0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			151px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu ul {
}
	
	.sf-menu ul.level2 li {
		background: none!important;
		border-right: 0px!important;
		border-bottom: 1px solid #A1A1A1;
	}

	.sf-menu li.sfHover a,
	.sf-menu li a:hover {
		background-color: #00954A!important;
	}
		.sf-menu li.sfHover ul a,
		.sf-menu li.selected ul a {
			background:	#787878!important;
		}

		.sf-menu ul li a {
			background:	#2A90BA!important;
			padding: 5px 15px!important;
			font-weight: normal!important;
			width: 150px;
		}
		.sf-menu ul li.selected a {
			background:	#00954A!important;
		}
		.sf-menu ul li.sfHover a,
		.sf-menu ul li a:hover {
			background-color: #00954A!important;
		}
			.sf-menu ul li.sfHover ul a,
			.sf-menu ul li.selected ul a {
				background:	#989898!important;
			}



			.sf-menu ul ul li a {
				background:	#2A90BA!important;
				padding: 5px 15px!important;
				font-weight: normal!important;
				width: 150px;
			}
			.sf-menu ul ul li.selected a {
				background:	#00954A!important;
			}
			.sf-menu ul ul li.sfHover a,
			.sf-menu ul ul li a:hover {
				background-color: #00954A!important;
			}
				.sf-menu ul ul li.sfHover ul a,
				.sf-menu ul ul li.selected ul a {
					background:	#989898!important;
				}



				.sf-menu ul ul ul li a {
					background:	#2A90BA!important;
					padding: 5px 15px!important;
					font-weight: normal!important;
					width: 150px;
				}
				.sf-menu ul ul ul li.selected a {
					background:	#00954A!important;
				}
				.sf-menu ul ul ul li.sfHover a,
				.sf-menu ul ul ul li a:hover {
					background-color: #00954A!important;
				}
					.sf-menu ul ul ul li.sfHover ul a,
					.sf-menu ul ul ul li.selected ul a {
						background:	#989898!important;
					}


.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
	text-decoration: none!important;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}


#sale {
background-color: #BF4948!important;
}


#left-nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    #left-nav ul li {
        width:205px;
        background: #4c4c4c;
        margin-bottom: 1px;
    }

        #left-nav ul li.selected {
            
        }

        #left-nav ul li a {
            color: #fff;
            padding: 3px 5px 5px 5px;
            display: block;
        }

        #left-nav ul li.selected a {
           background: #00954a;
        }

    #left-nav ul li ul {
        
        padding: 0px 15px 0px 15px;
    }

        #left-nav ul li ul li {
            width: 175px;
        }

         #left-nav ul li ul li a,
         #left-nav ul li.selected ul li a{
            background: none;
        }

            #left-nav ul li ul li.selected a {
               
            }

#content h2 {
	font-size: 140%;
	margin-bottom: 5px;
}

#content .formcontainer h2 {
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 5px;
	color: #00954a;
	margin-bottom: 10px;
	margin-top: 10px;
}



@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;

	border: 1px solid #4c4c4c;
	width: 100px;
	z-index: 0;
	float: left;
	display: inline;
	margin: 4px 4px 4px 0;
	font-size: 12px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #444;
	padding: 0;
	background-color:#fff;
}
.jquery-selectbox.selecthover {
	border-color: #4c4c4c;
	background-color: #fff;
	background-image: url("../images/bg-TextFieldFocused.gif");
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 0px 0px 0px 3px;
	width: 105px;
	height:15px;
	display: block;
	overflow: hidden; 
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 16px;
	padding: 2px;
	left: 0px;
	background: #fff;
	width: 250px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #4c4c4c;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("../images/lay-selectMoreButton.gif");
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("../images/lay-selectMoreButtonHover.gif");
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #bbbbbb;
	color: #fff;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	width:120px;	 
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../images1/bg-TextFieldError.gif");

}


/*-----------------------------------------news-wrapper----------------------------*/

.news-wrapper {
	margin-bottom: 30px;
}

	.news-wrapper .n-image {
		float: left;
		margin-right: 20px;
	}
	
	.news-wrapper .news {
		padding: 0px;
		margin: 0px;
	}
	
		.news .date {
			color: #8c8c8c;
		}
		
		.news .title {
			/*+*/
		}
		
		.news .text {
			/*+*/
		}
		
		.news .more {
			/*+*/
		}
		
		.news .url {
			/*+*/
		}

@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 16px;
	font-size:0px;
	border: 1px solid #bbb;
	width: 135px;
	z-index: 0;
	float: left;
	display: inline;
	margin: 4px 4px 4px 0;
	font-size: 12px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0;
	background: #fff url("../images/bg-TextField.gif");
}
.jquery-selectbox.selecthover {
	border-color: #ccc;
	background-color: #fff;
	background-image: url("../images/bg-TextFieldFocused.gif");
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 3px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	width:110px;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 16px;
	padding: 2px;
	left: 0px;
	background: #fff;
	width: 135px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #ccc;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("../images/lay-selectMoreButton.gif");
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("../images/lay-selectMoreButtonHover.gif");
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #87683d;
	color: #eee;
}

.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	width:135px;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../images/bg-TextFieldError.gif");
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

#sitemap {
	list-style: none;
	line-height: 18px;
}
	#sitemap a {
		text-decoration:none;
	}
	#sitemap a:hover {
		text-decoration:underline;
	}

	#sitemap ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}

	#sitemap.level0 {
		padding-left: 0px;
		margin-left: 0px;
	}

	#sitemap.level0 li {
		margin: 0px;
		list-style-image: none;
	}
	
		#sitemap.level0 div {
			padding-left: 25px;
			font-size: 12px;
			font-weight: bold; 
			background: url(sitemap/tree-root.gif) no-repeat 7px center;
		}
	
	#sitemap .level1 li {
		margin-left: 12px;
		background: url(sitemap/tree-item-bg.gif) repeat-y;
	}
	
		#sitemap .level1 li div {
			padding-left: 35px;
			font-size: 11px;
			font-weight: normal;
			background: url(sitemap/tree-item.gif) no-repeat left top;
		}
	
	#sitemap .level2 li {
		margin-left: 25px;
	}

	#sitemap li.last {
		background: none;
	}
	
		#sitemap li.last div {
			background: url(sitemap/tree-item-last.gif) no-repeat left top;
		}
		
	/* Spalvos */
	#sitemap .level1 div {
	}
	
	#sitemap .level4 {
		color: blue;
	}
	

table {
	border-collapse: collapse;
}

/* forms */
.formcontainer {
	margin:0px;
	padding:0px;
}

	.formcontainer p input,
	.formcontainer p textarea,
	.formcontainer p select option {
		color: #000000;
	}

	.formcontainer p.resizeable,
	.formcontainer p.unresizeable {
		padding-bottom: 10px;
	}

	.formcontainer p.title {
		margin-bottom: 2px;
	}
		.formcontainer p.title span {
		}

		.formcontainer p.title span.error {
			color: #E40000;
		}


	.formcontainer p.resizeable input,
	.formcontainer p.input input,
	.formcontainer p.resizeable select {
		border: 1px solid #d8d8d8;
		width: 40%;
	}

	.formcontainer p.resizeable textarea {
		border: 1px solid #d8d8d8;
		overflow:auto;
		width: 70%;
	}

	.formcontainer p.button {
		padding-top: 10px;
	}


		.formcontainer p.button input {
			border: 1px solid #00954a;
			background: #00954a;
			color: #ffffff;
			font-weight: bold;
			font-size: 100%;
			padding: 3px 20px;
		}


/* CSS Document */
body, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, form {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

textarea {
	overflow: auto;
}

html {
	height: 100%;
}

body {
	height: 100%;
	text-align: center;
	font-family: arial;
	font-size: 11px;
	background-color: #f7f7f7;
}

	#wrapper {
		position: relative;
		width: 990px;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}	
	
	#tmp-spacer {
		width: 990px;
		height: 590px;
	}
	
	#container {
		position: absolute;
		text-align: left;
		width: 990px;
		height: 590px;
		top: 50%;
		margin-top: -295px;
		background: url(../images/center.gif) no-repeat;
	}
		
		#header {
			position: relative;
			height: 135px;
			background: url(../images/header.gif) no-repeat;
		}
		#header2 {
			position: relative;
			height: 21px;
			background: url(../images/header.gif) no-repeat left top ;
		}
		
			#new {
				position: absolute;
				left: 800px;
				top: 21px;
			}
		
		#nav {
			height: 35px;
			background: #4c4c4c;
			margin: 0px 21px 32px 21px;
		}
		
		#flash {
			width: 506px;
			height: 303px;
			float: left;
			background: #cccccc;
			margin-left: 59px;
			display: inline;
			background: url(../images/flash.jpg) no-repeat;
		}
		
		#content-wrapper {
			display: inline;
			width: 270px;
			height: 303px;
			background: #F7F7F7;
			float: left;
			margin-left: 60px;
			font-family: arial;
			font-size: 11px;
			line-height: 17px;
		}

			#content1 {
				height: 67px;
				padding: 10px;
				margin: 10px 10px 0px 10px;
				background: #E7E7E7;
			}
			
			#content2 {
				height: 68px;
				padding: 10px;
				margin: 10px 10px 0px 10px;
				background: #E7E7E7;
			}

			#content3 {
				height: 68px;
				padding: 10px;
				margin: 10px 10px 0px 10px;
				background: #E7E7E7;
			}

				#created {
		        	height: 60px;
		        }
		        
		        			#created-wrapper {
		        				float: left;
		        				padding: 5px 0px 0px 25px;
		        				font-family: tahoma;
		        				font-size: 11px;
		        				color: #1E270E;
		        			}
		        
		        			#created .logo {
		        				float: left;
		        				padding: 5px 0px 0px 5px;
		        			}
		        
		        				#created .logo a {
		        					display: block;
		        					background: transparent url(../images/sys/puslapis.gif) no-repeat;
		        					width: 53px;
		        					height: 14px;
		        				}
		        
		        					#created .logo a span {
		        						display: none;
		        					}
		        					
		                        #copyright-wrapper {
		                            font-family: arial;
		            				font-size: 11px;
		            				color: #1E270E;
		                        	float: right;
		                        	padding: 5px 19px 0px 0px;
		                        }
		
		#footer {
			font-size: 11px;
			color: #8c8b8b;
			margin: 30px 0px 0px 61px;
		}

/*-------------------------page----------------------------*/
	#box {
		width: 990px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		background: url(../images/container.gif) repeat-y;
	}
		
		h1.logo {
			padding: 38px 0px 0px 76px;
		}
		
			h1.logo a,
			h1.logo b {
				display: block;
				background: transparent url(../images/logo.gif) no-repeat;
				width: 476px;
				height: 75px;
			}
			
				h1.logo a span,
				h1.logo b span {
					display: none;
				}
		
		#nav {
			margin: 0px 21px 27px 21px;
		}
			
			#nav ul {
				list-style: none;
				padding: 0px;
				margin: 0px;
			}
			
			#nav ul li {
				float: left;
				color: #fff;
			}
			
			#nav ul li a {
				color: #fff;
			}
			
		#c-wrapper {
			width: 830px;
			margin-left: 80px;
		}
		
		h2.title {
			font-size: 24px;
			color: #00954a;
			font-weight: normal;
			border-bottom: 1px solid #d8d8d8;
			padding: 0px 0px 5px 0px;
		}
		
		#content {
			color: #000000;
			font-size: 12px;
			line-height: 18px;
			padding: 25px 0px 0px 0px;
			height: 300px;
			border-bottom: 1px solid #d8d8d8;
		}
		#contentpage {
			color: #000000;
			font-size: 12px;
			line-height: 18px;
			padding: 20px 0px 0px 0px;
		}
			
			*> #content {
				min-height: 300px;
				height: auto;
			}			
			
			#content a {
				color: #00954a;
				text-decoration: none;
			}
			
			#paginator {
				border-top: 1px solid #d8d8d8;
				font-size: 18px;
				padding: 10px 0px 0px 0px;
			}

			#paginator-top {
				border-bottom: 1px solid #d8d8d8;
				font-size: 18px;
				padding: 10px 0px;
				text-align: center;
			}

				#paginator-top a {
					padding: 0px 10px;
					color: #00954A;
				}

				#paginator-top b {
					padding: 0px 10px;
					color: #000000;
				}

			#paginator-bottom {
				border-top: 1px solid #d8d8d8;
				font-size: 18px;
				padding: 10px 0px;
				text-align: center;
			}

				#paginator-bottom a {
					padding: 0px 10px;
					color: #00954A;
				}

				#paginator-bottom b {
					padding: 0px 10px;
					color: #000000;
				}


			
	.page #footer {
		height: 51px;
		margin: 0px;
		padding: 30px 0px 0px 80px;
		background: url(../images/footer.gif) no-repeat left bottom;
	}
	.page #footer2 {
		height: 21px;
		margin: 0px;
		padding: 20px 0px 0px 80px;
		background: url(../images/footer.gif) no-repeat left bottom;
	}

.fl {
    float: left;
}

/* Clear Fix */

.clearfix:after {
	content: ".";
	display: block;
	font-size: 0px;
	line-height: 0px;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

* html .clearfix {
	height: 1px;
}			




.editor {
    border:  1px solid #d8d8d8;
}

.editor tr {
    border-bottom:  1px solid #d8d8d8;
}
    .editor tr td {
       border-bottom:  1px solid #d8d8d8;
    }

    .editor .up {
        display: block;
        width: 23px;
        height: 48px;
        background: url(../images/up.gif) no-repeat;
    }
        .editor .up span,
        .editor .down span {
            display: none;
        }
    
    .editor .down {
        display: block;
        width: 23px;
        height: 48px;
        background: url(../images/down.gif) no-repeat;
    }

    .editor .edit {
        display: block;
        width: 100px;
        height: 30px;
        background: url(../images/edit.gif) no-repeat;
    }
        .editor .edit span,
        .editor .delete span {
            display: none;
        }

    .editor .delete {
        display: block;
        width: 30px;
        height: 30px;
        background: url(../images/delete.gif) no-repeat;
    }

    .editor .title  {
         padding: 8px 11px;
    }

.add {
     background: #ebebeb;
     padding: 10px;
}

    .addbutton {
        display: block;
        width: 186px;
        height: 41px;
        background: url(../images/add.gif) no-repeat;
   

    }


    .item input.text {
        border: 1px solid #d8d8d8;
        width: 400px;
        height: 20px;
    }

    .item .textarea,
    .item .select {
        border: 1px solid #d8d8d8;
        width: 400px;
    }

    .item table tr td {
        padding: 0px 10px 5px 0px;
    }

    .item .submit {
        width: 160px;
        height: 40px;
        background: url(../images/save.gif) no-repeat;
        border: none;
    }

    .item a.delete {
        display: block;
        width: 30px;
        height: 30px;
        background: url(../images/delete.gif) no-repeat;
        margin-bottom: 12px;
    }

    .item a.delete span {
        display: none;
    }

    table.files tr td {
        padding: 0px 0px 20px 0px;
    }


    .product {
		cursor: pointer;
        width: 200px;
        height: 275px;
        float: left;
        margin: 0px 2px 0px 0px;
        display: inline;
    }
        .info.selected {
            color: #fff;
            background: #00954a;
        }

        #content .info.selected h2,
        #content .info.selected .seller,
        #content .info.selected .price,
        #content .info.selected .sell,
        #content .info.selected a {
            color: #fff;
        }

        .product .image {
            text-align: center;
            height: 200px;
            width: 200px;
        }

        .product .info {
            height: 88px;
            border: 1px solid #ebebeb;
            position: relative;
            padding: 10px 10px 0px 10px;
        }

            #content .info h2 {
                font-size: 12px;
                font-weight: bold;
                color: #000000;
            }

            .info .seller {
                color: #8f8f8f;
                font-size: 10px;
            }

            .info .price {
                font-size: 18px;
                color: #00954a;
            }

            .info .price.insell {
                   font-size: 15px;
                   text-decoration: line-through;
            }

            .info .sell {
                font-size: 18px;
                color: #ff803b;
            }

            .info .more {
                position: absolute;
                right: 9px;
                bottom:5px;
            }


#big-image {
    width: 415px;
    height: 415px;

    border: 1px solid #d8d8d8;
    margin: 0px 20px 10px 0px;

}

.small-image {
    border: 1px solid #d8d8d8;
    display: inline-block;
    float: left;
    margin-right: 1px;
}

#search-w {
   background: #ebebeb;
   padding:10px;
   position: relative;
}

#search-w span {
    float: left;
}

#search-w select {
    width: 135px;
    border: 1px solid #d8d8d8;    
}

#search-w p {
    width: 147px;    
}

#search-w .search {
    width: 186px;
    height: 41px;
    background: url(../images/search.gif) no-repeat;
    border: none;
    float: right;
}

.customselect {

}

