/* 
Theme Name: City Retreat
Theme URI: 
Description: Gavin Elliott's CSS with a bit of Matt Brett's Bare Bones Stylesheet.
Version: 2.0
Author: <a href="http://carrotmedialtd.com">Carrot Media Ltd</a>
Author URL: http://carrotmedialtd.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

body {
	font: 62.5% "Arial", Verdana, sans-serif;
	background: url(/images/main_bg.png) repeat-x #20315f;
	text-align: center;
}

#wrapper {
	/*display: block;*/
	overflow: auto;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: url(/images/maintop_bg.png) top no-repeat white;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

/* @group header */

/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#header {
	width: 100%;
	margin-bottom: 0px;
	overflow: auto;
	height: 164px;
}

#header-inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	display:block;
	clear: both;
	height: 104px;
}

/*#logo {
	float: left;
	font-size: 2.4em;
	margin: 30px 10px 30px 10px;
}

#logo a:link, #logo a:visited, #logo a:active {
	text-decoration: none;
}

#logo a:hover {
	text-decoration: none;
}*/

h1#logo { background: url(/images/logo.png) no-repeat 0 0; width:266px; height:104px; float: left; margin: 30px 10px 30px 10px;}
h1#logo a { width:266px; height:104px; display:block; text-indent:-9999px; }


/* @group nav - image replacement */


/* HEADER IMG - PLAIN TEXT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#header-img {
	float: right;
	margin: 40px 10px 10px 0px;
}

/* @end */

/* NAV - IMAGE REPLACEMENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

/*#nav {
	width: px;
	height: px;
}

#nav li {
	display: inline;
}

#nav a {
	float: left;
	height: 0;
	padding-top: px;
	overflow: hidden;
	text-decoration: none;
}

#nav-home a {
	width: px;
	background: url("../images/nav.gif") no-repeat 0 0;
}

#nav-home a:hover {
	background: url("../images/nav.gif") no-repeat 0 -px;
}*/

/* @end */

/* @group nav - plain text */

/* NAV - PLAIN TEXT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#nav-container {
	width: 100%;
	height: 30px;
	overflow: auto;
	background: #1f305e;
	border-bottom: 1px solid #415278;
}

#nav {
	margin: auto;
	width: 960px;
	height: auto;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	font-size: 0.8em;
}

#nav li {
	display: inline;
}

#nav li a:link, #nav li a:visited, #nav li a:active {
	float: left;
	display: block;
	padding: 8px 10px;
	color: #fff;
	text-decoration: none;
}

#nav li a:hover {
	color: #fff;
	background: #18294f;
	text-decoration: none;
}

#nav li a.right {
	float: right;
	display: inline;
}

#nav li a.selected {
        background: #18294f;
}

/* @end */

/* @end */

/* @group mid */

/* MID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#mid {	
	float: left;
	width: 940px;
	height: auto;
	overflow: visible;
	margin: 10px;
}

#mid-inner {
	margin: 0 auto;
	text-align: left;
}

/* @end */

/* @group content */

#shop-area {
  color: #18294f;
  font: 2.4em/1.6em Cambria, Times, Times New Roman, Georgia, serif;
  border-bottom: 3px solid #18294f;
  width: 700px;
}

