/*
Theme Name: Dominique
Theme URI: http://Dominique.com.au/
Description: Dominique.
Author: the Dominique WordPress team
Version: 1.1
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
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 280px 0 20px;
}
#primary, #secondary {
	float: right;
	overflow: hidden;
	width: 225px;
}
#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: Georgia, "Bitstream Charter", 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 {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
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, #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;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
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;
	overflow: auto;
	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;
	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: 15px 0 18px 0;
	width: 220px;
}
/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}
/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header {
	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 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 15px 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;
}
.entry-title a:link, .entry-title a:visited {
	color: #000;
	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: 12px 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 {
	clear: both;
	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 .format-aside p, .home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside, .home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content, .home #content .category-asides .entry-content {
	padding-top: 0;
}
/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img, .category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb, .category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility, .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
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.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 dashed #B3B3B3;
	padding: 22px 0;
	width: 100%;
}
.commentlist li:last-child {
}
#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: #000000;
	font: italic 18px Georgia, "Times New Roman", Times, serif;
	padding: 0 0 12px;
}
.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 0px 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;
	padding-bottom:0px;
	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: none;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	color: #534741;
	font: italic 15px Georgia, "Times New Roman", Times, serif;
	padding: 0 0 7px;
	display:block;
}
.widget-container {
	list-style:none;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link, .widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active, .widget-area a:hover {
	text-decoration: underline;
}
.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;
}
}
/*Dominique Theme Css*/


html, body {
	margin:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	color:#8e8e8e;
	background:#EBEBEB;
}
/*ClearFix*/
.Clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.Clear {
	clear:both;
}
.Clearfix {
	display: inline-block;
}
h1 {
	font-size: 100%;
}
h2 {
	font-size: 80%;
}
p, a, ul, li, h1, h2, h3, h4, h5, from {
	padding:0px;
	margin:0px;
}
img {
	padding:0px;
	margin:0px;
	border:0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*Text Link css*/
.linkVU a {
	Font-Family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
.linkVU a:hover {
	Font-Family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
/*Layout css*/
#Wraper {
	width:100%;
	margin:auto;
	padding:0 0 40px 0;
}
#Header {
	width:100%;
	height:94px;
	border-bottom:solid 1px #b9b9b9;
}
.HeaderConts {
	width:887px;
	margin:auto;
}
.Logo {
	width:230px;
	float:left;
	padding:18px 0 0 4px;
}
.FBdiv {
	float:right;
	padding:0 13px 13px 0;
}
.Nav {
	float:right;
	width:640px;
	padding:8px 4px 0 0;
}
.StrNav {
	float:right;
	width:600px;
	padding:55px 4px 0 0;
}
.menu {
	float:right;
	display:block;
	list-style-type:none;
}
.menu li {
	float:left;
	display:block;
	list-style-type:none;
	background:url(images/nav_sep.jpg) no-repeat 0% 60%;
	padding:0 10px;
}

.menu li.menu-item-104 {
	padding:0 0px 0 10px;
}



.menu li:first-child {
	background:none;
}
.menu li a {
	font:italic 15px Georgia, "Times New Roman", Times, serif;
	color:#808080;
	text-decoration:none;
	display:block;
}
.menu ul li a:hover {
	color:#212121;
	text-decoration:none;
}
#Mid {
	width:887px;
	margin:auto;
}
.MidConts {
	float:left;
	width:100%;
	position:relative;
	margin:20px 0 10px;
}
.MidLeft {
	float:left;
	width:579px;
}
.MidRight {
	float:left;
	width:276px;
	padding:0 0 0 27px;
}
.HomeBanr {
	width:554;
	float:left;
	position:relative;
}
.LftArrow {
	left: -26px;
	position: absolute;
	top: 113px;
}
.RhtArrow {
	right: -26px;
	position: absolute;
	top: 113px;
}
.PluBanrsDiv {
	float:left;
	width:100%;
	padding:14px 0 0;
}
.PluBanr {
	float:left;
	width:266px;
	padding:0 14px 0 0;
}
.ACABanr {
	float:left;
	width:192px;
	padding:0 27px 0 0;
}
.YloBanr {
	width:80px;
	float:left;
	padding:18px 0 0 0;
}
.SiVousBanrsDiv {
	width:auto;
	float:left;
	padding:14px 0 0 0;
}
.SiLftBanr {
	width:194px;
	float:left;
	padding:0 13px 0 0;
}
.Jnltr {
	text-transform:uppercase;
	padding:0 0 10px 4px;
	font:normal 11px Arial, Helvetica, sans-serif;
}
.SbmtBt {
	float:left;
	width:100%;
	padding:5px 0 0;
}
.SiBanr {
	width:265px;
	float:left;
	padding:0 16px 0 0;
}
.EIPousBanr {
	float:left;
	width:216px;
	margin:-255px 0 0 486px;
}
.FrnchBanr {
	float:left;
	width:168px;
	margin:-256px 0 0 716px;
}
.RhtBanrsTp {
	width:272px;
	float:right;
	padding:0 4px 0 0;
}
.RhtBan1 {
	padding:0 0 14px 0;
}
.RhtBan2 {
}
.FmlBanr {
	float:right;
	margin-top:13px;
	width:135px;
	height:10px;
	background:url(images/btm_female.png) no-repeat;
	padding:241px 25px 15px 6px;
}
#Footer {
	background:#cccccc;
	min-height:39px;
	width:100%;
	position:fixed;
	bottom:0;
	z-index:150;
}
.FtrConts {
	margin:auto;
	width:910px;
}
/*.NwsLtrDiv {
	float:left;
	width:370px;
	padding:0 0 0 4px;
}
.Nltr {
	float:left;
	width:auto;
	padding:13px 0 0 0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000;
	text-transform:uppercase;
}
.NltrBoxH {
	float:left;
	width:143px;
}
.NltrBoxH span {
	float:left;
	width:133px;
	margin:0;
	height:20px;
	padding:1px 5px 0 5px;
	background:url(images/home_newltr_txt_area.png) no-repeat;
}
.NltrBoxH span input {
	float:left;
	width:100%;
	background:none;
	border:none;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#cbcbcb;
}
.NltrBoxH label {
	float:left;
	margin:0;
	padding:0;
}
.NltrBoxH label a {
	float:left;
	padding:0;
}
.NltrBox {
	float:left;
	width:204px;
	padding:10px 0 0 17px;
}
.NltrBox span.txt {
	float:left;
	width:152px;
	margin:0;
	height:20px;
	padding:1px 5px 0 5px;
	background:url(images/email_bx_lft.jpg) no-repeat;
}
.NltrBox span input {
	float:left;
	width:100%;
	background:none;
	border:none;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#cbcbcb;
}
.NltrBox label {
	float:left;
	margin:0;
	padding:0;
}
.NltrBox label a {
	float:left;
	padding:0;
}*/



