
.btnmoreinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF!important;
	text-decoration: none;
	background-image: url(images/btn_more_info.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	height: 30px;
	width: 85px;
	margin-top:15px;
}
.btnmoreinfo  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px!important;
	font-weight: bold;
	color: #FFFFFF!important;
	text-decoration: none;
	text-align: center;
	height: 30px;
	width: 85px;
}

.btnmoreinfo a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px!important;
	line-height: 30px;
	font-weight: bold!important;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	height: 30px!important;
	width: 85px!important;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 205px 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Arial, Helvetica, sans-serif;
	
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	/*font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;*/
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 940px;
}
#wrapper {
	background: #fff;
	margin-top: 20px;
	padding: 0 20px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	/*background: #f1f1f1;*/
}
body,
input,
textarea {
	/*color: #666;
	font-size: 12px;
	line-height: 18px;*/
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
}
ol {
	list-style: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	/*background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;*/
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 30px 0 0 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	display: block;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 0 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	/*color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;*/
	background-image: url(../images/hedblack.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 22px;
    text-decoration: none;
}
.entry-title a:link,
.entry-title a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	/*color: #333;*/
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	/*margin: 0 0 18px 0;*/
	padding-left:7px;
	/*float:left;*/
	list-style-type:none;
	width:200px;
}
.widget-title {
	/*color: #222;
	font-weight: bold;*/
	/*color: #000000;
    font-family: "Trebuchet MS";
    font-size: 15px;
    font-weight: bold;
    height: 20px;
    margin-bottom: 14px;
    margin-left: 36px;
	line-height:0px;
    text-decoration: none;*/
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/hedblue1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	margin-bottom: 10px;
	padding-left: 22px;
	margin-top:0px;

}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
	padding-left:45px;
	color:#07B4F5;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
	padding-left:45px;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(../images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		/*background: none !important;*/
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}





/*New Css*/
/*new css*/

body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6,{ margin:0px; padding:0px;}
.mainwapper {
	width: 994px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/back.png);
	background-repeat: repeat-y;
	background-position: center top;
	overflow: hidden;
	padding-right: 7px;
	padding-left: 7px;
}
.clr {clear:both;} .left {float:left;} .right {float:right;}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	font-family: "Trebuchet MS";
	color: #444444;
	text-decoration: none;
}
a:link {
	font-family: "Trebuchet MS";
	color: #444444;
	text-decoration: none;
}
a:visited {
	font-family: "Trebuchet MS";
	color: #444444;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS";
	color: #565656;
	text-decoration: none;
}

.spacer {padding-top:10px;}
.slogen{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #26A7F8;
	float: left;
	height: 30px;
	width: 728px;
	text-align:center;
}
.toplink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #033D5F;
	float: left;
	height: 30px;
	width: 266px;
	text-align: center;
}
.toplink a{
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none; padding-left:4px; padding-right:4px;
}
.toplink a:hover{
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.logo{ float:left; width:265px; margin-left:50px; height:140px; margin-top:25px;}
.headerright{ float:right; width:679px; margin-top:15px;}
.ts{ margin-left:45px; margin-bottom:30px;}
.nleft{
	float: left;
	margin-left: -30px;
	overflow: hidden;
	position: absolute;
}
.nright{
	float: right;
    margin-bottom: -25px;
    margin-left: 994px;
    overflow: hidden;
    position: absolute;margin-top: 10px;
}
.nevicenter{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px; float:left; width:994px;
}


#pageHeader ul{
	position: absolute;
	padding:0;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:30px;
	text-decoration: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}


#pageHeader ul li{float: left; position: relative;}
#pageHeader ul li a{
	display: block;
	float: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFF;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	background-color: transparent;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
} 
#pageHeader ul li.last a{background: none;}

#pageHeader ul li a:hover,
#pageHeader ul li.active a{
	color: #fff;
	text-decoration: none;background-color: #26A7F8;
}
#pageHeader ul li ul{width: 190px; background-color: #FFF; height: auto; display: none; position: absolute; top: 30px; left: 0; width: 190px; margin:0px;}
#pageHeader ul li:hover ul{display: block;}
#pageHeader ul li ul li{
	float: none;
	display: block;
	background-color: #333333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	/*-moz-border-radius: 0px 0px 5px 5px;*/
	
}
#pageHeader ul li ul li a{
	float: none;
	background: none;
	color: #fff;
	font-size: 11px;
	white-space: nowrap;
	font-weight: bold;
	text-decoration: none;
	text-align:left;
}
#pageHeader ul li ul li a:hover{background-color: #26A7F8; color:#FFFFFF}

/*nevigation*/

/*nevigation*/

