body
{
	background: #ffffff url(../img/body-top.jpg) top repeat-x;
	font-family:tahoma;
	color: #333;
	margin: 0 auto;
	padding: 0;
	width:100%;
        font-size:13px;
}

a
{
	color: #2F396F;
	text-decoration: none;
}

h3
{
	font-size:11px;
}

a:hover
{
	text-decoration: underline;
}

div.page
{
	font-size: 12px;   
	margin:0 auto;
	width:1000px;
}
div.header
{
	margin: 0;
        padding:0;
        height:120px;
	margin:0 auto;
	width:920px;
}
div.logo
{
	width:348px;
	height:75px;
	margin-left: -30px;
        margin-top: 8px;
}
div.slogan
{
	color: #666666;
	font-size: 14px;
	padding-top: 27px;
        margin: -10px 0 3px 49px;
	font-family: arial narrow;
}
div.inventory
{
	padding:2px;
	text-transform: uppercase;
	font-size: 0.8em;
}
div.inventory a{
    color: #2F396F;
}

div.login
{
	width:450px;
	margin:5px 0 0 0;
	float:left;
}

ul.inv
{
	padding: 0;
	margin:-19px -507px 0 0;
}
ul.inv li
{   
}
ul.inv li a
{
	text-decoration: none;
	padding:0 5px;
	font-weight:bold;
}
ul.inv li a:hover
{
	text-decoration: underline;
}
div.lang-switch
{
	margin-top: 6px;
}
div.lang-switch select
{
	font-size: 0.9em;
}
ul.inv li.xml-button
{
	padding: 3px 0 0 0;
	*padding: 0;
}



.top-menu
{
    margin:1px 0 0;
    padding:0;
    float:left;
}
.top-menu ul
{
    margin:0;
    padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:0;
	margin-top:0px;
	list-style-type:none;
	font-weight:bold;

}

.top-menu ul li
{
	 float:left;
	display:inline;
	margin-left:2px ;
	padding-bottom:0px;


}
.top-menu ul li a
{
	color:#2F396F;
	background:url('../img/menubg.gif')  left top no-repeat;
	padding:0 0 0 8px;
	display:block;
	float:left;
	font-family:tahoma;
}


.top-menu ul li a span 

{
	background:url('../img/menubg.gif')  right top no-repeat;
	float:left;
	display:block;
	padding:10px 8px 11px 3px;
}


.top-menu ul li a:hover
{
	color:#2b649d;
	background:url('../img/menubg.gif')  left -43px no-repeat;
	padding:0 0 0 8px;
	display:block;
	float:left;
	text-decoration:none;
}


.top-menu ul li a:hover span 

{
	background:url('../img/menubg.gif')  right -43px no-repeat;
	float:left;
	display:block;
	padding:10px 8px 11px 3px;
	text-decoration:none;
}

div.top-menu .home
{
	padding:0;
	margin:0;
}

div.top-menu .home a
{
		padding:0 0 0 9px;
}

div.top-menu .home a span
{
	padding:0;
	margin:0;
}

div.top-menu .home a:hover
{
		padding:0 0 0 9px;
}

div.top-menu .home a:hover span
{
	padding:0;
	margin:0;
}

.top-menu .home img
{
	margin-top:3px;
	padding:4px 10px 7px 2px;
}

ul.menu li.active div
{
	color:#2F396F;
	background:url('../img/menubg-active.gif')  left top no-repeat;
	padding:0 0 0 8px;
	display:block;
	float:left;
	font-family:tahoma;
        line-height:13px;
        padding:0 0 0 5px;

}

ul.menu li.active div span
{
	background:url('../img/menubg-active.gif')  right top no-repeat;
	float:left;
	display:block;
	padding:10px 8px 11px 3px;
}

.searchbox
{
	background:url(../img/searchbg.gif) repeat-x center;
	padding:0;
	height:34px;
}

div.top-menu .searchbox a
{
	background:none;
}

div.top-menu .searchbox a span
{
	background:none;
}

div.top-menu .searchbox a:hover
{
	background:none;
	padding:0;
	margin:0;
		padding:0 0 0 8px;
}

div.top-menu .searchbox a:hover span
{
	background:none;
	padding:0;
	margin:0;
}

.searchbox #searchboxl
{
	background:url(../img/searchroundl.gif) no-repeat left top;
	width:8px;
	height:34px;
}

.searchbox #searchboxr
{
	background:url(../img/searchroundr.gif) no-repeat right top;
	width:8px;
	height:34px;
}



div.title
{
         padding-top:6px;   
}

div.title a
{
        
}

div.title a:hover
{
        text-decoration:underline;
}

/*div.regtitle
{
        padding-bottom:0;
        padding-left:10px;
        padding-right:0;
        padding-top:12px;
}*/