.NwsLtrDiv {
	float:left;
	width:370px;
	padding:0 0 0 4px;
}
.Nltr {
	float:left;
	width:auto;
	padding:13px 0 0 0;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
}
.NltrBoxH {
	float:left;
	width:143px;
}
.NltrBoxH span {
	float:left;
	width:133px;
	margin:0;
	height:20px;
	padding:1px 5px 0 5px;
	background:url(images/home_newltr_txt_area.png) no-repeat;
}
.NltrBoxH span input {
	float:left;
	width:100%;
	background:none;
	border:none;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#cbcbcb;
}
.NltrBoxH label {
	float:left;
	margin:0;
	padding:0;
}
.NltrBoxH label a {
	float:left;
	padding:0;
}
.NltrBox {
	float:left;
	width:204px;
	padding:10px 0 0 17px;
}
.NltrBox span.txt {
	float:left;
	width:152px;
	margin:0;
	*margin:0 0 0 -10px;
	height:20px;
	padding:1px 5px 0 5px;
	background:url(images/email_bx_lft.jpg) no-repeat;
}
.NltrBox span input {
	float:left;
	width:100%;
	background:none;
	border:none;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#cbcbcb;
}
.NltrBox label {
	float:left;
	margin:-1px 0 0 0;
	margin:0px 0 0 0\9;
	padding:0;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
.NltrBox label {
 float:left;
 margin:0px 0 0 0;
 padding:0;
}
}
.NltrBox label a {
	float:left;
	padding:0;
}
.CpyRht {
	color: #FFFFFF;
	float: right;
	font:normal 8px Arial, Helvetica, sans-serif;
	padding:15px 7px 0 10px;
	text-align: right;
	width: 518px;
}
.CpyRht span {
	color:#bc8a52;
}
.CpyRht span a {
	font:normal 8px Arial, Helvetica, sans-serif;
	font:normal 8px Arial, Helvetica, sans-serif /9;
	color:#bc8a52;
	text-decoration:none;
}
.CpyRht span a:hover {
	color:#bc8a52;
	text-decoration:underline;
}
.HdingTxt {
	float:left;
	width:100%;
	font:italic 18px Georgia, "Times New Roman", Times, serif;
	color:#dc8f1d;
}
.HdingTxt span {
	color:#cad439;
}
.Des {
	float:left;
	width:100%;
	font:italic 13px Georgia, "Times New Roman", Times, serif;
	color:#fff;
}
.FBIC {
	float:right;
	padding:4px 0 0 0;
}
.bookmarkIC {
	float:right;
	padding:0 0 0 10px;
}
.MidTp {
	width:877px;
	margin:auto;
	padding:0 0 35px 0;
	text-align:center;
	background:url(images/hding_btm_line.png) no-repeat bottom left;
}
.MidTp h1 {
	width:100%;
	font:italic 30px Georgia, "Times New Roman", Times, serif;
	color:#9b8464;
	text-transform:uppercase;
}
.MidTp h2 {
	width:100%;
	padding:14px 0 0 0;
	font:italic 20px Georgia, "Times New Roman", Times, serif;
	color:#4d4d4d;
}
.AbtItms {
	width:877px;
	float:left;
	padding:17px 0 14px 4px;
}
.AbtImgs {
	float:left;
	width:373px;
}
.StrImgs {
	float:left;
	width:496px;
}
.CntMap {
	float:left;
	width:326px;
	margin-right:63px;
}
.LrgImg {
	float:left;
	width:100%;
	position:relative;
	padding:0 0 5px 0;
}
.AbtMtrDiv {
	float:left;
	width:460px;
	padding:0 0 0 44px;
	_padding:0 0 0 40px;
}
.StrMtrDiv {
	float:left;
	width:352px;
	padding:26px 0 0 33px;
	_padding:26px 0 0 29px;
}
.CntMtrDiv {
	float:left;
	width:487px;
	padding:5px 0 0 0px;
	_padding:5px 0 0 0px;
}
.CntAdd {
	width:230px;
	margin-right:65px;
	font:italic 15px Georgia, "Times New Roman", Times, serif;
	color:#8e8e8e;
	float:left;
}
.CntMedAdd {
	float:right;
	width:191px;
	font:italic 15px Georgia, "Times New Roman", Times, serif;
	color:#8e8e8e;
}
.Intalk {
	width:347px;
	padding:0 0 0 7px;
	font:italic bold 15px Georgia, "Times New Roman", Times, serif;
	color:#9a8665;
}
.MrDom {
	width:347px;
	padding:0 0 14px 7px;
	font:italic bold 16px Georgia, "Times New Roman", Times, serif;
	color:#736258;
}
.AbtMtr {
	width:100%;
	float:left;
	font:italic 15px Georgia, "Times New Roman", Times, serif;
	color:#8e8e8e;
	text-align:justify;
	border-bottom:solid 1px #a5a5a5;
	padding:0 0 35px 0;
}
.AbtMtr h1 {
	width:100%;
	float:left;
	font:italic 18px Georgia, "Times New Roman", Times, serif;
	color:#c69b6e;
	padding:0 0 18px 0;
}
.AbtMtr2 {
	width:100%;
	float:left;
	font:italic 15px Georgia, "Times New Roman", Times, serif;
	color:#8e8e8e;
	text-align:justify;
	padding:30px 0 15px 0;
}
.AbtMtr2 h1 {
	width:100%;
	float:left;
	font:italic 18px Georgia, "Times New Roman", Times, serif;
	color:#c69b6e;
	padding:0 0 18px 0;
}
.ThmbsDiv {
	float:left;
	width:100%;
	padding:0 0 11px 0;
}
.AbtThmbsDiv {
	float:left;
	width:100%;
	padding: 15px 0 0 0px;
}
.ThmbUL {
	float:left;
	width:100%;
	display:block;
	list-style-type:none;
}
.ThmbUL li {
	float:left;
	padding:0 6px 0 0;
	display:block;
	list-style-type:none;
}
.MidFotr {
	float:right;
	width:878px;
	margin-left:3px;
	border-top:solid 1px #b6b6b6;
	padding:12px 0 0 0;
}
.MidFotr span {
	float:right;
	padding:0 11px 0 0;
}
.MidFotr label {
	float:right;
}
.YloLogo {
	position:absolute;
	right:15px;
	bottom:15px;
}
.white {
	color:#fff;
}
.WithExp {
	margin-top:20px;
	background:url(images/gry_logo.png) no-repeat center top;
	text-align:center;
	min-height:93px;
	padding:27px 0 0 0;
	font:italic 18px Georgia, "Times New Roman", Times, serif;
	color:#c69b6e;
}
.AbtItms h1 {
	width:100%;
	float:left;
	font:italic 18px Georgia, "Times New Roman", Times, serif;
	color:#c69b6e;
	padding:0 0 18px 0;
}
.br {
	margin:30px 0px;
	line-height:5px;
	height:5px;
	border-bottom:solid 1px #A5A5A5;
}
.thumbs li a .frame {
	position: absolute;
}
.thumbs li a .frame div {
	width:46px;
	height:46px;
	background:url(images/normalBG.png) no-repeat center top;
}
.thumbs li.selected a .frame {
	position: absolute;
}
.thumbs li.selected a .frame div {
	width:46px;
	height:46px;
	background:url(images/store_select.png) no-repeat center top;
}
.entry-content {
	font: italic 15px Georgia, "Times New Roman", Times, serif;
}
.Pls {
	color:#9c8565;
	float:left;
	padding:0 5px 0 0;
}
.CntNos {
	color:#8E8E8E;
}
.CntNos {
	color:#8E8E8E;
}
.CntNos a {
	font:italic 15px Georgia, "Times New Roman", Times, serif;
	color:#303030;
	text-decoration:underline;
}
.CntNos a:hover {
	color:#303030;
	text-decoration:none;
}
.AbtItms h1.ContMainHding {
	font:italic 30px Georgia, "Times New Roman", Times, serif;
	color:#c69b6e;
	padding:0 0 18px 0;
}
.MenuLftUL {
	display:block;
	list-style-type:none;
	float:left;
	width:395px;
}
.MenuLftUL li {
	display:block;
	list-style-type:none;
	padding:0 0 12px 0;
	float:left;
}
.MenuLftImg {
	float:left;
	width:179px;
	padding:0 11px 0 0;
}
.MenuLftItmsCont {
	float:left;
	width:205px;
	color: #8E8E8E;
	font: italic 15px Georgia, "Times New Roman", Times, serif;
	padding:25px 0 0 0;
}
.MenuLftItmsCont span {
	color: #9B8464;
	width:100%;
	float:left;
}
.MenuRhtConts {
	float:right;
	width:441px;
}
.TabContents {
	float: left;
	margin: 0 0 0 -2px;
	width: 100%;
}
.TabContMid {
	float:left;
	width:391px;
	padding:22px 24px 5px 26px;
	background:url(../images/menu_gry_mid.jpg) repeat-y;
}
.TabContBtm {
	float:left;
	width:100%;
	background:url(../images/menu_gry_btm.jpg) no-repeat;
	height:7px;
}
.SweetCont {
	float:left;
	width:100%;
	color: #8E8E8E;
	font: italic 15px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #A5A5A5;
	padding: 0 0 16px;
}
.SweetImgUL {
	display:block;
	float:left;
	width:100%;
	list-style-type:none;
	padding:12px 0 0 0;
}
.SweetImgUL li {
	display:block;
	float:left;
	list-style-type:none;
	width:45px;
	padding:0 24px 0 0;
}
.DwnloadPDF {
	float:right;
	padding:15px 0 0 0;
}
.MenuLftConts {
	width:434px;
	float:left;
}
.Closet {
	color:#C69B6E;
	float:left;
	padding:0 5px 0 0;
}
.HeadRight {
	float:right;
	width:645px;
	position:relative;
	z-index:1000;
}
.SubNavT {
	width:100%;
	margin:0;
	padding:0;
	height:33px;
	position:absolute;
	right:0px;
	top:0;
	z-index:100;
}
.SubNavi {
	float:right;
	list-style-type:none;
	display:block;
	background:url(images/sub_nav_bg.png) no-repeat;
	width:251px;
}
.SubNavi li {
	float:right;
	list-style-type:none;
	display:block;
	height:33px;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	line-height:24px;
}
.SubNavi li.NaviSub {
	width:110px;
	padding:0 0 0 6px;
}
.SubNavi li.ShopingCard {
	width:132px;
	cursor:pointer;
}
.SubNavi li img {
	vertical-align:middle;
	padding:0 3px;
}
.SubNavi li a {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:24px;
	padding:0 3px;
}
.FollowIcon {
	width:100%;
	padding:3px 0 0 0;
	height:24px;
	margin: 30px 0 0;
	*PADDING: 33px 0 0;
}
.FollowIcon a {
	float:right;
	padding:0 0 0 11px;
}
/*-------------------03-09-2012--------------------*/
body.BlodBg {
	background:#efefef;
}
.MidIn {
	width:100%;
	padding:18px 0;
}
.NewsLeft {
	width:608px;
	float:left;
}
.NewsBanner {
	width:100%;
	padding:0 0 15px 0;
	position:relative;
}
.DateShow {
	position:absolute;
	background:url(images/ban_date_bg.png) no-repeat;
	width:68px;
	height:84px;
	top:0;
	left:10px;
}
.DateShow p {
	text-align:center;
}
.DateShow p.Date {
	font:bold italic 29px Georgia, "Times New Roman", Times, serif;
	color:#fff;
}
.DateShow p.Month {
	font:bold italic 15px Georgia, "Times New Roman", Times, serif;
	color:#fff;
}
.DateShow p.Year {
	font:bold italic 12px Georgia, "Times New Roman", Times, serif;
	color:#fff;
}
.NewsTxt {
	width:602px;
	padding:0 3px 15px;
}
.NewsTxtTi {
	width:100%;
	padding:0 0 10px 0;
	border-bottom:1px solid #c8c5c3;
}
.NewsTxtTi h3 {
	font:italic 36px Georgia, "Times New Roman", Times, serif;
	color:#c2986d;
}
.NewsTxtTi p {
	font:italic 15px Georgia, "Times New Roman", Times, serif;
	color:#534741;
}
.NewsTxtMid {
	width:100%;
	padding:4px 0 15px 0;
	border-bottom:1px solid #c8c5c3;
}
.NewsTxtMid p {
	font:italic 15px Georgia, "Times New Roman", Times, serif;
	color:#808080;
	padding:8px 0;
}
.NewLeftList {
	padding: 0 3px 15px;
	width: 602px;
}
.NewLeftLiTi {
	width:100%;
	padding:0 0 10px 0;
}
.NewLeftLiTi h2 {
	font:italic 36px Georgia, "Times New Roman", Times, serif;
	color:#c2986d;
}
.NewLeftLiTi p {
	font:italic 15px Georgia, "Times New Roman", Times, serif;
	color:#534741;
}
.NewLeftLiM {
	width:100%;
	padding:25px 0;
	border-bottom:1px solid #c8c5c3;
}
.NewLeftLi {
	width:194px;
	float:left;
	list-style-type:none;
	display:block;
	padding:0 10px 0 0;
}
.NewLeftLi.Last {
	padding:0;
}
.NewLeftLi li {
	padding:0 0 10px 0;
	width:100%;
	float:left;
	list-style-type:none;
	display:block;
}
.NewLeftLi li h4 {
	font:italic 17px Georgia, "Times New Roman", Times, serif;
	color:#c69c6d;
}
.NewLeftLi li h4 a {
	font:italic 17px Georgia, "Times New Roman", Times, serif;
	color:#c69c6d;
}
.NewLeftLi li p {
	color:#808080;
	font:italic 15px Georgia, "Times New Roman", Times, serif;
}
.Comment {
	padding: 0 3px 15px;
	width: 602px;
}
.CommentTi {
	padding:0 0 10px;
	width:100%;
}
.CommentTi h2 {
	font:italic 36px Georgia, "Times New Roman", Times, serif;
	color:#c2986d;
}
.CommentTi p {
	font:italic 15px Georgia, "Times New Roman", Times, serif;
	color:#534741;
}
.CommentLi {
	width:100%;
	padding:22px 0;
	border-bottom:1px dashed #b3b3b3;
}
.CommentLi h4 {
	padding:0 0 12px 0;
	font:italic 18px Georgia, "Times New Roman", Times, serif;
	color:#000;
}
.CommentLi p {
	padding:8px 0;
	font:italic 18px Georgia, "Times New Roman", Times, serif;
	color:#808080;
}
.PostCmt {
	width:100%;
	padding:18px 0;
}
.PostCmt h3 {
	font:italic 18px Georgia, "Times New Roman", Times, serif;
	color:#c2986d;
	padding:0 0 14px;
}
.PostCmtFrm {
	width:100%;
	float:left;
	list-style-type:none;
	display:block;
}
.PostCmtFrm li {
	width:100%;
	float:left;
	list-style-type:none;
	display:block;
	padding:0 0 10px 0;
}
.CmtFild {
	width:242px;
	height:25px;
	border:1px solid #fff;
	background:#fff;
	padding:0 5px;
	font:bold 13px Georgia, "Times New Roman", Times, serif;
	color:#444;
	line-height:25px;
	float:left;
}
.PostCmtFrm li label {
	float:left;
	padding:0 0 0 12px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#000;
	line-height:27px;
}
.PostCmtFrm li label span.Red {
	color:#FF0000;
	font:bold 14px Arial, Helvetica, sans-serif;
}
.CmtTxtFild {
	width:592px;
	height:110px;
	border:1px solid #fff;
	background:#fff;
	padding:5px;
	font:bold 13px Georgia, "Times New Roman", Times, serif;
	color:#444;
	float:left;
}
.CmtBtnLe {
	background:url(images/submit_btn.jpg) no-repeat;
	width:168px;
	height:31px;
	float:left;
	font-size:0px;
	text-indent:-999px;
	cursor:pointer;
	border:0px;
	margin:15px 0 0;
}
.NewsRight {
	width:225px;
	float:right;
	padding:8px 0;
}
.widget_search {
	padding:0 0 18px;
	width:100%;
}
.SearchArticle h3 {
	font:italic 15px Georgia, "Times New Roman", Times, serif;
	color:#534741;
	padding:0 0 7px;
}
.SrhArtLi {
	width:100%;
	float:left;
	list-style-type:none;
	display:block;
}
.SrhArtLi li {
	float:left;
	list-style-type:none;
	display:block;
}
.widget_search #s {
	background:url(images/srh_fild_bg.jpg) no-repeat;
	width:141px;
	height:16px;
	border:0px;
	padding:0 10px;
	float:left;
	font:italic 11px Georgia, "Times New Roman", Times, serif;
	color:#000;
	line-height:16px;
	margin:0 11px 0 0;
}
.widget_search .btn {
	background:url(images/srh_btn.jpg) no-repeat;
	width:48px;
	height:15px;
	float:left;
	border:0px;
	font-size:0px;
	text-indent:-999px;
	cursor:pointer;
}
.popular-posts {
	padding: 0 0 18px;
	width: 100%;
}
.popular-posts h3 {
	font:italic 15px Georgia, "Times New Roman", Times, serif;
	color:#534741;
	padding:0 0 5px;
}
.MostPopuList {
	width:100%;
}
.MostPopuLi {
	width:100%;
	float:left;
	padding:3px 0;
}
.MostPopuLimg {
	float:left;
	padding:0 5px 0 0;
}
.MostPopuLTxt {
	padding:0 0 0 0;
	float:left;
	width:163px;
	font:italic 10px Georgia, "Times New Roman", Times, serif;
	color:#808080;
}
.MostPopuLTxt a {
	padding:5px 0;
	font:italic 10px Georgia, "Times New Roman", Times, serif;
	color:#808080;
}
.widget_collapsarch {
	width:100%;
	float:left;
	list-style-type:none;
	display:block;
	padding:0 0 15px 0;
}
ul.collapsing {
	width:213px;
	float:left;
	list-style-type:none;
	display:block;
	padding:0 0 0 12px;
}
ul.collapsing li {
	width:100%;
	float:left;
	list-style-type:none;
	display:block;
	padding:3px 0;
}
ul.collapsing li a {
	/*background:url(images/aero.jpg) no-repeat left;
padding:0 0 0 14px;
float:left;*/
font:bold italic 15px Georgia, "Times New Roman", Times, serif;
	color:#534741;
	text-decoration:none;
}
ul.collapsing li a:hover {
	color:#C2986D;
}
ul.collapsing li ul {
	width:201px;
	float:left;
	list-style-type:none;
	display:block;
	padding:0 0 0 12px;
}
ul.collapsing li ul ul {
	width:189px;
	float:left;
	list-style-type:none;
	display:block;
	padding:3px 0 0 12px;
}
ul.collapsing li ul ul li {
	padding:2px 0;
}
ul.collapsing li ul ul li a {
	background:none;
	padding:0;
	font:italic 10px Georgia, "Times New Roman", Times, serif;
	color:#808080;
}
ul.collapsing li ul ul li a:hover {
	color:#C2986D;
}
.Img {
	margin:0 0px 10px;
	min-height:81px;
	position:relative;
}
.txt {
}
.txt .entry-title {
	border-bottom: 1px solid #C8C5C3;
	padding: 0 0 5px;
	margin:0 0 0px;
}
.txt .entry-title a {
	color: #C2986D;
	font: italic 25px Georgia, "Times New Roman", Times, serif;
}
.entry-summary a {
	color: #C2986D;
	font: italic 12px Georgia, "Times New Roman", Times, serif;
}
.PstListing {
	border-bottom: 0px solid #C8C5C3;
	padding: 0 0 5px;
	margin:0 0 50px;
}
.comment-body {
	color: #808080;
	font: italic 18px Georgia, "Times New Roman", Times, serif;
	padding: 8px 0;
}
.logged-in-as a {
	color:#000;
}
.logged-in-as a:link, .logged-in-as a:visited {
	color:#000;
}
.widget_as_facebook_mem_likebox h3 {
	display:none;
}
#likeboxwrap {
	clear:both;
}
.MidListOn {
	width:100%;
	float:left;
	padding:20px 0;
}
.MidLiOn {
	width:178px;
	float:left;
	list-style-type:none;
	display:block;
	padding:0 20px;
}
.MidLiOn li {
	width:166px;
	float:left;
	list-style-type:none;
	display:block;
	border-bottom:1px dashed #c5c2c0;
	padding:7px 0;
	margin:0 6px;
}
.MidLiOn li.ImgBg {
	background:url(images/img_list_bg.png) no-repeat;
	width:158px;
	height:110px;
	padding:0;
	overflow:hidden;
	border:0px;
	padding:10px;
	margin:0;
}
.MidLiOn li label {
	float:left;
	font:italic 16px Georgia, "Times New Roman", Times, serif;
	color:#000;
	width:100%;
}
.MidLiOn li span {
	float:right;
	font:italic 18px Georgia, "Times New Roman", Times, serif;
	color:#736357;
}
.MidLiOn li a {
	padding:0 0 0 9px;
}
.MidLiOn li.ListTxt {
	border:0px;
	height: 60px;
}
.MidLiOn li.ListTxt p {
	font:italic 11px/15px Georgia, "Times New Roman", Times, serif;
	color:#777;
}
.entry-content .MidLiOn input.wishlistBtn {
	background:url(images/wish_list.png) no-repeat;
	width:69px;
	height:19px;
	border:0px;
	float:left;
	font-size:0px;
	text-indent:-999px;
	cursor:pointer;
	margin:2px 0 2px 0px;
}
a.detailsBtn {
	background:url(images/details.png) no-repeat;
	width:72px;
	height:19px;
	border:0px;
	float:left;
	font-size:0px;
	text-indent:-999px;
	cursor:pointer;
	margin:2px 0 2px 9px;
}
.wpsc_buy_button {
	background:url(images/add_to_cart.png) no-repeat;
	width:149px;
	height:20px;
	float:left;
	border:0px;
	font-size:0px;
	text-indent:-999px;
	cursor:pointer;
	margin:2px 0 2px 9px;
}
.MidLiOn li.ImgBg a {
	padding:0px;
}
.MidLiOn li a.wpsc_product_title {
	color: #000000;
	float: left;
	padding:0px;
	display:block;
	font: italic 16px Georgia, "Times New Roman", Times, serif;
}
.single-wpsc-product h1.entry-title {
	font: italic 30px/40px Georgia, "Times New Roman", Times, serif;
	color:#000;
}
.single-wpsc-product .MidTp {
	display:none;
}
.LeftProduct {
}
.RightPrduct {
}
.RightPrduct .pricedisplay {
    color: #756558;
    float: left;
    font: italic 55px Georgia,"Times New Roman",Times,serif;
    text-align: center;
    width: 100%;
}
.RightPrduct .custom_text {
/*	margin:0 0 20px;*/
}
.RightPrduct .custom_text h3 {
	color:#000;
	font: bold 14px/20px Arial, Helvetica, sans-serif;
}
.RightPrduct .custom_text p {
	color:#000;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
}
.RightPrduct .qntity {
	margin:0 0 15px;
}
.RightPrduct .qntity h3 {
    color: #000000;
    float: left;
    font: bold 12px/18px Arial,Helvetica,sans-serif;
    padding: 0 7px 0 0;
    width: 55px;
}
.RightPrduct .qntity .wpsc_quantity_update {
	float:left;
	margin: 0 0 0 10px;
}
.wpec-related-wrap {
	margin:10px 0px;
}
.wpec-related-wrap h2 {
	color:#000;
	font: italic 20px/30px Georgia, "Times New Roman", Times, serif;
	margin:0 0 10px;
}
.wpec-related-title a {
	color:#000;
	font: italic 11px/16px Georgia, "Times New Roman", Times, serif;
}
.wpec-related-title a:link, .wpec-related-title a:visited {
	color:#000;
	font: italic 11px/16px Georgia, "Times New Roman", Times, serif;
}
.wpec-related-wrap .product-info {
	display:none;
}
.single-wpsc-product .MidConts, .single-wpsc-product .MidIn, .single-wpsc-product .entry-content {
	margin: 0px 0 10px;
	padding:0px;
}
.shopping-cart-wrapper {
	background:url(images/cartRightBg.png) repeat-y right #909090;
	position:absolute;
	right:0px;
	*top:12px;
	width:335px;
	z-index:1000;
}
.wishlist {
	padding:5px;
	border-top:solid 1px #7f7f7f;
}
.wishlist h4 {
	font-size:11px;
	color:#fdb700;
	text-align:left;
	margin:5px 0 10px;
	border-bottom:solid 1px #6e6e6e;
	padding:0 0 5px;
}
.wishlist .imagecol {
	margin:0px;
	text-align:left;
}
.wishlist .imagecol img {
	width:55px;
}
.wishlist .imagecol a {
	display:block;
	margin:0 0 5px;
}
.wishlist .prodtitle a.wpsc_product_title {
	color:#000;
	font: italic 11px/16px Georgia, "Times New Roman", Times, serif;
}
#checkout_page_container {
	width:100%;
}
#checkout_page_container h3 {
	border-bottom: 1px solid #9D9D9D;
	color: #000000;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin: 10px 0;
	padding: 0 0 5px;
}
.single_product_display .RightPrduct input.wishlistBtn {
	background:url(images/detailWishlist.png) no-repeat;
	width:148px;
	height:20px;
	border:0px;
	display:none;
	float:left;
	font-size:0px;
	text-indent:-999px;
	cursor:pointer;
	margin:2px 0 8px 0px;
}