.cat-title { border: 4px solid #dfe6f0 }
   

/* My Account - PLAIN TEXT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#my-account-container {
	width: 100%;
	height: auto;
	overflow: auto;
}

#my-account {
	margin: auto;
	width: 224px;
	height: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #6483a6;
}

#my-account li {
	display: block;
	padding: 3px 0px 0px 10px;
}

#my-account li a:link, #my-account li a:visited, #my-account li a:active {
	display: inline;
	color: #3f5d80;
	text-decoration: none;
	font-weight: bold;
}

#my-account li ul  {
	font-size: 1.1em;
	padding: 2px 0px 0px 10px;
	margin: 0px;
}

#my-account li ul li  {
	padding: 0px;
	margin: 0px;
}

#my-account li a:hover {
	color: #3f5d80;
	text-decoration: none;
}

#my-account li a.selected {
        font-weight: bold;
}

/* @end */
   
/* MENU - PLAIN TEXT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#menu-container {
	width: 100%;
	height: auto;
	overflow: auto;
}

#menu {
	margin: auto;
	width: 224px;
	height: auto;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	font-size: 1em;
}

#menu li {
	display: inline;
}

#menu li a:link, #menu li a:visited, #menu li a:active {
	display: block;
	padding: 8px 30px;
	color: #18294f;
	text-decoration: none;
	background: url(/images/bullet.png) left no-repeat;
}

#menu li a:hover {
	color: #fff;
	background: url(/images/bullet1.png) left no-repeat #2f406b;
	text-decoration: none;
}

#menu li a.selected {
        background: #18294f;
}

/* @end */

/* PRODUCT LISTING 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.product-snippet {
	display: block;
 	float: left;
 	width: 200px;
 	height: auto;
 	padding: 0;
 	margin: 15px;
 	font-family: Helvetica, Arial, sans-serif;
}   	

.product-snippet-image {
	border: 1px solid #ccc;
	padding: 0px;
	display: block;
	min-height: 100px;
}

span.product-name {
	display: block;
	font-size: 0.9em;
	color: #3f5d80;
	font-weight: bold;
	padding: 10px 0px;
	 
}

span.product-name a:link, span.product-name a:visited, span.view-details a:active {
	color: #3f5d80;
}

span.product-name a:hover {
	text-decoration: none;
	border: none;
	color: #18294f;
}

span.product-description {
	display: block;
	font-size: 0.8em;
	color: #6483a6;
	padding: 0px;
	line-height: 1.2em;
}

span.view-details {
	font-size: 0.9em;
	float: left;
	font-weight: bold;
	color: #3f5d80;
}

span.view-details a:link, span.view-details a:visited, span.view-details a:active {
	font-size: 0.9em;
	float: left;
	font-weight: bold;
	color: #3f5d80;
}

span.view-details a:hover {
	text-decoration: none;
	border: none;
	color: #18294f;
}

span.product-price {
	float: right;
	font-size: 0.9em;
	font-weight: bold;
	color: #18294f;
}

span.product-price-offer {
	float: right;
	font-size: 0.9em;
	font-weight: bold;
	color: #D20D17;
}

.product-break {
	width: 700px;
	height: 10px;
	clear: both;
	margin: 0;
	padding: 0;
}

/* @end */

/* PRODUCT DETAILS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#product-detail {
	width: 680px;
	margin: auto;
	margin-top: 20px;
}

.product-detail-img {
	width: 198px;
	height: 198px;
	float: left;
	border: 1px solid #ccc;
	margin: 0px 20px 10px 10px;
	
}

.product-detail-img p {
	font-style: italic;
	font-size: 0.4em;
	padding-top: 2px;
}

.add {
	color: #fff;
	font-size: 0.9em;
	font-family: Helvetica, Arial, sans-serif;
	float: right;
	display: block;
	margin: 15px;
}

.add a, .add a:link, .add a:visited, .add a:active {
	background: #3f5d80;
	padding: 10px;
	border: none;
	text-decoration: none;
	color: white;
}

.add a:hover {
	color: #fff;
	border: none;
	background: #18294f;
	text-decoration: none;
}

.add-form-row {
	display: block;
	border-top: 1px solid #6483a6;
	border-bottom: 1px solid #6483a6;
	color: #6483a6;
	width: 250px;
	float: left;
}

.add-form-label {
	display: block;
	margin: 12px;
	float: left;
}

.add-form-field {
	padding: 0;
	float: right;
	padding: 5px 10px 5px 0px;
}

.quantitybox {
	width: 30px;
	border: 1px solid #6483a6;
	font-size: 0.9em;
	padding: 5px;
}

.optionbox {

	border: 1px solid #6483a6;
	font-size: 0.9em;
	padding: 5px;
}

/* @end */

/* PAGINATION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#pagination {
	clear: both;
	color: #6483a6;
	font-size: 0.8em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	width: 700px;
	margin: 10px auto;
	height: 28px;
	border-top: 2px solid #18294f;
	border-bottom: 2px solid #18294f; 
	
}

#pagination-inner {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

#pagination-previous, 
#pagination-next 		{ width: 30%; text-align: left; height: 26px; display: block; }

#pagination-previous 	{ float: left; padding: 0px 10px }

#pagination-centre 		{ width: 30%; text-align:center; float:left; padding: 0px 0px }

#pagination-next 		{ float: right; text-align: right; padding: 0px 10px }

#pagination a:link, #pagination a:visited, #pagination a:active {
	color: #6483a6;
	text-decoration: none;
}

#pagination a:hover {
	color: #18294f;
}

#pagination p {
	font-size: 1.1em;
	padding: 5px 0px;
}


/* CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#content {
	overflow: visible;
	float: right;
	display: inline;
	width: 700px;
	color: #18294f;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	}

.content a:link, .content a:visited, .content a:active {
	color: #9dc1e5;
	text-decoration: none;
}

.content a:hover {
	color: #9dc1e5;
	border-bottom: 1px solid #9dc1e5;
}

.content h1 {
	margin-bottom: 1em;
	font-size: 1.6em;
	color: #18294f;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
}

.content h1 a:link, .content h1 a:visited, .content h1 a:active {
	color: #18294f;
	text-decoration: none;
}

.content h1 a:hover {
	color: #18294f;
}

.content h2 {
	margin-bottom: 1em;
	font-size: 1.4em;
	color: #18294f;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
}

.content h2 a:link, .content h2 a:visited, .content h2 a:active {
	color: #18294f;
	text-decoration: none;
}

.content h2 a:hover {
	color: #18294f;
}

.content h3 {
	margin: 2em 0 1em;
	font-size: 1.2em;
	font-weight: bold;
	color: #18294f;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
}

.content h3 a:link, .content h3 a:visited, .content h3 a:active {
	color: #18294f;
	text-decoration: none;
}

.content h3 a:hover {
	color: #18294f;
}

.content h4 {
	margin: 2em 0 1em;
	font-size: 1.1em;
	font-weight: bold;
	color: #18294f;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
}

.content h4 a:link, .content h4 a:visited, .content h4 a:active {
	color: #18294f;
	text-decoration: none;
}

.content h4 a:hover {
	color: #18294f;
}

.content h5 {
	margin: 2em 0 1em;
	font-size: 1em;
	font-weight: bold;
	color: #18294f;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
}

.content h5 a:link, .content h5 a:visited, .content h5 a:active {
	color: #18294f;
	text-decoration: none;
}

.content h5 a:hover {
	color: #18294f;
}

.content h6 {
	margin: 2em 0 1em;
	font-size: 1em;
	font-weight: bold;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
}

.content h6 a:link, .content h6 a:visited, .content h6 a:active {
	color: #18294f;
	text-decoration: none;
}

.content h6 a:hover {
	color: #18294f;
}

.content p {
	margin-bottom: 1.8em;
	font-size: 0.9em;
	line-height: 1.4em;
	font-family: Helvetica, Arial, sans-serif;
}

.content p a:link, .content p a:visited, .content p a:active, .content li a:link, .content li a:visited, .content li a:active {
	color: #9dc1e5;
	text-decoration: none;
}

.content p a:hover, .content li a:hover {
	color: #9dc1e5;
	border-bottom: 1px solid #9dc1e5;
}

.content ul {
	margin: 0 0 15px 30px;
}

.content ul li {
	list-style-type: square;
	font-size: 0.9em;
}

.content ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
}

.content ol li {
	list-style-type: decimal;
	font-size: 0.9em;
}

.content li {
	margin-bottom: 5px;
	font-size: 1.3em;
	line-height: 1.4em;
}

.content blockquote.style2 {
  	width: 500px;
  	color: #9dc1e5;
 	font: 1em/1.2em italic Cambria, Georgia, Times, Times New Roman, serif;
  	padding: 10px;
  	border-top: 1px solid #dbe6f2;
  	border-bottom: 1px solid #dbe6f2;
  	margin: auto;
  	background-image: url(/images/openquote2.png);
  	background-position: top left;
  	background-repeat: no-repeat;
  	text-indent: 40px;
  	line-height: 1.2em;
}

.content blockquote.style2 a:link, a:visited, a:active {
	color: #18294f;
}

.content blockquote.style2 span {
     display: block;
     background-image: url(/images/closequote2.png);
     background-repeat: no-repeat;
     background-position: bottom right;
     padding: 15px;
   }

.content img {
	display: block;
	padding: 0px;
}

.content img.alignleft {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
}

.content img[align $='left'] {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
}

.content img.alignright {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
}

.content img[align $='right'] {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
}

.content th {
    font: bold 11px Helvetica, Arial, sans-serif;
    color: #18294f;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #dfe6f0;
}
ogo
.content th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

.content th.spec {	
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff;
	font: bold 11px Helvetica, Arial, sans-serif;
}

.content th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #e6ebf3;
	font: bold 11px Helvetica, Arial, sans-serif;
	color: #B4AA9D;
}

.content table { border-left: 1px solid #C1DAD7;}

.content td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #18294f;
    text-align: center;
    font: bold 11px Helvetica, Arial, sans-serif;
}

.content #invoice-div td { border: none; font-weight: inherit;}

.content td.alt {
	background: #e6ebf3;
	color: #B4AA9D;
}

.content caption {
	padding: 0 0 5px 0;
	font: italic 12px Helvetica, Arial, sans-serif;
	text-align: right;
}

#shop-by-brand 		{ display: block; }
.brand-col 			{ display: block; float:left; width: 220px; }
.brand-col ul		{ margin-bottom: 20px;}
.brand-col ul li 	{ list-style-type: none; margin: 0px; line-height: 1.4em;}

/* @end */

/* @group sidebar */

/* SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#sidebar {
	float: left;
	display: inline;
	width: 224px;
	color: #18294f;
	font-family: Helvetica, Arial, sans-serif;
}

.sidebar a:link, .sidebar a:visited, .sidebar a:active {
	color: #9dc1e5;
	text-decoration: none;
}

.sidebar a:hover {
	color: #9dc1e5;
}

.sidebar h2 {
	margin-bottom: 1em;
	font-size: 1.4em;
	color: #18294f;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
}

.sidebar h2 a:link, .sidebar h2 a:visited, .sidebar h2 a:active {
	color: #18294f;
	text-decoration: none;
}

.sidebar h2 a:hover {
	color: #18294f;

}

.sidebar h3 {
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: bold;
	color: #18294f;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
}

.sidebar h3 a:link, .sidebar h3 a:visited, .sidebar h3 a:active {
	color: #18294f;
	text-decoration: none;
}

.sidebar h3 a:hover {
	color: #18294f;
}

.sidebar h4 {
	margin-bottom: 1em;
	font-size: 1.1em;
	font-weight: bold;
	color: #18294f;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
}

.sidebar h4 a:link, .sidebar h4 a:visited, .sidebar h4 a:active {
	color: #18294f;
	text-decoration: none;
}

.sidebar h4 a:hover {
	color: #18294f;
}

.sidebar h5 {
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: bold;
	color: #18294f;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
}

.sidebar h5 a:link, .sidebar h5 a:visited, .sidebar h5 a:active {
	color: #18294f;
	text-decoration: none;
}

.sidebar h5 a:hover {
	color: #18294f;
}

.sidebar h6 {
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: bold;
	color: #18294f;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
}

.sidebar h6 a:link, .sidebar h6 a:visited, .sidebar h6 a:active {
	color: #18294f;
	text-decoration: none;
}

.sidebar h6 a:hover {
	color: #18294f;
}

.sidebar p, .sidebar {
	margin-bottom: 1.8em;
	font-size: 0.9em;
	line-height: 1.4em;
}

.sidebar p a:link, .sidebar p a:visited, .sidebar p a:active, .sidebar li a:link, .sidebar li a:visited, .sidebar li a:active {
	color: #9dc1e5;
	text-decoration: none;
}

.sidebar p a:hover, .sidebar li a:hover {
	color: #9dc1e5;
	
}

.sidebar ul {
	margin: 0 0 15px 30px;
}

.sidebar ul li {
	list-style-type: square;

	
}

.sidebar ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
}

.sidebar ol li {
	list-style-type: decimal;
}

.sidebar li {
	margin-bottom: 5px;
	font-size: 0.9em;
	line-height: 1.4em;
}

/* @end */

/* @group comments */

/* HOMEPAGE CELLS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.home-cell-alpha {
	width: 345px; 
	height: auto;
	float: left;
}

.home-cell-bravo {
	width: 345px; 
	height: auto;
	float: right;
}

.home-cell-alpha img, .home-cell-bravo img {
	margin: 10px 0px;
}

/* @end */

/* @group footer */

/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#footer {
	clear: both;
	color: #fff;
	font-size: 0.7em;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	width: 960px;
	margin: 10px auto;
	height: 40px;
	background: url(/images/footer.png) center no-repeat;
	
}