div.descborder
{
		/*
        border: 1px solid #ccc;
        border-top:0;
        border-bottom:0;
		*/
		padding: 0px 5px 5px;
}

div.search-form
{
	font-size: 0.9em;
	padding-bottom:0;
        padding-left:12px;
        padding-right:23px;
        padding-top:20px;
}
input.what
{
	border: 1px solid #2F396F;
	height: 18px;
	padding: 2px 0 0 0;
}
input.text
{
	border: 1px solid #2F396F;
	padding: 2px 0 0 0;
	height: 18px;
}
textarea
{
	border: 1px solid #ccc;
}
input.button
{
	border: 1px solid #2F396F;
	background: #ccc;
	font: 11px Arial, Verdana;
	text-transform: uppercase;
	color: #000000;
	height: 22px;
	cursor: pointer;
}
input.button:hover
{
	color:#ffffff;
}
input, textarea
{
	font-family: Verdana;
	font-size: 1em;
}
div.footer
{
	text-align: center;	
	margin: 0 auto;
	padding: 10px 10px;
	border-top: 1px solid #2F396F;
	text-transform: uppercase;
	font-size: 0.8em;
        color: #666666;
	height:40px;
        background: #eeeeee;
}

div.footer h3
{
	text-align:left;
	color:#2F396F;
	padding:0 0 8px 0;
	margin:0;
}

div.footer a
{
    color:#2F396F;
	text-decoration: none;
	text-transform:none;
	font-family:verdena;
	font-size:12px;
}

div.footer a:hover
{
	text-decoration:underline;
}

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

div.footer ul li
{
	padding:0;
	margin:0;
	text-align:left;
}

div.footer .footerleft
{
	width:120px;
	float:left;
	margin:0 4px;
}


div.copyright
{
	margin-top: 12px;
	font-size: 1.1em;
	text-transform: none;
}

div.content
{
	padding-bottom: 10px;
	margin-top:64px;
}
p
{
	padding: 0;
	margin: 17px 10px;
        line-height:17px;
}
p.date
{
	font-size: 0.9em;
}
p.news
{
	margin-top: 5px;
}
p.last
{
	margin-top: 5px;
	text-align: right;
}
img
{
}
form
{
	padding: 0;
	margin: 0;
}
form a{
        color: #2F396F;
}
div.breadcrumb
{
	margin: 10px 0;
	font-size: 0.9em;
}
h1
{
	color: #444;
	font-size: 2.0em;
	font-weight: normal;
	font-family: Georgia;
	margin: 5px 0;
	padding: 5px 0 0 0;
}
h2
{
	font-size: 1.6em;
	font-weight: normal;
	margin: 10px 0 10px 0;
	padding: 0;
	text-transform:none;
}
div.field
{
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 10px;
}
a.title
{
	font-weight: bold;
}
div.url
{
	color: #0066CC;
	font-style: italic;
	font-size: 0.9em;
}
div.description
{
	width: 100%;
}
div.stat
{
}
div.stat img
{
}
div.pr_stat
{
}
.categories
{
        font-size:11px;
}
.categories a
{
	color:#2F396F;
        font-size:12px;
        font-weight:bold;
}
.categories a:hover
{
        font-weight: bold;
        color: #ff6600;
        text-decoration: underline;
}
.categories div.col
{
}
.categories div.last
{
}
.categories img
{
	vertical-align: middle;
	margin-right: 8px;
        margin-top:-4px;
}

div.subcategories
{
       
}
div.subcategories a
{
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
        color: #565757;
}

div.subcategories a:hover
{
        font-weight: normal;
}

.categories div.divider
{
}
.categories div.categ
{
}
.no
{
}
a.no
{
}
.editor-welcome
{
	padding: 0;
	text-align: left;
}
.editor-content
{
	padding: 0;
	text-align: center;
}
div.notification
{
}
div.error
{
}
div.notification ul, div.error ul
{
}
div.navigation
{
	clear: both;
	margin: 15px 0;
	font-size: 0.9em;
}
div.navigation a
{
	text-decoration: none;
	border: 1px solid #ccc;
	background: #eee;
	padding: 0 4px;
}
div.navigation a:hover
{
	background: #fff;
}
div.navigation span
{
	border: 1px solid #ccc;
	padding: 0 4px;
	background: #eee;
}
div.navigation span.active
{
	background: #fff;
}
div.pagerank
{
}
div.inner-pagerank
{
}
div.pr-text
{
}
div.preview
{
}
div.adsense
{
	margin: 10px 0;
	text-align: center;
}
div.box
{
}

div.roundhead
{
        background:  url('../img/headbg.jpg') repeat-x top;
}