#wishlistajax
	{
	background:url(images/detailWishlist.png) no-repeat;
	width:148px;
	height:20px;
	border:0px;
	float:left;
	font-size:0px;
	text-indent:-999px;
	cursor:pointer;
	margin:2px 0 8px 0px;
	}

.SubMenuAcc {
	float:right;
	list-style-type:none;
	display:block;
}
.SubMenuAcc li {
	float:left;
	list-style-type:none;
	display:block;
	background:url("images/cartRightBg.png") repeat-y scroll right center #909090;
	height:25px;
	padding:0 15px;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:25px;
}
.SubMenuAcc li img {
	padding:0 3px;
}
.SubMenuAcc li.LeAccNav {
	background:url(images/subnavi_bg.png) no-repeat left;
	border-right:1px solid #888888;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:25px;
}
.SubMenuAcc li.LeAccNav a {
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	padding:0 6px;
}
.SubMenuAcc li.LeAccNav a.UserName {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#FAD701;
	text-transform:none;
	text-decoration:underline;
	background:url(images/aero_top.png) no-repeat right 6px;
	padding:0 9px 0 6px;
	margin:0 5px 0 0;
}
.SubMenuAcc li.LeAccNav a.UserName:hover {
	text-decoration:none;
}
.SubMenuAcc li.ShopingCard {
	cursor:pointer;
}
.SubMenuAcc li img {
	vertical-align:middle;
	padding:0 3px;
}
.SubMenuAcc li a {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:24px;
	padding:0 3px;
}