#footer-inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#footer-credits, #footer-meta {
	width: 49%;
	text-align: left;
}

#footer-meta {
	text-align: right;
	padding: 15px 0px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#footer p {
	font-size: 1.1em;
	padding: 15px 0px;
}

#footer ul {
	margin-bottom: 10px;
}

#footer ul li {
	display: inline;
	margin-left: 5px;
	padding-left: 10px;
	font-size: 1.1em;
	border-left: 1px solid #999;

}

#footer ul li.first {
	border-left: none;
}

/* @end */

/* @group miscellaneous */

/* MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.clear {
	width: 100%;
	clear: both;
	height: 10px;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.centre {
	margin: auto;
	display: inline;
}

/*.feed {
	padding: 1px 0 1px 15px;
	background: url("../images/icon-feed.png") no-repeat 0 50%;
}*/

	/* jquery 1.7.1 ui styles for highlight/error */
	.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }
	.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; margin: 10px; }
	.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
	.ui-state-highlight, .ui-widget-content .ui-state-highlight { padding:5px; border: 1px solid #fcefa1; background: #fbf9ee url(/admin/images/jqueryui-images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
	.ui-state-highlight p {margin:0px;}
	.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
	.ui-state-error p {margin:0px;}
	.ui-state-error, .ui-widget-content .ui-state-error { padding:5px; border: 1px solid #cd0a0a; background: #fef1ec url(/admin/images/jqueryui-images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
	.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
	.ui-icon-alert { background-position: 0 -144px; }
	.ui-icon-info { background-position: -16px -144px; }
	.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; float: left; margin-right: .3em; }
	.ui-icon { width: 16px; height: 16px; background-image: url(/admin/images/jqueryui-images/ui-icons_222222_256x240.png); }
	.ui-state-highlight .ui-icon {background-image: url(/admin/images/jqueryui-images/ui-icons_2e83ff_256x240.png); }
	.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/admin/images/jqueryui-images/ui-icons_cd0a0a_256x240.png); }