div.tr
{
        background:  url('../img/tr.jpg') no-repeat top right;
}

div.tl
{
        background:  url('../img/tl.jpg') no-repeat top left;
}

div.roundbot
{
        background:  url('../img/roundbot.jpg') repeat-x bottom;
        height:7px;
}

div.br
{
        background:  url('../img/br.jpg') no-repeat bottom right;
        height:7px;
}

div.bl
{
        background:  url('../img/bl.jpg') no-repeat bottom left;
        height:7px;
}

div.box-caption-movable
{
        color:#2f396f;
        font-size:12px;
        font-weight:bold;
        line-height:28px;
        margin:0;
        padding-left:10px;
        text-transform:uppercase;
}
div.box-caption-fixed
{
	line-height: 26px;
	margin: 0;
	font-size: 12px;
    font-weight:bold;
	text-transform: uppercase;
    padding-left:10px;
}
div.box-content-fixed
{       
        border: 1px solid #915454;
	padding: 10px;
        background: #FFFFFF;
        border-left:1px solid #CCCCCC;
        border-right:1px solid #CCCCCC;
        border-style:none solid;
        border-width:0 1px;
}
div.box-content-fixed a{

}
div.box-content-movable
{
	border-top: 0;
        background: #fff;
        border-left:1px solid #CCCCCC;
        border-right:1px solid #CCCCCC;
        border-style:none solid;
        border-width:0 1px;
        padding:10px;
}


div.box-content-movable p
{
        margin:6px 0;
}

div.box-content
{
	padding: 10px;
}
div.featured-listing
{
	margin: 5px 0;
}
div.featured-listing a
{
	margin: 5px 0;
}
div.sponsored-listing
{
	margin: 5px 0;
}
div.sponsored-listing a
{
	margin: 5px 0;
}
div.partner-listing
{
	margin: 5px 0;
}
div.partner-listing a
{
	margin: 5px 0;
}
span.highlight
{
	background: #FAF3C1;
	color: #000;
	font-weight: bold;
}
ul.account-menu
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 20px;
	margin-top: 10px;
}
ul.account-menu li
{
	background: url('../img/bullet.gif') left no-repeat;
	padding-left: 10px;
}
div.comment
{
}
div.posted
{
	margin: 5px 0;
	font-size: 0.9em;
	font-style: italic;
}
hr
{
	background: #ccc;
	height: 1px;
	border: none;
	margin: 10px 0;
}
div.comment-approval
{
	font-size: 0.9em;
	color: #666;
}
p.user
{
	padding: 0;
	margin: 8px 0;
}
div.news-title
{
	font-weight: bold;
	margin: 0 0 5px 0;
}
div.news-date
{
	font-size: 0.9em;
	text-align: right;
	margin: 0 0 10px 0;
}
td.left-column
{
	width: 180px;
	padding: 0 10px 10px 0;
}
td.center-column
{
}

td.center-column ul li
{
       line-height:17px;
       margin:5px 0;
}
td.right-column
{
	width: 180px;
	padding: 0 0 10px 10px;
}
p.field
{
	font-size: 0.9em;
	margin: 0 0 10px 0;
}
p.field-captcha
{
}
div.categories-tree
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #ccc;
}
ol
{
	padding: 0;
	margin: 0 0 0 30px;
}
.suspended
{
	background-color: #eee;
}
.approval
{
	background: #E9CFCF;
}
div.admin-approve
{
	margin: 10px;
}
div.waiting
{
}
div.dbx-box
{
}
div.dbx-handle
{
}
fieldset
{
	padding: 0 10px 10px 10px;
	margin: 10px 1px;
	border: 1px solid #ccc;
}
legend
{
	padding: 2px 5px;
}
td.listing
{
	padding: 5px 0;
}
div.listings
{
	border-top: none;
}

/*** Styles for Listing Box Starts here ***/
div.listings div.tl, 
div.listings div.tr, 
div.listings div.bl, 
div.listings div.br, 
div.listings div.roundhead, 
div.listings div.roundbot {
	background: none;
}
div.listings td.listing {
	padding: 0px;
}

div.listings div.title {
	padding-left: 5px;
}
div.listings div.title a {
	color: #808000;
}
div.listing-sorting
{
	height: 25px;
	background-color: #EAE8E9;
	border: 1px solid #ccc;
	margin-top: 10px;
}
div.sorting-text {
	width: 350px;
	float: right;
	padding: 7px 6px 4px 0px;
	font-size: 9px;
	font-weight: bold;
	text-align: right;
	color: #333333;
}
div.sorting-text a
{
	font-weight: bold;
}

/*** Styles for Listing Box Ends here ***/