.shopping-cart-wrapper .shoppingcart table tbody td.product-name img
	{
		float:left;
	}

.shopping-cart-wrapper .shoppingcart table tbody td.product-name a {
	font: italic bold 11px Georgia, "Times New Roman", Times, serif;
	color:#000;
	line-height:24px;
	padding:0 3px;
	display:block;
	width:115px;
	float:left;
}

.shopping-cart-wrapper .shoppingcart table tbody td
	{
		vertical-align:middle;
	}

.shopping-cart-wrapper .shoppingcart table.dateCart tbody td.left
	{
	text-align:left;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#000;
	}


.RegHead {
	width:100%;
	float:left;
	height:106px;
}
.RegHeadLogo {
	float:left;
	padding:33px 0 0 20px;
}
.RegHeadLogoR {
	float:right;
	padding:20px 20px 0 0;
}
.RegMid {
	width:100%;
}
.RegMidLeft {
	float:left;
	width:292px;
	padding:20px 0 0 20px;
}
.LoginLe {
	width:100%;
	float:left;
}
.LoginLe h2 {
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#333;
	text-transform:uppercase;
	padding:0 0 22px 0;
}
.LoginLeFrm {
	width:100%;
	float:left;
	list-style-type:none;
	display:block;
}
.LoginLeFrm li {
	width:100%;
	float:left;
	list-style-type:none;
	display:block;
	padding:0 0 8px 0;
}
.LoginLeFrm li label {
	width:84px;
	float:left;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#333;
	line-height:28px;
}
.LoginLeFrm li.space label {
	line-height:14px;
}
.LogFild {
	width:156px;
	height:16px;
	border:1px solid #eee;
	float:left;
	background:#ddd;
	padding:5px 4px;
}
.LogCheckFild {
	float:left;
}
.LoginLeFrm li span {
	float:left;
	padding:4px 0 0 2px;
	font:bold 9px Tahoma;
	color:#8E8E8E;
}
.LoginBtn {
	background:url(images/login_btn.png) no-repeat;
	width:168px;
	height:31px;
	float:left;
	border:0px;
	font-size:0px;
	text-indent:-999px;
	cursor:pointer;
}
.LoginLeFrm li p {
	font:bold 8px Tahoma;
	color:#8E8E8E;
}
.LoginLeFrm li p a {
	color:#000;
	text-decoration:underline;
}
.LoginLeFrm li p a:hover {
	text-decoration:none;
}
.RegMidRight {
	border-left:1px dashed #b0b0b0;
	float: left;
	padding: 20px 0 20px 40px;
	width:340px;
}
.RegMidRight h2 {
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#333;
	text-transform:uppercase;
	padding:0 0 22px 0;
}
.RegFrmRi {
	width:100%;
	float:left;
	list-style-type:none;
	display:block;
}
.RegFrmRi li {
	width:100%;
	float:left;
	list-style-type:none;
	display:block;
	padding:0 0 8px 0;
}
.RegFrmRi li label {
	width:120px;
	float:left;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#333;
	line-height:28px;
}
.RegFrmRi li.Line2 label {
	line-height:16px;
}
.RegFrmRi li span.Red {
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#FF0000;
	margin:-6px 0 0 3px;
	float:left;
}
.RegFrmRi li p {
	float:right;
	width:220px;
	padding:2px 0 0 0;
	color:#888;
}
.RegFrmRi li.space label {
	line-height:14px;
}
.RegFildR {
	width:156px;
	height:16px;
	border:1px solid #eee;
	float:left;
	background:#ddd;
	padding:5px 4px;
}
.JoinOurEmail {
	width:285px;
	float:left;
	border-bottom:1px dashed #b0b0b0;
	padding:15px 0 10px;
}
.JoinOurEmail h3 {
	width:100%;
	float:left;
	padding:0 0 4px 0;
	border-bottom:1px dashed #b0b0b0;
}
.JoinOurEmail h3 span {
	float:left;
	padding:0 5px;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#333;
}
.JoinOurEmail h3 label {
	float:right;
	padding:0 5px;
	font:bold 10px Arial, Helvetica, sans-serif;
	color:#FF0000;
}
.JoinEmTxt {
	width:275px;
	float:left;
	padding:10px 5px 0 5px;
	list-style-type:none;
	display:block;
}
.JoinEmTxt li {
	width:100%;
	float:left;
	list-style-type:none;
	display:block;
}
.cheJoinEm {
	float:left;
}
.JoinEmTxt li label {
	float:right;
	width:250px;
	padding:0 0 0 3px;
	font:normal 12p Arial, Helvetica, sans-serif;
	color:#888;
}
.RegBtnRiB {
	width:285px;
	float:left;
	padding:20px 0 0 0;
}
.ResetBtnR {
	background:url(images/reset_btn.png) no-repeat;
	border: 0 none;
	cursor: pointer;
	float: left;
	font-size: 0;
	height: 31px;
	text-indent: -999px;
	width:96px;
}
.RegBtnR {
	background:url(images/register_btn.png) no-repeat;
	float:right;
	border: 0 none;
	cursor: pointer;
	font-size: 0;
	height: 31px;
	text-indent: -999px;
	width:168px;
}
.RegWrp {
	width:715px;
	margin:auto;
}