/* Feedback */

div#feedback { background: #fff; float: left; margin: 0 0 10px 0 }
div#feedback ol { float:left; }
div#feedback ol li { list-style-type: none; float:left; font-size:93%; border: 2px solid #18294f; width:625px; position: relative; height: auto; margin: 10px 0px; padding: 10px;}
div#feedback ol li p { font-family: "bonveno-cf-1","bonveno-cf-2",sans-serif; font-size:93%; letter-spacing:1px; line-height:1.5;}
div#feedback ol li img { background: #18294f repeat scroll 0pt 0pt; float: left; margin: 10px 18px 10px 0; padding: 3px; }		

/* CONTACT FORM 
*******************************************************************************/

.content #contactform img { display: inherit; padding: 5px; }

#contactform {
    width: 420px;
    height: auto;
}

#inputbox {
    width: 300px;
    height: 15px;
    float: right;
}

#textarea {
    width: 300px;
    height: 200px;
    float: left;
}

.form-row {
    clear: both;
    height: auto;    
    padding: 10px;
   overflow: visible;
}

.form-row-text {
   clear: both;
   height: auto;    
   padding: 10px;
   overflow: visible;
    
}

.form-label {
   padding: 5px;
   float: left;
}

.form-field {
   float: right;
}

/* @end */