div.listings div.area
{
	border: 1px solid #ccc;
}
div.listings div.icon
{
	border: 1px solid #ccc;
	font-size: 1em;
}
/*
** Collapsing fieldsets
*/
html fieldset.collapsed {
}
html fieldset.collapsed * {
}
html fieldset.collapsed legend {
}
html fieldset.collapsible legend a {
}
html fieldset.collapsed legend a {
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html fieldset.collapsed legend,
* html fieldset.collapsed legend *,
* html fieldset.collapsed table * {
}
html fieldset.collapsible legend a 
{
}

/* Tree CSS */
ul.tree
{
}
ul.tree li
{
	font-size:12px;
}

ul.tree a
{
}

div.tree-col
{
}

img.tree-icon-collapsed
{
}
img.tree-folder-collapsed
{
}

img.tree-icon-expanded
{
}

img.tree-icon-space
{
}

img.tree-folder-expanded
{
}
img.tree-cat-locked
{
}
img.tree-cat-crossed
{
}

/* Suggest listing */
img.edit-field
{
}
img.field_tooltip
{
}
/* JS Box notification */
div.js_notification
{
}
#tooltip
{
}
#tooltip h3, #tooltip div 
{
}

/* quick search */
div.quickSearch
{
}

div.quickSearchItem
{
}
div.quickSearchItem h3
{
}
div.quickSearchItem:hover
{
}

/* version 2.3 */

/* Comments stars */
div.rating-star-no-fill
{
}
div.rating-star-fill
{
}

/* ExStars rating */
div.exstar-fill
{
}
div.exstar-voted-fill
{
}
div.exstar-no-fill
{
}
div.boxrating
{
}


/* form label error */
form label.error
{
}

label
{
}
table.common
{
	margin: 10px 0 0 0;
	border: none;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
table.common th
{
	padding: 5px 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-weight: bold;
	background: #e2e2e2 url('../img/box-caption-bg.gif') top repeat-x;
}
table.common td
{
	padding: 5px 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

div.alpha-navigation
{
}
div.alpha-navigation a, div.alpha-navigation span
{
}

div.mode
{
}


div.minmax
{
  background-image:url(../img/minmax.gif);
  background-position:0 -23px;
  cursor:pointer;
  display:block;
  float:right;
  font-size:0.1em;
  height:23px;
  margin-top:-27px;
  position:relative;
  right:5px;
  width:21px;
}


/* rating styles START */
.rating {
}
.rating:after {
}
.cancel,
.star {
}
.cancel,
.cancel a {
}

.star,
.star a {
}
	
.cancel a,
.star a {
}

div.rating div.on a {
}
div.rating div.hover a,
div.rating div a:hover {
}
/* rating styles END */

/* page resize styles START */
div#page_setup
{
	position: absolute;
	top: 14px;
	left: 43%;
}
ul.page_setup
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.page_setup li
{
	float: left;
	margin: 0 2px;
	padding: 0;
	cursor: pointer;
	width: 20px;
	line-height: 20px;
}
ul.page_setup li#w800
{
	background: url('../img/page_setup.gif') 0px 0px no-repeat;
}
div#dw800, ul.page_setup li#w800:hover
{
	background: url('../img/page_setup.gif') 0px -20px no-repeat;
}
ul.page_setup li#w1024
{
	background: url('../img/page_setup.gif') -20px 0px no-repeat;
}
div#dw1024, ul.page_setup li#w1024:hover
{
	background: url('../img/page_setup.gif') -20px -20px no-repeat;
}
ul.page_setup li#wLiquid
{
	background: url('../img/page_setup.gif') -40px 0px no-repeat;
}
div#dwLiquid, ul.page_setup li#wLiquid:hover
{
	background: url('../img/page_setup.gif') -40px -20px no-repeat;
}
ul.page_setup li#large
{
	background: url('../img/page_setup.gif') -60px 0px no-repeat;
}
div#dlarge, ul.page_setup li#large:hover
{
	background: url('../img/page_setup.gif') -60px -20px no-repeat;
}
ul.page_setup li#normal
{
	background: url('../img/page_setup.gif') -80px 0px no-repeat;
}
div#dnormal, ul.page_setup li#normal:hover
{
	background: url('../img/page_setup.gif') -80px -20px no-repeat;
}
ul.page_setup li#small
{
	background: url('../img/page_setup.gif') -100px 0px no-repeat;
}
div#dsmall, ul.page_setup li#small:hover
{
	background: url('../img/page_setup.gif') -100px -20px no-repeat;
}
ul.page_setup li.space
{
	width: 1px;
	cursor: default;
}
/* page resize styles END */

/* thumbnails styles START */
div.thumb
{
}
div.thumb img
{
}
div.thumb img.spinner
{
}
div.loading
{
}
/* thumbnails styles END */