.RegWrp1 {
	width:715px;
	margin:auto;
	background:#fff;
	border:1px solid #D2D2D2;
}


.RegWrp .registerNameHeading, .RegWrp .registerContactInfoHeading, .RegWrp .registerAboutYourselfHeader {
	display:none;
}
#wppb_register label {
	width:120px;
	float:left;
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#333;
	line-height:28px;
}
#wppb_register input.text-input {
	background: none repeat scroll 0 0 #DDDDDD;
	border: 1px solid #EEEEEE;
	float: left;
	height: 16px;
	padding: 5px 4px;
	width: 156px;
}
#wppb_register textarea.text-input {
	background: none repeat scroll 0 0 #DDDDDD;
	border: 1px solid #EEEEEE;
	float: left;
	padding: 5px 4px;
}
#wppb_register input.submit {
	background:url(images/register_btn.png) no-repeat;
	float:left;
	border: 0 none;
	cursor: pointer;
	font-size: 0;
	height: 31px;
	text-indent: -999px;
	width:168px;
}
.MyAccWrp {
	width:887px;
	position:relative;
	left:-245px;
	top:0;
	z-index:50;
}
.MyAccMidBg {
	width:827px;
	background:#909090;
	padding:15px 30px;
	position:relative;
	z-index:100;
}
.MyAccHead {
	width:100%;
	float:left;
	padding:0 0 18px 0;
	border-bottom:1px solid #c8c8c8;
}
.MyAccHead h1 {
	float:left;
	font:italic 34px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	line-height:79px;
}
.MyAccHeadLogo {
	float:right;
}
.MyAccMid {
	width:100%;
	float:left;
}
.PerInfo {
	padding:15px 0;
	width:100%;
	float:left;
	border-bottom:1px dashed #cbcbcb;
}
.PerInfo h2 {
	width:100%;
	float:left;
	padding:0 0 6px 0;
}
.PerInfo h2 span {
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#fad701;
	text-transform:uppercase;
}
.PerInfo h2 label {
	float:right;
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#fff;
}
.PerInfo h2 label a {
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#fff;
}
.PerInfoLi {
	width:100%;
	float:left;
}
.PerInfoLi h3 {
	font:normal 24px Arial, Helvetica, sans-serif;
	color:#000;
	text-transform:uppercase;
	margin:0 0 10px;
	width:100%;
	float:left;
}
.PerInfoLi p {
	width:100%;
	float:left;
	padding:3px 0;
}
.PerInfoLi p label {
	float:left;
	width:20px;
	color: #FAD701;
	font: bold 15px Arial, Helvetica, sans-serif;
}
.PerInfoLi p span {
	float:left;
	color: #f3f3f3;
	font: bold 15px Arial, Helvetica, sans-serif;
}
.PerInfoLi p span a {
	color: #f3f3f3;
	font: bold 15px Arial, Helvetica, sans-serif;
}
.MyAccMidBotm {
	width:100%;
	float:left;
	padding:15px 0;
}
.OrderHistory {
	width:334px;
	float:left;
}
.OrderHistory h2 {
	color: #FAD701;
	font: bold 15px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding:0 0 5px 0;
}
.OrderHistory h3 {
	color: #FAD701;
	font: bold italic 10px Georgia, "Times New Roman", Times, serif;
	padding:7px 0 10px 0;
}
.OrderHiList {
	width:288px;
	float:left;
	padding:5px 0 10px 15px;
}
.OrderHiLimg {
	float:left;
	padding:0 10px 0 0;
}