.account {
	width: 700px;
	color: #18294f;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	text-align:left;
	display:block;
	margin-bottom: 10px;
}

.account-small-text { font-size: 0.8em; text-align:left; float:left; padding-left:5px; font-weight:normal;}

.account-left { float:left; width: 290px; display:block;}

.account-right { float: right; width: 390px; display:block;}

.account td table {
	border: none;
}

.account td table td {
	border: none;
}

.account-button {
	color: #fff;
	font-size: 0.9em;
	font-family: Helvetica, Arial, sans-serif;
	float: right;
	display: block;
	margin: 5px 10px 5px 10px;
}

.account-button a, .account-button a:link, .account-button a:visited, .account-button a:active {
	background: #3f5d80;
	padding: 5px;
	border: none;
	text-decoration: none;
	color: white;
}

.account-button a:hover {
	color: #fff;
	border: none;
	background: #18294f;
	text-decoration: none;
}

.search-form {
	width: 700px;
	color: #18294f;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	text-align:left;
	display:block;
	margin-bottom: 10px;
}

.search-form select { width: 120px; margin: 5px;  }

.search-form-small-text { font-size: 0.8em; text-align:left; float:left; padding-left:5px; font-weight:normal;}

.search-form-left { float:left; width: 290px; display:block;}

.search-form-right { float: right; width: 390px; display:block;}

