/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	background: url(images/body-bg.jpg) no-repeat center top;
	color: #666666;
	font-family: "Century Gothic", "‚l‚r ‚oƒSƒVƒbƒN", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: small;
	padding: 0;
	margin: 0;
}
img
{
	border: 0;
}
form,p
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
li
{
	background: url(images/arrow.gif) left 5px no-repeat;
	padding: 0;
	margin: 0;
}

/* Links */
a:link, a:visited
{
	color: #6699FF;
	text-decoration: none;
}
a:hover, a:active
{
	color: #FF9933;
	text-decoration: underline;
}
#header a:link, #header a:visited
{
	color: #474747;
}
#header a:hover, #header a:active
{
	color: #737373;
}
#copyrights a:link, #copyrights a:visited
{
	color: #474747;
}
#copyrights a:hover, #copyrights a:active
{
	color: #737373;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 760px;
	height: 0;
	clear: both;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	position: relative;
	width: 735px;
	height: 131px;
	/* large header image is defined below */
	/* background: white url(images/header.jpg) no-repeat; */
	background: url(images/header.jpg) no-repeat left top;
	margin: 0 auto;
	padding: 15px 0 0 25px;
}
#header h1
{
	/* small header image specific lines */
	height: 55px;
	width: 180px;
	padding: 0;
	margin: 0;
	/* end small header image specific lines */
	text-indent: -9999px;
	overflow: hidden;
	line-height: 55px;
}
#header h1 a
{
	display: block;
	width: 180px;
	height: 55px;
	text-indent: -9999px;
	overflow: hidden;
}
#hdnav
{
	margin: 0;
	padding: 15px 0 0 5px;
	height: 25px;
}
#hdnavul
{
	display: inline;
	line-height: 25px;
	margin: 0;
	padding: 0;
}
#hdnavul li
{
	display: inline;
	padding: 0;
	margin: 0;
	background: none;
}
#hdnavul li a
{
	display: block;
	padding: 0 5px 0 25px;
	line-height: 25px;
	font-size: small;
	float: left;
}
#hdnavul li a:link,
#hdnavul li a:visited
{
	color: #666666;
}
#hdnavul li a:hover,
#hdnavul li a:active
{
	color: #FF6666;
	text-decoration: underline;
	background: url(images/hdnav-mk.jpg) no-repeat left top;
}
#hdnavul li a:link.active,
#hdnavul li a:visited.active
{
	color: #6699FF;
	background: url(images/hdnav-mk-ac.jpg) no-repeat left top;
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	background: url(images/mainwrap-bg) repeat-y center top;
	margin: 0 auto;
	clear: both;
}
#wrapper
{
	width: 760px;
	background: url(images/wrapper-bg.jpg) no-repeat left top;
	margin: 0 auto;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
.tavnav
{
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	height: 50px;
/*	background: url(images/mainwrap-bg) repeat-y center top;*/
}
.tavnavdl
{
	display: inline;
	background: url(images/tavnav-bg.jpg) no-repeat left bottom;
	margin: 0;
	padding: 0 0 10px 0;
	height: 50px;
}
.tavnavdl dt
{
	display: none;
}
.tavnavdl dd
{
	display: inline;
	margin: 0;
	padding: 0;
}
.tavnavdl dd
{
	width: 152px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
}
.tavnavdl dd a
{
	display: block;
	width: 152px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}
.tavnavdl dd#content1,
.tavnavdl dd#content1 a:link,
.tavnavdl dd#content1 a:visited
{
	background: url(images/tavnav1-up.jpg) no-repeat left top;
}
.tavnavdl dd#content1 a:hover,
.tavnavdl dd#content1 a:active
{
	background: url(images/tavnav1-over.jpg) no-repeat left top;
}
.tavnavdl dd#content1 a:link.active,
.tavnavdl dd#content1 a:visited.active
{
	background: url(images/tavnav1-active.jpg) no-repeat left top;
}
.tavnavdl dd#content2,
.tavnavdl dd#content2 a:link,
.tavnavdl dd#content2 a:visited
{
	background: url(images/tavnav2-up.jpg) no-repeat left top;
}
.tavnavdl dd#content2 a:hover,
.tavnavdl dd#content2 a:active
{
	background: url(images/tavnav2-over.jpg) no-repeat left top;
}
.tavnavdl dd#content2 a:link.active,
.tavnavdl dd#content2 a:visited.active
{
	background: url(images/tavnav2-active.jpg) no-repeat left top;
}
.tavnavdl dd#content3,
.tavnavdl dd#content3 a:link,
.tavnavdl dd#content3 a:visited
{
	background: url(images/tavnav3-up.jpg) no-repeat left top;
}
.tavnavdl dd#content3 a:hover,
.tavnavdl dd#content3 a:active
{
	background: url(images/tavnav3-over.jpg) no-repeat left top;
}
.tavnavdl dd#content3 a:link.active,
.tavnavdl dd#content3 a:visited.active
{
	background: url(images/tavnav3-active.jpg) no-repeat left top;
}
.tavnavdl dd#content4,
.tavnavdl dd#content4 a:link,
.tavnavdl dd#content4 a:visited
{
	background: url(images/tavnav4-up.jpg) no-repeat left top;
}
.tavnavdl dd#content4 a:hover,
.tavnavdl dd#content4 a:active
{
	background: url(images/tavnav4-over.jpg) no-repeat left top;
}
.tavnavdl dd#content4 a:link.active,
.tavnavdl dd#content4 a:visited.active
{
	background: url(images/tavnav4-active.jpg) no-repeat left top;
}
.tavnavdl dd#content5,
.tavnavdl dd#content5 a:link,
.tavnavdl dd#content5 a:visited
{
	background: url(images/tavnav5-up.jpg) no-repeat left top;
}
.tavnavdl dd#content5 a:hover,
.tavnavdl dd#content5 a:active
{
	background: url(images/tavnav5-over.jpg) no-repeat left top;
}
.tavnavdl dd#content5 a:link.active,
.tavnavdl dd#content5 a:visited.active
{
	background: url(images/tavnav5-active.jpg) no-repeat left top;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	width: 750px;
	height: 1%;
	overflow: visible;
	float: left;
	padding: 0;
	margin-right: -204px;
}
.content
{
	padding: 0;
	margin: 0 205px 0 0;
}

.Listing
{
	margin: 0 0 0 20px;
}
.Headings
{
	margin: 0 0 2em 0;
}
.Listing h2
{
	background: url(images/cont-h2-bg.gif) no-repeat left center;
	padding: 0 0 0 40px;
	margin: 0;
	height: 40px;
	font-size: large;
	font-weight: normal;
	line-height: 40px;
/*	border-bottom: dashed 1px #CCCCCC;	*/
}
.Listing p
{
	padding: 0 0 0 55px;
	margin: 0;
}

.ContHeadWrapper
{
	height: 100px;
	margin: 0 0 1.5em 10px;
	border-right: solid 1px #CCCCCC;
	text-indent: -9999px;
	overflow: hidden;
}
.ContHeadWrapper strong
{
	text-indent: -9999px;
	overflow: hidden;
}
#ContHead1
{
	background: url(images/cont1-hd.jpg) no-repeat left top;
}
#ContHead2
{
	background: url(images/cont2-hd.jpg) no-repeat left top;
}
#ContHead3
{
	background: url(images/cont3-hd.jpg) no-repeat left top;
}
#ContHead4
{
	background: url(images/cont4-hd.jpg) no-repeat left top;
}
#ContHead5
{
	background: url(images/cont5-hd.jpg) no-repeat left top;
}
#ContHead6
{
	background: url(images/cont6-hd.jpg) no-repeat left top;
}
#ContHead7
{
	background: url(images/cont7-hd.jpg) no-repeat left top;
}


#catinfo
{
	margin: 0 0 2em 0;
	padding: 0;
}
#catinfo h2,
#topContList h2
{
	background: url(images/cont-h2-bg.gif) no-repeat left top;
	color: #3366CC;
	font-size: large;
	font-weight: normal;
	line-height: 40px;
	margin: 0 0 .5em 1.5em;
	padding: 0 0 0 40px;
}
#catdesc
{
	padding: 0 0 0 50px;
	margin: 0 0 0 1em;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle
{
	padding: 0 0 0 60px;
}
.contenttitle h3
{
	clear: both;
	background: url(images/dot.gif) bottom repeat-x;
	font-size: large;
	font-weight: normal;
	padding: 0 0 6px 0;
	margin: 0;
}
.contentbody
{
	font-size:13px;
	text-align: justify;
	padding: 0 0 16px 70px;
	margin: 0 0 2em 0;
	line-height: 1.5em;
}
.contentbody h4
{
	font-size: medium;
	font-weight: normal;
	margin: .8em 0 0 0;
}
.contentbody p
{
	text-indent: 1em;
	padding: 0 0 0 1em;
}
.contentbody ul
{
	margin: 1.2em 0;
	padding: 0 2em 0 4em;
	list-style: disc outside;
}
.contentbody li
{
	background: none;
	padding: 0;
	line-height: 1.5em;
}
.contentbody small
{
	font-size: 8px;
	line-height: 12px;
	color: #339966;
}
.morelink
{
	text-align: right;
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory
{
	background: url(images/bgcategory.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 14px;
}
.contentitempostedby
{
	background: url(images/bgpostedby.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 12px;
}
.contentitemcomments
{
	background: url(images/bgcomment.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.contentitemedit
{
	background: url(images/bgedit.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 11px;
}
.contentitem
{
	text-align: right;
	padding: 3px 0 0 0;
	margin: 0 0 16px 0;
}
.contentitem1
{
	display: inline;
}
.contentitem2
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem3
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem4
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(images/dotv.gif) left repeat-y;
}

/****** Page Playing Style                 ******/
.pageplay
{
	line-height: 1.2em;
	border-top: dotted 1px #CCCCCC;
	border-bottom: dotted 1px #CCCCCC;
	width: 90%;
	margin: 0 auto;
	padding:  0.5em 1em;
}
.pageprev
{
	width: 25%;
	float: left;
	text-align: left;
}
.pagenext
{
	width: 25%;
	float: right;
	text-align: right;
}
.pagetitle
{
	text-align: center;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
	background: url(images/commentquote01.gif) no-repeat;
	background-position: 6px 9px;
	padding: 6px 42px;
	border: 1px solid white;
	margin: 10px 0 0 0;
}
.itemcomment:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #CCCCCC;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.id1:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.itemcomment h3
{
	font-size: 12px;
}

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarcontainer
{
	float: right;
	width: 180px;
	padding: 0 10px 0 0;
}
.sidebar
{
	background: url(images/side-dl-bg.jpg) no-repeat left bottom;
	padding: 0 0 20px 0;
	margin: 0 0 10px 0;
}

/* Menu lists */

.sidebardl
{
	padding: 0;
	margin: 0;
	border-bottom: dashed 1px #CCCCCC;
}
.sidebardl dt
{
	background: url(images/side-hd-bg.jpg) no-repeat left top;
	color: #3366CC;
	font-weight: normal;
	padding: 0 0 0 30px;
	margin: 0 0 1px 0;
	line-height: 40px;
	border-bottom: dashed 1px #CCCCCC;
}
.sidebardl dd
{
	background: #EEEEEE;
	line-height: 35px;
	padding: 0 0 0 20px;
	margin: 0 0 1px 0;
}
.sidebardl dd a
{
	padding: 0 0 0 10px;
}
.sidebardl dd a:link,
.sidebardl dd a:visited
{

}
.sidebardl dd:hover,
.sidebardl dd:active,
.sidebardl dd a:hover,
.sidebardl dd a:active
{
	background: url(images/arrow.gif) left center no-repeat;
	color: #FF3333;
}
#linklist dt,
#linklist dd
{
	font-size: 8px;
}

img#qrcode
{
	text-align: center;
	margin: 10px;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	background: white url(images/mainwrap-bg) repeat-y center top;
	text-align: center;
	padding: 10px 0 0 0;
	margin: 0;
}

#ftnav
{
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 760px;
	height: 25px;
	text-align: center;
	background: url(images/ftnav-bg.jpg) no-repeat left top;
}
.ftnavul
{
	display: inline;
	line-height: 25px;
	margin: 0;
	padding: 0;
}
.ftnavul li
{
	display: inline;
	padding: 0 .5em;
	margin: 0;
	background: none;
	font-size: x-small;
}
.ftnavul li a:hover,
.ftnavul li a:active
{
	color: #FF3333;
	text-decoration: underline;
}

#copyrights
{
	color: white;
	background: url(images/copyright-bg.jpg) no-repeat center top;
	width: 800px;
	line-height: 35px;
	margin: 0 auto;
	padding: 0 0 15px 0;
}
#copyrights a:link,
#copyrights a:visited
{
	color: white;
}
#copyrights a:hover,
#copyrights a:active
{
	color: #FFFF99;
	text-decoration: underline;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	margin-top: 10px;
    padding: 10px;
    background: #EEEEEE;
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}
.commentform img{
    margin: 5px 0 0 0;
}
.formfield
{
	display:block;
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}
.formbutton
{

}
.commentform .formfield, .commentform .formbutton, .loginform .formbutton {
	display: block;
}
.searchform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail, #nucleus_cf_email
{
    width: 300px;
    margin-right: 105px;
    font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 300px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
.error
{
	color: red;
	font-weight: bold;
}


/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1
{
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(images/corner_br.gif) left bottom no-repeat;
}
.wrap3
{
	background:url(images/corner_tr.gif) right top no-repeat;
	padding:0 5px 5px 0;
}
.wrap3 img
{
	display:block;
	border: 3px solid white;
}

/* Search highlight color */
.highlight
{
	background: #DEFFA9;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
	width: 20%;
}
.leftbox {
	float: left;
	border-right: 2px solid #ccc;
}
.rightbox {
	float: right;
	border-left: 2px solid #ccc;
}

/****************************************************

	Special Parts Styles

****************************************************/
#info
{
	margin: 20px;
}
#target
{
	margin: 20px 20px 20px 100px;
}
#info h2,
#target h4
{
	font-size: medium;
	font-weight: normal;
	color: #3366CC;
	margin: .5em 0 1em 0;
}
#info ul li
{
	margin: 0 0 0 1.5em;
	padding: 0;
	line-height: 1.5em;
	background-image: none;
}
#target ul li
{
	color: #3366CC;
	margin: 0 0 0 1.5em;
	padding: 0;
	line-height: 1.5em;
	background-image: none;
	list-style-type: disc;
}

.PriceList
{
	background: #CCCCCC;
	width: 95%;
	margin: 2em auto 3em auto;
	font-size: medium;
	text-align: right;
	line-height: 2em;
	letter-spacing: 0;
}
.PriceList th
{
	background: #EEFFFC;
	color: #3399CC;
	text-align: center;
}
.PriceList th#price-ex
{
	font-size: small;
	font-weight: normal;
	text-align: left;
	line-height: 1.1em;
	padding: 1em 0 1em 1em;
}
.PriceList td
{
	background: #EFEFEF;
	color: #33CC33;
	padding: 0 1em 0 0;
}
span.unit
{
	font-size: x-small;
	padding: 0 .3em 0 .7em;
}
span.align-r
{
	text-align: right;
}
.icon
{
	vertical-align: middle;
	margin: 0 0.8em 0 0;
}
.filesize
{
	color: #999999;
	font-size: .7em;
	text-decoration: none;
	margin: 0 0 0 0.8em;
}

/****************************************************

	Entries Styles

****************************************************/
.section
{
	clear: left;
}
.section dl,
.section dd,
.section ul,
.section li

{
	list-style-type: none;
}
.section img
{
	float: left;
	border: solid 1px #CCCCCC;
	margin: 0 1em 1em 0;
}
.section p
{
	text-indent: 0;
}
.red
{
	color: red;
	font-size: large;
}
.buttonflame
{
	text-align: center;
	margin: 1em 0;
}

.buttonflame form,
.buttonflame input
{
	display: inline;
}
.preview-header
{
	color: #3366CC;
	height: 3em;
	text-align: center;
	vertical-align: middle;
}
.form-name
{
	height: 1.8em;
}
.form-value
{
	text-align: left;
	font-family: "Arial", "‚l‚r ‚oƒSƒVƒbƒN";
	color: #339966;
}

.reg-date
{
	text-align: right;
}
.reg-date small
{
	font-size: small;
}