.OrderHiLiTxt {
	float:left;
	width:110px;
}
.OrderHiLiTxt h4 {
	color: #000;
	font: bold italic 10px Georgia, "Times New Roman", Times, serif;
	line-height:10px;
}

.OrderHiLiTxt h4 a{
	color: #000;
	font: bold italic 10px Georgia, "Times New Roman", Times, serif;
	line-height:10px;
}

.OrderHiLiTxt h4 a:link,
.OrderHiLiTxt h4 a:visited{
	color: #000;
	font: bold italic 10px Georgia, "Times New Roman", Times, serif;
	line-height:10px;
}



.OrderHiLiTxt p {
	color: #fff;
	font:italic 9px Georgia, "Times New Roman", Times, serif;
	line-height:10px;
}
.Wishlist {
	float: left;
	width: 334px;
}
.Wishlist h2 {
	color: #FAD701;
	font: bold 15px Arial, Helvetica, sans-serif;
	padding: 0 0 5px;
	text-transform: uppercase;
}
.Wishli {
	float: left;
	padding: 5px 0 10px 15px;
	width: 288px;
}
.Wishlimg {
	float: left;
	padding: 0 10px 0 0;
}
.WishlTxt {
	float: left;
	width: 110px;
}
.WishlTxt h3 {
	color: #fff;
	font: italic bold 10px Georgia, "Times New Roman", Times, serif;
}
.WishlTxt p {
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#FAD701;
	padding:4px 0 0 0;
}
.MyAccMidBotm .imagecol {
	margin-bottom:0px;
}
.MyAccMidBotm .imagecol img {
	width:50px;
}
.MyAccMidBotm td.img {
	width:55px;
}
.MyAccMidBotm td {
	vertical-align:top;
}
.MyAccMidBotm .prodtitle a {
	color: #fff;
	font: italic bold 10px Georgia, "Times New Roman", Times, serif;
}
.MyAccMidBotm .price {
	color:#fff;
}
.ImgDeWrp {
	width:798px;
	margin:auto;
	background:#fff;
/*	border:1px solid #eee;*/
}
.ImgDeHead {
	width:650px;
	margin:auto;
	padding:10px 0 0 0;
}
.ImgDeHead h1 {
	float:left;
	font:italic 32px Georgia, "Times New Roman", Times, serif;
	color:#000;
	line-height:80px;
}
.ImgDeHead span {
	float:right;
}
.ImgDeMid {
	width:693px;
	margin:auto;
	padding:0 0 10px 0;
}
.LeftProduct {
	float: left;
	padding: 0 0px 0 0;
	width: 455px;
}