.search-form td table {
	border: none;
}

.search-form td table td {
	border: none;
}

.search-form-button {
	color: #fff;
	font-size: 0.9em;
	font-family: Helvetica, Arial, sans-serif;
	float: right;
	display: block;
	margin: 3px 3px 0px 3px;
}

.search-form-button a, .search-form-button a:link, .search-form-button a:visited, .search-form-button a:active {
	background: #3f5d80;
	padding: 4px;
	border: none;
	text-decoration: none;
	color: white;
}

.search-form-button a:hover {
	color: #fff;
	border: none;
	background: #18294f;
	text-decoration: none;
}

/* Product Detail Zoom */

div.jqZoomTitle
{
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:16px;
	padding-top:2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;

}

.jqZoomPup
{
		overflow:hidden;
		background-color: #FFF;
		-moz-opacity:0.6;
		opacity: 0.6;
		filter: alpha(opacity = 60);
		z-index:10;
		border-color:#c4c4c4;
		border-style: solid;
		cursor:crosshair;
}

.jqZoomPup img
{
	border: 0px;
}

.preload{
	-moz-opacity:0.8;
	opacity: 0.8;
   filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
   text-decoration: none;
	border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
	text-align:center;
   background-image: url(/images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
	width:90px;
	* width:100px;
	height:43px;
	*height:55px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;

}

.jqZoomWindow

{
	border: 1px solid #999;
	background-color: #FFF;}