.grayall{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/grayall.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 40px;
	margin-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
}
.grayall a{
	font-weight: normal;
	color: #000000;
	text-decoration: none; padding-right:10px;
}
.grayall a:hover{
	font-weight: normal;
	color: #008FBF;
	text-decoration: underline;
}
.gleft{ width:200px; float:left;}
.gright{ width:490px; float:right;}
.log{
	float:left;
	font-weight: bold;
	color: #008FBF;
	text-decoration: none;
	font-size: 11px;
}
.log a{
	font-weight: bold;
	color: #008FBF;
	text-decoration: none;padding-right:10px; line-height:40px;
}
.log a:hover{
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.jb{ float:left; margin-top:7px;}
.bookmark{ margin-right:12px; margin-top:11px; float:left;}
.sbg{width:320px; float:left; margin-right:10px;}
.inputsearch{
	height: 18px;
	width: 230px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/inputsearch.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	margin-top:10px;
}
.sbtn{
	margin-top:7px;
	float:right;
	background-image: url(../images/btnsearch.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 74px;
	background-color: transparent;
	border:none;
}
.su{ line-height:40px; float:left;}
.footerbg{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 330px;
	margin-top:25px;
	clear:both;
	padding-right: 10px;
	padding-left: 10px;
}


.footerbg1{
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	height: 115px;
	padding-top: 15px;
	padding-left:30px;
	margin-top:25px;
	clear:both;
	width:945px;
	margin:auto;
}




.footerbg a{
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.footerbg a:hover{
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}
.fl{ float:left; width:400px;}
.fr{ float: right; width:220px; line-height:30px; text-align:right; color:#fff;}
.flink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	height: 30px;
	width: 610px;
}
.flink a{
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none; padding-left:4px; padding-right:4px;
}
.flink a:hover{
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}
.contantwapper{ width:994px; margin-left:auto; margin-right:auto;}
.leftpanel{ float:left; width:200px; margin-left:10px;}
.centerpanel{ float:left; width:554px; margin-left:10px; margin-right:10px;}
.centerpanelshop{ float:left; width:764px; margin-bottom:20px;}
.rightpanel{ float:right; width:200px; margin-right:10px;}
.gadd1{ float:left; margin-right:10px; margin-bottom:10px; width:300px;}
.hedblue1{
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 30px;

	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/hedblue1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	/*margin-bottom: 10px;*/
	padding-left: 22px;
}
.cate{
	margin-right: 10px;
	margin-bottom: 10px;
	/*margin-left: 10px;*/
}
.cate ul{ margin:0px; padding:0px;}
.cate ul li{ margin:0px; padding:0px; list-style-type:none;}
.cate ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background-image:url(../images/bull1.jpg);
	background-repeat:no-repeat;
	background-position:left 10px;
	border-bottom-color:#aba59e;
	border-bottom-style:dotted;
	border-bottom-width:2px;
	padding-left:12px;
	display:block;
}
.cate ul li a:hover{
	font-weight: normal;
	color: #00AFEA;
	text-decoration: none;
	background-image:url(../images/bull1hover.jpg);
	background-position:left 10px;
	background-repeat:no-repeat;
	line-height:24px;

}





.cate1{
	margin-right: 10px;
	margin-bottom: 10px;
	width:200px;
	float:left;
}
.cate1 ul{ margin:0px; padding:0px;}
.cate1 ul li{ margin:0px; padding:0px; list-style-type:none;}
.cate1 ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background-image:url(../images/bull1.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	border-bottom-color:#aba59e;
	border-bottom-style:dotted;
	border-bottom-width:2px;
	display:block;
}
.cate1 ul li a:hover{
	font-weight: normal;
	color: #00AFEA;
	text-decoration: none;
	background-image:url(../images/bull1hover.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	line-height:24px;

}









.socbg{
	background-image: url(../images/socbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 12px 10px 10px 12px;
	margin-bottom: 10px;
}
.pklist{
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.pklist ul{ margin:0px; padding:0px;}
.pklist ul li{ margin:0px; padding:0px; list-style-type:none;}
.pklist ul li a{
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	display:block;
	padding-left:10px;
}
.pklist ul li a:hover{
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color:#33CCFF;
}
div.datepicker {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 196px;
	height: 147px;
	position: absolute;
	cursor: default;
	top: 0;
	left: 0;
	display: none;
}
.datepickerContainer {
	background: #121212;
	position: absolute;
	top: 10px;
	left: 10px;
}
.datepickerBorderT {
	position: absolute;
	left: 10px;
	top: 0;
	right: 10px;
	height: 10px;
	background: url(../images/datepicker_t.png);
}
.datepickerBorderB {
	position: absolute;
	left: 10px;
	bottom: 0;
	right: 10px;
	height: 10px;
	background: url(../images/datepicker_b.png);
}
.datepickerBorderL {
	position: absolute;
	left: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	background: url(../images/datepicker_l.png);
}
.datepickerBorderR {
	position: absolute;
	right: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	background: url(../images/datepicker_r.png);
}
.datepickerBorderTL {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(../images/datepicker_tl.png);
}
.datepickerBorderTR {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(../images/datepicker_tr.png);
}
.datepickerBorderBL {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(../images/datepicker_bl.png);
}
.datepickerBorderBR {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(../images/datepicker_br.png);
}
.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
}
div.datepicker a {
	color: #eee;
	text-decoration: none;
	cursor: default;
	outline: none;
}
div.datepicker table td {
	text-align: right;
	padding: 0;
	margin: 0;
}
div.datepicker th {
	text-align: center;
	color: #999;
	font-weight: normal;
}
div.datepicker tbody th {
	text-align: left;
}
div.datepicker tbody a {
	display: block;
}
.datepickerDays a {
	width: 20px;
	line-height: 16px;
	height: 16px;
	padding-right: 2px;
}
.datepickerYears a,
.datepickerMonths a{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
}
td.datepickerNotInMonth a {
	color: #666;
}
tbody.datepickerDays td.datepickerSelected{
	background: #136A9F;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background: #17384d;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #17384d;
}
div.datepicker a:hover,
div.datepicker a:hover {
	color: #88c5eb;
}
div.datepicker td.datepickerNotInMonth a:hover {
	color: #999;
}
div.datepicker tbody th {
	text-align: left;
}
.datepickerSpace div {
	width: 20px;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	text-align: center;
	height: 20px;
	line-height: 20px;
}
.datepickerGoNext a {
	float: right;
	width: 20px;
}
.datepickerGoPrev a {
	float: left;
	width: 20px;
}
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
	display: none;
}
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
	display: none;
}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
	display: none;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
	color: #333;
}
td.datepickerDisabled a:hover {
	color: #333;
}
td.datepickerSpecial a {
	background: #700;
}
td.datepickerSpecial.datepickerSelected a {
	background: #a00;
}
.loginbg{
	/*height: 215px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;*/
	/*background-image: url(images/loginbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
}
.member{
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/hedblue1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	padding-left: 22px;	
}
.uname{
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 28px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	height: 28px;
	padding-left: 12px;
}
.inputuser{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-image: url(../images/inputuser.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 150px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.regiter{
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 24px;
	font-weight: normal;
	color: #2294D7;
	text-decoration: underline;
	float: left;
	height: 24px;
	width: 100px;
	padding-left: 10px;
}
.regiter a{
	font-weight: normal;
	color: #2294D7;
	text-decoration: underline;
}
.regiter a:hover{
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}
.lbalist{
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 24px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.lbalist ol{ margin:0px; padding:0px;}
.lbalist ol li{ margin-left:20px;}
.lbalist ol li a{
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 24px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.lbalist ol li a:hover{
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.aki{
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.aki ul{ margin:0px; padding:0px;}
.aki ul li{ margin:0px; padding:0px; list-style-type:none;}
.aki ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	border-bottom-color:#ABA59E;
	border-bottom-style:dotted;
	border-bottom-width:2px;
	display:block;
}
.aki ul li a:hover{
	font-weight: normal;
	color: #00AFEA;
	text-decoration: none;
}
.kbc{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 50px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/kol1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	margin-bottom: 10px;
	text-align: center;
	padding-bottom: 117px;
}
.kbc a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.kbc a:hover{
	font-weight: bold;
	color: #2294D7;
	text-decoration: underline;
}
.nb{
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.newtitle{
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #2CA2E8;
	text-decoration: none;
}
.hedhs{
	font-family: "Trebuchet MS";
	font-size: 18px;
	line-height: 35px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	height: 35px;
	margin-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #625C56;
}
.border1{
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ABA59E;
}
.hs1{ clear:both; overflow:hidden;}
.hs1 ul{ margin:0px; padding:0px;}
.hs1 ul li{ margin:0px; padding:0px; list-style-type:none;}
.hs1 ul li{
	width: 170px;
	background-image: url(../images/border1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 7px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #009ED2;
	text-decoration: none;
	float: left;
	overflow:hidden;
	padding-left: 5px;
}
.hs1 ul li a{
	color: #009ED2;
	text-decoration: none;
}
.hs1 ul li a:hover{
	color: #000;
	text-decoration: underline;
}
.hedblack1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 30px;
	padding-left: 22px;
	margin-bottom:10px;
	margin-top:10px;
	background-image: url(../images/hedblack.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:left;
}
.hedblack2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 30px;
	padding-left: 22px;
	margin-bottom:10px;
	background-image: url(../images/hedblackbig.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.hclist{ clear:both; overflow:hidden; width:724px; margin-left:auto; margin-right:auto;}
.hclist ul{ margin:0px; padding:0px;}
.hclist ul li{ margin:0px; padding:0px; list-style-type:none;}
.hclist ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	width: 165px;
	margin-right: 8px;
	margin-left: 8px;
	float: left;
}
.hclist ul li a{
	font-weight: bold;
	text-decoration: none;
}
.hclist ul li a:hover{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.hcpbg{
	text-decoration: none;
	padding: 4px;
	height: 90px;
	width: 155px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.hcpbgbig{
	text-decoration: none;
	padding: 4px;
	height: 200px;
	width: 155px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.tcslist{ clear:both; overflow:hidden;}
.tcslist ul{ margin:0px; padding:0px;list-style-type: none;}
.tcslist ul li{ margin:0px; padding:0px;}
.tcslist ul li{
	border: 1px solid #CCCCCC;
    color: #68625C;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 24px;
    margin-left: 4px;
    margin-right: 4px;
    padding: 10px;
    text-decoration: none;
}
.tcscount{
	margin-left: -30px;
	line-height: 24px;
	text-decoration: none;
}
.tcscount ol li{ margin:0px; padding:0px;}
.tcscount ol li{ width:165px; float:left;}
.tcscount ol li a{
	font-weight: bold;
	color: #68625C;
	text-decoration: none;
	width: 170px;
}
.tcscount ol li a:hover{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.sayri1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 28px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.sayri1 a{
	font-weight: bold;
	color:#2BAFEA;
	text-decoration: none;
}
.sayri1 a:hover{
	font-weight: bold;
	color:#000;
	text-decoration: none;
}
.sayri1 span a{
	font-weight: normal;
	color:#333333;
	text-decoration: none;
}
.sayri1 span a:hover{
	font-weight: normal;
	color:#000;
	text-decoration: underline;
}
.gadd2{ float:right; margin-left:12px; width:300px;}
.sdis{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	float:left;
	width:225px;
}
.slider{
	float:left;
	width:664px;
	margin-bottom:10px;
	background-image: url(../images/sliderbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 235px;
	padding-top: 15px;
}
.slidercontant{ height:190px;}
.slidercount{ height:45px;}
.prevbtn{
	float: left;
	width: 30px;
	margin-top: 68px;
}
.nextbtn{
	float: right;
	width: 30px;
	margin-top: 68px;
}
.slidcenter{
	float: left;
	width: 570px;
	margin-left:17px;
}
.slidphotobg{float: left;height: 180px;width: 250px;margin-right: 10px;}
.slidecbox{ float:left; width:310px;}
.slidehed{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/slphedbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 30px;
	padding-left: 12px;
	margin-bottom: 8px;
}
.slidetext{
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-bottom:5px;
}
.slidcount{
	margin-top: 8px;
	margin-left: 77px;
	height: 28px;
}
.slidcount ul{ margin:0px; padding:0px;}
.slidcount ul li{ margin:0px; padding:0px; list-style-type:none; display:inline;}
.slidcount ul li a{
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/doted.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 7px;
	width: 28px;
	display: block;
	float: left;
	height: 28px;
	text-align:center;
}
.slidcount ul li a:hover{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-image: url(../images/doted.png);
	background-repeat: no-repeat;
	background-position: left -28px;;
}
.btnlogin {
	background-color: transparent;
	background-image: url(../images/btnlogin.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 60px;
	border:none;
}
.moreinfo{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	line-height: 22px;
	font-weight: normal;
	color:#00E1E1;
	text-decoration: none;
}
.moreinfo a{
	line-height: 22px;
	font-weight: normal;
	color:#00E1E1;
	text-decoration: none;
}
.moreinfo a:hover{
	line-height: 22px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.bannerwithtext{
	background-image: url(../images/banner1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 40px;
	padding-bottom: 110px;
	line-height:40px;
}
.bannerwithtext a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.bannerwithtext a:hover{
	font-weight: bold;
	color: #9DCF36;
	text-decoration: none;
}
.allbtn{
	background-image: url(../images/allbtn.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height:30px;
	line-height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 8px 8px 8px 8px;
	display:inline-block;
	border:none!important;
}
.allbtn a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display:block;
	padding-left:10px;
	padding-right:10px;
	border-left: solid 1px #17A2DB ;
	border-right: solid 1px #17A2DB ;
	-moz-border-radius: 8px 8px 8px 8px;
}
.allbtn a:hover{
	background-image: url(../images/allbtnhover.jpg)!important;
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif!important;
	font-size: 12px !important;
	font-weight: bold !important;
	color: #fff !important;
	text-decoration: none;
	-moz-border-radius: 8px 8px 8px 8px;
	border-left: solid 1px #17A2DB ;
	border-right: solid 1px #17A2DB ;
}
.shophed1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.9px;
	font-weight: bold;
	color: #009ED2;
	text-decoration: none;
	line-height:30px;
	text-align:center;
}
.shophed1 a{
	font-weight: bold;
	color: #009ED2;
	text-decoration: none;
}
.shophed1 a:hover{
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}



















.detail_category {
	font-family: Tahoma, Arial;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #DF3CDB;
	text-decoration: none;
	float: left;
	margin-left: 10px;

}
.detail_category a {
	font-family: Tahoma, Arial;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #DF3CDB;
	text-decoration: none;
	background-image: url(../images/category_icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	padding-right: 18px;
}
.detail_category a:hover{
	font-family: Tahoma, Arial;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #DF3CDB;
	text-decoration: none;
}
.detail_cat {
	font-family: Tahoma, Arial;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #3B3B3B;
	text-decoration: none;
	float: left;
	margin-left: 10px;
	width:500px;
}
.detail_cat a {
	font-family: Tahoma, Arial;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #3B3B3B;
	text-decoration: none;
	float: left;
}
.detail_cat a:hover {
	font-family: Tahoma, Arial;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #3B3B3B;
	text-decoration: none;
}
.detail_cat_box {
	font-family: Tahoma, Arial;
	font-size: 14px;
	line-height: 35px;
	font-weight: bold;
	color: #E725D3;
	text-decoration: none;
	background-color: #F5C0F4;
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;
	margin-left:10px;
	text-align:center;
	display:table-cell;
	margin-left:20px;
	padding-right:20px;
	text-align:center;
}
.detail_main_category {
	font-family: Tahoma, Arial;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.detail_main_category ul {
	margin: 0px;
	padding: 0px;
}
.detail_main_category ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	list-style-type: none;
}
.detail_main_category ul li a {
	font-family: Tahoma, Arial;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
}
.detail_main_category ul li a:hover {
	color: #000000;
	text-decoration: none;
}
.detail_page_category {
	font-family: Tahoma, Arial;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #494949;
	text-decoration: none;
	margin-left: 30px;
}
.detail_page_category ul {
	margin: 0px;
	padding: 0px;
}
.detail_page_category ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	list-style-type: none;
}
.detail_page_category ul li a {
	font-family: Tahoma, Arial;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #494949;
	text-decoration: none;
	background-image: url(../images/star.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:20px;
}
.detail_page_category ul li a:hover {
	text-decoration: none;
	color: #494949;
}
/*start product detail3*/
.pd_top_nevi {
	font-family: Tahoma, Arial;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	color: #404040;
	text-decoration: underline;
	margin-left: 10px;
	width: 510px;
	height:30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #757575;
}


.hyper_bold {
	font-family: Tahoma, Arial;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	color: #404040;
	text-decoration: underline;
}

.pd_top_nevi ul {
	margin: 0px;
	padding: 0px;
}
.pd_top_nevi ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}
.pd_top_nevi ul li a {
	font-family: Tahoma, Arial;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	color: #404040;
	text-decoration: underline;
	background-image: url(../images/cat_icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 5px;
}
.pd_top_nevi ul li a:hover {
	text-decoration:none;
	color: #404040;
}
.spcer_left {padding-left:10px;}
.btn_advert{
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/btn_product_list.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 534px;
	padding-left: 28px;	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 36px;
	font-weight: normal;
	color: #DB0B85;
	text-decoration: none;
	width:153px;
	height:36px;
	background:#F5C0F4;
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;
	margin-left:10px;
	text-align:center;*/
	
}
.btn_advert a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 36px;
	font-weight: normal;
	color: #DB0B85;
	text-decoration: none;
	
	width:153px;
	height:36px;
}
.btn_advert a:hover {
	color: #DB0B85;
	text-decoration: none;
}
.category_title {
	font-family: Tahoma, Arial;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #29baf7;
	text-decoration: none;
}
.pd_cat_nevi {
	font-family: Tahoma, Arial;
	font-size: 13px;
	line-height: 24px;
	font-weight:normal;
	color: #404040;
	text-decoration: underline;
	width: 544px;
	height:30px;
}
.pd_cat_nevi ul {
	margin: 0px;
	padding: 0px;
}
.pd_cat_nevi ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}
.pd_cat_nevi ul li a {
	font-family: Tahoma, Arial;
	font-size: 13px;
	line-height: 24px;
	font-weight:normal;
	color: #404040;
	text-decoration: underline;
	background-image: url(../images/cat_icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 5px;
}
.pd_cat_nevi ul li a:hover {
	text-decoration:none;
	color: #404040;
}
.pd_change {
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 24px;
	font-weight: normal;
	color: #454545;
	text-decoration: underline;
}
.pd_change a {
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 24px;
	font-weight: normal;
	color: #454545;
	text-decoration: underline;
	background-image: url(../images/back_change_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
.pd_change a:hover {
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 24px;
	font-weight: normal;
	color: #454545;
	text-decoration: none;
}
.pd_cat_box {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #757575;
	width:510px;
	padding-bottom:10px;
}
.pd_title{
	font-family: Tahoma, Arial;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	color: #2A2A2A;
	text-decoration: none;
	padding-top: 5px;
}
.select_text {
	font-family: Tahoma, Arial;
	font-size: 13px;
	line-height: 24px;
	color: #888888;
	font-weight: normal;
	text-decoration: none;
	float:left;
}
.title_box {
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	height: 20px;
	width: 325px;
	padding-left: 10px;
	border: 1px solid #7D7D7D;
}
.small_text {
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.description_box {
	font-family: Tahoma, Arial;
	font-size: 13px;
	line-height: 24px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	height: 130px;
	width: 430px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #7D7D7D;
}
.image_box {
	height: 20px;
	width: 190px;
	border: 1px solid #7D7D7D;
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-left: 10px;
	float: left;
	margin-right: 5px;
}
.currency {
	float: left;
	height: 20px;
	width: 67px;
}
.currency_text {
	float: left;
	height: 20px;
	width: 67px;
	margin-left:5px;
	border: 1px solid #7F9DB9;
}
.price_text {
	height: 24px;
	width: 310px;
	margin-left: 20px;
	padding-left: 5px;
	float: left;
}
.other_link {
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 24px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.other_link a {
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 24px;
	font-weight: normal;
	color:#000000;
	text-decoration: underline;
}
.other_link a:hover {
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 24px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.left_small_title {
	font-family: Tahoma, Arial;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #F24FAD;
	text-decoration: none;
	text-align: center;
}

.left_small_title_head {
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align: center;
}


.sub_title {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #0090D5;
	line-height: 25px;
	font-weight: normal;
	text-decoration: none;
	height: 25px;
	width: 180px;
	padding-left:30px; margin-left:8px;
	background-image: url(../images/la.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight:bold;
}
/*end product detail3*/

/*start register page*/










.detail_title {
	font-family: Tahoma, Arial;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #282828;
	text-decoration: none;
	text-align: right;
	float: left;
	width:130px; margin-top:20px;
	font-weight:bold;
}
.detail_text {
	font-family: Tahoma, Arial;
	font-size: 13px;
	line-height: 20px;
	font-weight:bold;
	color: #E725E7;
	text-decoration: none;
	float: left;
	padding-left: 10px;
	width: 200px;
	margin-top:20px;
}
.detail_text_black {
	font-family: Tahoma, Arial;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #1E1E1E;
	text-decoration: none;
	float: left;
	padding-left: 10px;
	width: 200px;
	 margin-top:20px;
}
.detail_btn {
	float: left;
	padding-top: 10px;
	padding-left: 15px;
	width:205px;
}
.detail_nevi {
	font-family: Tahoma, Arial;
	font-size: 13px;
	line-height: 30px;
	font-weight:bold;
	color: #1E1E1E;
	text-decoration: none;
	margin-left:10px;
	margin-top:10px;
	width:554px;
	height:30px;
	clear:both;
}
.detail_nevi ul {
	margin: 0px;
	padding: 0px;
}
.detail_nevi ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}
.detail_nevi ul li a {
	font-family: Tahoma, Arial;
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
	color: #1E1E1E;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BEBEBE;
	border-left-color: #BEBEBE;
	background-image: url(../images/detail_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-right: 5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}
.detail_nevi ul li a:hover {
	font-weight: bold;
	color: #1E1E1E;
	text-decoration: none;
	background-image: url(../images/detail_hover.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.detail_box {
	font-family: Tahoma, Arial;
	font-size: 13px;
	line-height: 40px;
	font-weight: bold;
	color: #3F3F3F;
	text-decoration: none;
	height: 40px;
	width: 529px;
	margin-left: 10px;
	padding-left: 15px;
	border: 1px solid #B4B4B4;
}
/*end centerwarraper*/
.menudetail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 30px;
	font-weight:bold;
	color: #161616;
	text-decoration: none;
	text-align:left;
}



.member_menu {
	float: left;
	width: 140px;
	height:120px;
	background-color:#FFFFFF;
	border: solid 1px #999;
	margin:5px;
	-moz-border-radius:5px;
}
.menu_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 30px;
	font-weight:bold;
	color: #161616;
	text-decoration: none;
	text-align: center;
}
.menu_text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 30px;
	font-weight:bold;
	color: #161616;
	text-decoration: none;
	text-align: center;
}
.menu_text a:hover {
	color: #161616;
	text-decoration: none;
}



.menu_box {
	border-right: 1px dashed #999999;
    color: #161616;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-right: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    text-decoration: none;
}


.member_welcome {
	color: #008FBF;
    float: left;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    line-height: 22px;
    text-decoration: none;
}

.member_login {
	color: #161616;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    line-height: 22px;
    padding-left: 10px;
    text-decoration: none;
}

.member_detail {
	float: left;
	padding-left: 20px;
}


.registerpage {
	width: 554px;
	float:left;
	margin-top: -10px;
	}
	
	
	
	.registerpage1 {
	background-color: #FFFFFF;
	width: 761px;
	border: 1px solid #DBDBDB;
	float:left;
	-moz-border-radius:10px 10px 10px 10px;
	}
	
	
	
	.register_note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #575757;
	text-decoration: none;
}
.register_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 27px;
	font-weight: bold;
	color: #575757;
	text-decoration: none;
	float:left;
	margin-right:10px;
	text-align: left;
	width:180px;
}
.dropcountry{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	float: left;
	height: 24px;
	width: 213px;
	padding-left: 10px;
	border: 1px solid #DDD9D9;
	background-color: #FFFFFF;
	padding:3px;
	-moz-border-radius:5px 5px 5px 5px;
	text-transform:lowercase;
}

.register_user {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	float: left;
	height: 20px;
	width: 200px;
	padding-left: 10px;
	border: 1px solid #DDD9D9;
	background-color: #FFFFFF;
	-moz-border-radius:5px 5px 5px 5px;
}
.chekbox{ margin-left:190px; font-family:Arial, Helvetica, sans-serif; font-size:12px;}

.register_note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #2DB9F2;
	text-decoration: none;
}

.red{ color:#FF0000;}
.registerbox {
	background-color: #F4F3F3;
	width: 512px;
	border: 1px solid #E3E3E3;
	-moz-border-radius:5px 5px 5px 5px;
	margin-bottom:15px;
	padding-bottom:30px;
	padding-top:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 27px;
	font-weight: bold;
	color: #575757;
	float:left;
	padding-left:20px;
	padding-right:20px;
}
.registerboxbig {
	background-color: #F4F3F3;
	width: 722px;
	border: 1px solid #E3E3E3;
	-moz-border-radius:5px 5px 5px 5px;
	margin-bottom:15px;
	padding-bottom:30px;
	padding-top:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 27px;
	font-weight: bold;
	color: #575757;
	float:left;
	padding-left:20px;
	padding-right:20px;
}

.spcer_left {padding-left:10px;}



.loginbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	padding-left:20px;
	color: #6F6F6F;
	text-decoration: none;
	width: 450px;
	border: 1px solid #E3E3E3;
	margin-top:10px;
	-moz-border-radius:10px 10px 10px 10px;
	margin-left:40px;
	margin-bottom:15px;
	padding-bottom:15px;
	padding-top:30px;
	background-color: #F4F3F3;
}
.sell_title_color {
	color: #000000;
}

.centerbox {
	background-position: left top;
}



.pd_titlebox {
	font-family: Tahoma, Arial;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #3A3A3A;
	text-decoration: none;
	padding: 10px;
}
.pd_back {
	font-family: Tahoma, Arial;
	font-size: 13px;
	line-height: 24px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	float: left;
	width:57px;
}
.backlink {
	font-family: Tahoma, Arial;
	font-size: 13px;
	line-height: 24px;
	font-weight: normal;
	color: #239CC2;
	text-decoration: none;
	float: left;
	width:300px;
}
.backlink ul {
	margin: 0px;
	padding: 0px;
}
.backlink ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	list-style-type: none;
}
.backlink ul li a {
	font-family: Tahoma, Arial;
	font-size: 13px;
	line-height: 24px;
	font-weight: normal;
	color: #239CC2;
	text-decoration: none;
	float: left;
	background-image: url(../images/back_icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	padding-left: 10px;
	padding-right:10px;
}
.backlink ul li a:hover {
	color: #E31D8F;
	text-decoration: none;
}
.pd_image {
	background-color: #FFFFFF;
	padding: 3px;
	height: 150px;
	width: 180px;
	border: 1px solid #969696;
	float: left;
}
.social {
	padding-right: 5px;
	padding-left: 5px;
	float:left;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #1C1CFF;
	text-decoration: none;
}


.centerwarp_box {
	background-position: left top;
	width:554px;
	float:left;
}

.centerwarp {
	float: left;
	width: 550px;
	overflow: hidden;
}
.footer_nevi {
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 22px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.footer_nevi ul {
	margin: 0px;
	padding: 0px;
}
.footer_nevi ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display:block;
}
.footer_nevi ul li a {
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 22px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	display: block;
	padding-left: 10px;
}
.footer_nevi ul li a:hover {
	color: #666666;
	text-decoration: underline;
}
.social_box {
/*	background-image: url(../images/socialbox.png);
	background-repeat: no-repeat;
	background-position: left top;*/
	float: right;
	height: 60px;
	width: 120px;
	margin-top: 23px;
	margin-right: 5px;
	padding-top:5px;
	padding-left:7px;
}


.advert_box {
	background-color: #F1F1F1;
	width: 400px;
	margin-top: 15px;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 0px;
	padding-bottom:10px;
	border: 1px solid #CFCECE;
	-moz-border-radius: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #2A2A2A;
	text-decoration: none;
}
.adv_image {
	float: left;
	height: 56px;
	width: 101px;
	border: 1px solid #823E3E;
	margin-right: 10px;
	margin-top:20px;
	
}
.adv_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
	font-weight: bold;
	color: #E567B0;
	text-decoration: none;
	text-align: left;
	float:left;
	width:345px;
}
/*end adverts page*/
/*start how to sell page*/
.hsellbox {
	background-color: #F1F1F1;
	width: 400px;
	margin-top: 20px;
	margin-left: 10px;
	padding-right: 15px;
	padding-left: 15px;
	border: 1px solid #CFCECE;
	-moz-border-radius: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	color: #383838;
	text-decoration: none;
	padding-top:10px;
	padding-bottom:10px;
}



.iptdisc{
	color: #0000FF;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    width: 150px;
}


.cate{ margin-right: 10px;
	margin-bottom: 10px;
	width:200px;
}
.cate ul{ margin:0px; padding:0px;}
.cate ul li{ margin:0px; padding:0px; list-style-type:none; width:200px;}
.cate ul li {position: relative;}
.cate ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background-image:url(../images/bull1.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	border-bottom-color:#000;
	border-bottom-style:dotted;
	border-bottom-width:2px;
	padding-left:12px;
	display:block;
}
.cate ul li a:hover{
	font-weight: normal;
	color: #00AFEA;
	text-decoration: none;
	background-image:url(../images/bull1hover.jpg);
	background-position:left center;
	background-repeat:no-repeat;
}
.cate li ul {
    display: none;
    left: 200px;
    position: absolute;
    top: 0;
	line-height:24px;
}

.cate ul li {
    float: left;
	line-height: 24px;
	height:24px;
}
.cate li:hover ul, li.over ul {
    display: block; color:#FFFFFF!important;
}
.cate ul li ul li{ border-bottom:dotted 2px #FFFFFF!important;}
.cate ul li ul li a{color:#FFFFFF!important;}
.cate ul li ul li a:hover{color:#FFFFFF!important; background-color:#000000!important;}
.hedcenter1{
	background-image:url(http://www.shoppingsurat.com/new/images/bullhed1.jpg);
	background-position:5px 8px;
	background-repeat:no-repeat;
	font-family: "Trebuchet MS";
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	height: 30px;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-left:25px;
	
}
.hedcenter1 span{
	color: #2AADE8;
	text-decoration: none;
}
.prolist1{
	background-color: #F9F9F9;
    border: 1px solid #E2E2E2;
    float: left;
    margin-bottom: 10px;
    margin-right: 3px;
    padding: 2px;
    width: 129px;
	text-align:center;
}

.prolist2{
	background-color: #F9F9F9;
    border: 1px solid #E2E2E2;
    float: left;
    margin-bottom: 10px;
    margin-right: 7px;
    padding:2px 0px 2px 0px;;
    width: 166px;
	text-align:center;
	margin-left:8px;
}

.prolistimg1{ margin-bottom:10px;}
.prolisttext1{color:#666666; padding-bottom:5px;}
.prolisttext1 a{ font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#008bfb; line-height:16px; text-decoration:none; font-weight:bold;}
.prolisttext1 a:hover{color:#008bfb; text-decoration:underline; font-weight:bold;}
.readmore a{ font-family:Arial, Helvetica, sans-serif; font-size:11px; float:right; color:#008bfb; line-height:16px; text-decoration:underline; font-weight:bold; margin-right:10px;}
.readmore a:hover{color:#008bfb; text-decoration:none;  font-weight:bold;}
.hedgray1{
	/*background-image:url(http://www.shoppingsurat.com/new/images/hedgray1.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 28px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	height: 28px;
	padding-left: 14px;
	-moz-border-radius:5px;
	margin-bottom:2px;
	border: solid 1px #C0C0C0;*/
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 30px;

	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/hedblue1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	margin-bottom: 10px;
	padding-left: 22px;
}
.textlist1{
-moz-border-radius:5px; margin-bottom:10px; /*background-color:#F7F7F7; border: solid 1px #DFDFDF;*/ line-height:24px;}
.textlist1 ul{ margin:0px; padding:0px;}
.textlist1 ul li{ margin:0px; padding:0px; list-style-type:none; position:relative;}
.textlist1 ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	background-image:url(../images/bull1.jpg);
	background-repeat:no-repeat;
	background-position:left 10px;
	border-bottom:2px dotted #aba59e;
}
textlist1 li ul {
	position: absolute;
	left: 200px;
	top: 0;
	display: none;
	}

.textlist1 ul li a:hover{color: #00AFEA;text-decoration:none;}
.footerup{ height:270px; padding-left:10px;}
.footerinfoboxes{ width:183px; float:left; padding-right:5px; padding-left:2px; height:270px; font-family:Arial!important;}
.footerinfohed{background-image: url(../images/footerbull1.jpg);
	background-repeat: no-repeat;
	background-position: left center; font-size:12px;line-height:40px; height:40px; font-weight:bold; padding-left:10px;}
.footerinfoboxes ul{ margin:0px; padding:0px; background-color:#33CCFF; padding:6px;-moz-border-radius:6px; height:210px;}
.footerinfoboxes ul li{ margin:0px; padding:0px; list-style-type:none;}
.footerinfoboxes ul li a{
	display:block;
	line-height:16.6px;
	color:#000033;
	text-decoration:none;
	font-family:Arial!important;
	font-size: 11px;
	font-weight: normal;
}
.footerinfoboxes ul li a:hover{color:#000000; text-decoration: underline;}
.memberphotobox{ width:160px; margin-right:10px;}
.memberphotobg{ padding:10px; background-color:#F4F4F4; border: solid 1px #ccc; -moz-border-radius:5px; margin-bottom:10px;}
.memberuploadtext{ text-align:center; font-family:Arial; text-decoration:none; color:#666666; font-size:12px; font-weight:bold; line-height:20px;}
.memberuploadtext a{ color:#666; text-decoration: none;}
.memberuploadtext a:hover{ color:#000000; text-decoration:underline;}
span{ color:#26A7F8;}
.centerhedbig1{
	background-image: url(../images/centerhedbig.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 20px;
	margin-bottom: 10px;
}
.centerpanebig{ width:764px; float:left;}
.memberdbox{ float:left; padding-left:15px;}




.addcenter{
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
	color: #2294D7;
	text-decoration: none;
	background-image: url(../images/addcenter.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom:10px;
	float: left;
	width: 534px;
	height: 170px;
	padding-top: 10px;
	-moz-border-radius:10px 10px 10px 10px;
}


.reviewbtn{
	background-image: url(../images/btnreviews.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	float: left;
	height: 24px;
	width: 130px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.pro_nev {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/pronev.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 14px;
	width: 534px;
	padding-left: 23px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear:both;
}
.pro_nev ul {
	margin: 0px;
	padding: 0px;
}
.pro_nev ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}
.pro_nev ul li a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 6px;
	display: block;
	float: left;
	padding-right: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.pronev_box {
	border: 1px solid #D3D3D3;
	-moz-border-radius: 10px 10px 10px 10px;
	padding:10px;
	margin-top:10px;
}
.pronev_name {
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 30px;
	font-weight: normal;
	color: #2DB2ED;
	text-decoration: none;
	text-align: left;
	width: 120px;
	float: left;
}
.procontent {
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 30px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	float: left;
}
.spacerleft {margin-left:10px;}
.conname {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 20px;
	font-weight:bold;
	color: #444;
	text-decoration: none;
	text-align: right;
	float: left;
	width: 140px;
	padding-right:10px;
}
.conuser {
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	float: left;
	height: 20px;
	width: 220px;
	padding-left: 10px;
	border: 1px solid #DBDBDB;
	-moz-box-shadow: 1px 2px 0px #ccc;
}
.context {
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	float: left;
	height: 80px;
	width: 220px;
	padding-left: 10px;
	border: 1px solid #DBDBDB;
	-moz-box-shadow: 1px 2px 0px #ccc;
}





.sidebarmenu{

float:left; padding:0px; margin-top:0px;}
.sidebarmenu ul{ margin:0px; padding:0px;}
.sidebarmenu ul li{ margin:0px; padding:0px; list-style-type:none;
width:190px;
margin-top:0px;
 }
.sidebarmenu ul li {position: relative;}
.sidebarmenu ul li a{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 25px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	display: block;
	padding-left:4px;
	background-image: url(images/bull1.jpg);
	background-repeat: no-repeat;
	background-position:left center;
	border-bottom: 2px dotted #999999;
	background-color:#FFFFFF;
}
.sidebarmenu ul li a:hover{
	font-weight: normal;
	text-decoration: none;
	color: #0099FF;
	background-position: 10px 11px;
	background-color:#FFFFFF; 
	
	padding-right:10px;
}

.sidebarmenu li ul {
    display: none;
    left: 210px;
    position: absolute;
    top: 0;
	line-height:25px;
}
.sidebarmenu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	display: block;
	padding-left: 5px;
}
.sidebarmenu ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	background-image:url(../images/bull1.jpg);
	background-repeat:no-repeat;
	background-position:left 10px;
   

}
.sidebarmenu li:hover ul, li.over ul {
    display: block;
}


background:#ffffff;

.sidebarmenu a.subfolderstyle{
}



* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/*left sidebar dropdown end*/

.leftcat{color:#FFFFFF; border-bottom:1px dotted #FFFFFF;}