.RightPrduct {
    float: right;
    width: 168px;
		padding-left:25px;
		border-left: 1px dashed #AFAFAF;
}

.LeftProduct .default_product_display .imagecol .wpec-related-image img
	{
		width:94px;
	}



#single_product_page_container h1.entry-title
	{
		display:none;
	}


.wpec-related-wrap .wpec-related-product {
    display: block;
    float: left;
    list-style-type: none;
    padding: 0 20px 0 0;
    width: 93px;
}

.wpec-related-wrap .wpec-related-product .wpec-related-image img
	{
		width:94px;
	}

.checkout_cart td.timePWD  .remove {
    width: auto;
}

.DateTime
	{
		text-align:left;
		padding:15px 0px 0;
	}


.DateTime select
	{
		margin:0px 5px 0 0;
	}

.DateTime label
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#000;
		font-style:normal;
	}

.DateTime label.time
	{
		padding:0 0 0 50px;
	}


.checkout_cart .DateTime input.update {
    background: url("images/updateTime.png") no-repeat scroll 2px 3px transparent;
    border: medium none;
    cursor: pointer;
    outline: medium none;
    text-indent: -9999px;
    width: 16px;
}


.wpsc_make_purchase .wpsc_buy_button  {
	background:url(images/paypalBtn.jpg) no-repeat;
	float:right;
	border: 0 none;
	cursor: pointer;
	font-size: 0;
	height: 69px;
	text-indent: -999px;
	width:157px;
}

.CartLeftBtm
	{

    float: right;
    width: 15%;
	padding:10px 0 0 44px;
	}


#wpsc_shopping_cart_container .CartLeftBtm .total_price td:first-child
	{
		padding:0px;
	}


#checkout_page_container .wpsc_make_purchase
	{
		padding:15px 20px 0 0;
	}


#wpsc_shopping_cart_container .CartLeftBtm .total_price td
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#000;
		font-style:normal;
	}


#wpsc_shopping_cart_container .CartLeftBtm .total_price td .pricedisplay
	{
		font-size:30px;
		color:#000;
	}

.total_price td
	{
		vertical-align:middle !important;
	}

.contactInfoHeader,
.aboutYourselfHeader,
#wppb_modify .nameHeader
	{
		display:none;
	}

.ePLeft
	{
		width:400px;
		float:left;
	}


.ePRight
	{
		width:400px;
		float:right;
	}


.ePLeft label,
.ePRight label
	{
		color:#000;
		font:bold 12px/18px Arial,Helvetica,sans-serif;
	}


.ePLeft input,
.ePRight input
	{
		color:#000;
		background:#dddddd;
		padding:5px;
		border:0px;
		width:170px;
	}

.ePLeft select,
.ePLeft textarea
	{
		color:#000;
		background:#dddddd;
		padding:5px;
		border:0px;
		width:170px;
	}

#wppb_modify .form-submit input[type="submit"]
	{
		background:#4d4d4d;
		padding:5px 10px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:bold;
		text-transform:uppercase;
		color:#fff;
		margin:15px 0 0 0;
		border:0px;
	}


.IDMiRiFrm{
width:100%;
float:left;
padding:0px 0;
list-style-type:none;
display:block;
}
.IDMiRiFrm li{
width:100%;
float:left;
padding:0 0 8px;
list-style-type:none;
display:block;
}


.IDMiRiFrm li label{
width:100%;
float:left;
font:bold 9px Arial, Helvetica, sans-serif;
color:#000;
padding:0 0 3px 0;}
.entry-content select.DateSeFild{
background:#ddd;
border:1px solid #eee;
height:18px;
font:bold 11px Arial, Helvetica, sans-serif;
color:#000;
float:left;
width:40px;
margin:0 3px 0 0;
}
.entry-content select.MonthSeFild{
background:#ddd;
border:1px solid #eee;
height:18px;
font:bold 11px Arial, Helvetica, sans-serif;
color:#000;
float:left;
width:60px;
margin:0 3px 0 0;
}
.entry-content select.YearSeFild{
background:#ddd;
border:1px solid #eee;
height:18px;
font:bold 11px Arial, Helvetica, sans-serif;
color:#000;
float:left;
width:50px;
margin:0 3px 0 0;
}
.entry-content select.TimeSeFild {
background:#ddd;
border:1px solid #eee;
height:18px;
font:bold 11px Arial, Helvetica, sans-serif;
color:#000;
float:left;
width:100px;
margin:0 3px 0 0;
}


.entry-content select.TimeSeFild1,
.MidLiOn .wpsc_select_variation {
background:#ddd;
border:1px solid #eee;
height:18px;
font:bold 11px Arial, Helvetica, sans-serif;
color:#000;
float:left;
width:165px;
margin:0 3px 0 0;
}

.MidLiOn .wpsc_select_variation
	{
		 margin: 0 3px 10px 0;
		 display:none;
		 width:165px;
	}

.MidLiOn .qntity {
	margin:10px 0 10px;
	float:left;
	display:none;
}
.MidLiOn .qntity h3 {
    color: #000000;
    float: left;
    font: bold 12px/18px Arial,Helvetica,sans-serif;
    padding: 0 7px 0 0;
    width: 55px;
	margin:0px;
}
.MidLiOn .qntity .wpsc_quantity_update {
	float:left;
	margin: 0 0 0 10px;
}

.MidLiOn .qntity .wpsc_quantity_update input
	{
		margin:0px;
	}

#wpsc_shopping_cart_container .CartLeft #loginform label,
#wpsc_shopping_cart_container .joinTable label {
    color: #333333;
    float: left;
    font: bold 14px/28px Arial,Helvetica,sans-serif;
    width: 84px;
}

#wpsc_shopping_cart_container .CartLeft #loginform p,
#wpsc_shopping_cart_container .CartLeft .wpsc_signup_text
	{
		float:left;
		clear:left;
	}

#wpsc_shopping_cart_container .CartLeft #loginform .input,
#wpsc_shopping_cart_container .joinTable input {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #EEEEEE;
    float: left;
    height: 16px;
    padding: 5px 4px;
    width: 156px;
}


#wpsc_shopping_cart_container .login-submit input.button-primary {
    background: url("images/login_btn.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    float: left;
    font-size: 0;
    height: 31px;
    text-indent: -999px;
    width: 168px;
	margin:5px 0 0 82px;
}


.MidOnBanImg {
	background:url(images/ban_bgTop.png) no-repeat top;
	width:886px;
	float:left;
	overflow:hidden;
	padding:13px 0 0 0;
}

.MidOnBanImgIn{
	background:url(images/ban_bgMid.png) repeat-y;
	width:861px;
	float:left;
	overflow:hidden;
	padding:0px 13px 0 12px;
}
.MidOnBanImgBtm
	{
	background:url(images/ban_bgbottom.png) no-repeat bottom;
	width:886px;
	float:left;
	overflow:hidden;
	padding:0px 0px 9px 0px;
	}

.MidOnBanImgIn img
	{
		width:861px;
	}
.MidOnBanTxt {
	width:846px;
	float:left;
	padding:15px 20px 10px;
}
.MidOnBanTxt h2 {
	font:italic 18px Georgia, "Times New Roman", Times, serif;
	color:#c1976d;
}
.MidOnBanTxt p {
	font:italic 15px Georgia, "Times New Roman", Times, serif;
	color:#808080;
}.MidOnBan {
	width:100%;
	float:left;
	padding:0px 0 15px;
	margin:-15px 0 0 0;
	border-bottom:1px solid #9c9c9c;
}

em.count
	{
		font-style:normal;
	}


#header-cart .empty
	{
	padding:10px 15px;
	}

.RegRiBlock #wppb_register .errorHolder
	{
		float:left;
		padding:0px;
		width:100%;
	}


.RegRiBlock .errorHolder label img
	{
		display:none;
	}

.trns {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    padding: 10px;
    width: 590px;
	font-size:12px;
	text-align:center;
	}


.trns h1
	{
		font: italic 21px/28px Georgia, "Times New Roman", Times, serif;
		color:#7d7d7d;
		text-align:center;
		margin:0 0 20px;
	}

.trns h1 span
	{
		color:#f48c29;
		font-weight:bold;
	}


.start-stop playing
	{
		*display:none!important;
	}


body.home
	{
	background:#f4f4f4;
	}


#info
	{
		top:150px;
		right:100px;

	}

.closeBtn
	{
	 background: url("images/close.png") no-repeat scroll 0 0 transparent;
	 width:72px;
	 height:16px;
	 font-size:0px;
	 line-height:1px;
	 text-indent:-9999px;
	 margin:15px 0 15px 20px;
	 display:block;
	 }

#facebox_overlay2 {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}


#facebook_like_button_holder {
	position:relative;
	width:82px;
	height: 24px;
	color:#fff;
	float:right;
	margin:0 15px 0 0;
	overflow:auto;
	overflow-x:hidden;
	}

	#facebook_like_button_holder iframe {
	position:absolute;
	top: 0px;
	height:24px;
	width: 82px !important;
	}

	#fake_facebook_button {
	/* pointer-events: none; */
	position:absolute;
	width: 82px;
	height: 24px;
	left:0;
	top:0;
	background: url("images/facebook.png") no-repeat scroll 0 0 transparent;
	cursor:pointer;
	}



#custom-tweet-button a {
   background: url('images/twitter.png') 0 0 no-repeat;
   display: block;
   width: 67px;
   height: 24px;
}
#custom-tweet-button a:hover {
   background: url('images/twitter.png') 0 0px no-repeat;
}
#custom-tweet-button a:active {
   background: url('images/twitter.png') 0 0 no-repeat;
}

.CloseFram
	{
		text-align:right;
		margin:-10px -17px 0 0;
	}

.CloseFram a
	{
		font-size:12px;
		color:#fff;
		cursor:pointer;
	}


.wpsc_totals .labelTb
	{
		font: bold 18px/22px Arial, Helvetica, sans-serif;
		color:#fcc207;
		display:block;
		margin:0 0 10px;
	}

.wpsc_totals .checkout-total
	{
		font: bold 22px/26px Arial, Helvetica, sans-serif;
		color:#000;
		display:block;
	}

.dateCart select
	{
		font-size:10px;
		padding:0px;
		margin:0 0 5px;
	}



.IDMiRiFrm p
	{
    color: #000000;
    font: bold 9px Arial,Helvetica,sans-serif;
	margin:0 0 5px;
	}


.product_description h3
	{
	font:italic bold 15px Georgia, "Times New Roman", Times, serif;
	color:#000;
	margin:10px 0;
	}

span.adc
	{
		  color: #FFFFFF;
    display: block;
    margin: 0 0 10px;
    padding-left: 154px;
	}


.ePRight .JoinOurEmail {
    border-bottom: 1px dashed #B0B0B0;
    float: left;
    padding: 15px 0 10px;
    width: 100%;
}

.ePRight .JoinEmTxt {
    display: block;
    float: left;
    list-style-type: none;
    padding: 10px 5px 0;
    width: 100%;
}

.ePRight .JoinEmTxt input {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 0 none;
    color: #000000;
    padding: 0px;
    width: auto;
}

.ePRight .JoinEmTxt li label {
    color: #666666;
    float: left;
    padding: 5px 0 0 10px;
	font-weight:normal;
    width: 303px;
}


.RegMidRight .JoinOurEmail h3 label.Red
	{
		color:#FF0000 !important;
		font:bold 10px Arial, Helvetica, sans-serif  !important;
	}


.CartRight .registerNameHeading,
.CartRight .registerContactInfoHeading,
.CartRight .registerAboutYourselfHeader
	{
		display:none;
	}


.CartRight .JoinOurEmail {
    border-bottom: 1px dashed #B0B0B0;
    float: left;
    padding: 15px 0 10px;
    width: 347px;
}

#checkout_page_container .CartRight .JoinOurEmail h3 {
    border-bottom: 1px dashed #B0B0B0;
    float: left;
    padding: 0 0 4px;
    width: 100%;
	border-bottom:0px;
}

#checkout_page_container .CartRight .JoinEmTxt {
    display: block;
    float: left;
    list-style-type: none;
    padding: 10px 5px 0;
    width: 100%;
}

#checkout_page_container .CartRight .JoinOurEmail h3 label {
    color: #FF0000;
    float: right;
    font: bold 10px Arial,Helvetica,sans-serif;
    padding: 0 5px;
	width:auto;
}

#checkout_page_container .CartRight .JoinEmTxt li label {
    color: #888888;
    float: left;
    font: 12px/19px Arial,Helvetica,sans-serif;
    padding: 3px 0 0 3px;
    width: 312px;
}

#wpsc_shopping_cart_container .wpsc_checkout_forms label.error
	{
		font:normal 10px Arial, Helvetica, sans-serif;
		color:#FF0000;
		margin:0 72px 0 0;
	}


.shopping-cart-wrapper .CloseFram
	{
	    margin: 0 10px 0 0;
    text-align: right;
	}



#wpsc_shopping_cart_container .CartLeftBtm .total_tax td
	{
		font-size:15px;
		padding:0 0 5px;
		color:#666666;
	}


#checkout_page_container .wpsc_make_purchase {
    padding: 30px 20px 0 0;
}
.product_description p
{
line-height: 23px;
    margin: 10px 0;
}.DateTimeText{
width:100%;


}
.custom_text1{
	color:#000;
	background:#CCEEDD;
	/* border: 1px solid #756558; */

}
.boxTemp
	{
		background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #AFAFAF;
    color: #000000;
    float: left;
    font: 10px/15px Arial,Helvetica,sans-serif;
    margin: 10px 10px 10px 0;
    padding: 3px;
	}
	.boxTemp1
	{
		background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #AFAFAF;
    color: #000000;

    font: 10px/15px Arial,Helvetica,sans-serif;
    margin: 10px 10px 0 0;
    padding: 3px;
	}

.post-922 p { margin-bottom: 18px; }