/* $Id: style.css,v 1.6 2008/07/14 01:41:22 add1sun Exp $ */
@charset "UTF-8";

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Global Styles */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body, caption, legend, fieldset, th, td, ul, ol, li, p, input, textarea, select, option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #666666;
}
input, textarea, select, option {
    color: #000000;
}
body {
  /* These rules need to be re-written for Safari. The above rules are not sufficient. */
  /* ------------------ */
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #666666;
  /* ------------------ */
    margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
div#container-outer {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
}
p {
    margin: 0 0 8px 0;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    color: #FF9933;
    margin: 0 0 8px 0;
	text-align: left;
	font-weight: bold;
}
h1 {
    font-size: 26px;
	line-height: 32px;
}
h2 {
	font-size: 20px;
	line-height: 26px;
}
h3 {
	font-size: 18px;
	line-height: 24px;
}
h4 {
    font-size: 16px;
	line-height: 22px;
}
h5 {
	font-size: 14px;
	line-height: 20px;
}
h6 {
	font-size: 12px;
	line-height: 18px;
}
ul, ol {
	margin: 0 0 8px 40px;
	padding: 0;
}
li {
    margin: 0px;
	padding: 0px;
	text-align: left;
}
b, strong {
    font-weight: bold;
}
i, em {
    font-style: italic;
}
img {
    border: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Tables */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

table {
    border-collapse: collapse;
    border-spacing: 0px;
    font-size: inherit;
}
tr.even {
    background-color: #FFFFFF;
}
tr.odd {
    background-color: #E5E5E5;
}
th {
    font-weight: bold;
}
caption {
    text-align: left;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Forms */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

form {
    margin: 0px;
    padding: 0px;
}
fieldset {
    border: 1px solid #000000;
    padding: 5px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Messages and Errors */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div.messages {
    color: #006600;
    background-color: #CCFFCC;
    border: 2px solid #006600;
	 padding: 3px;
}
div.messages a {
    color: #006600;
    font-weight: bold;
}
div.messages a:hover {
    color: #000000;
}
div.error,
input.error,
textarea.error,
tr.error {
    color: #FF0000;
    background-color: #FFCCCC;
    border: 2px solid #FF0000;
	padding: 3px;
}
tr.error {
    border: 0;
}
div.error a,
input.error a,
textarea.error a,
tr.error a {
    color: #FF0000;
    font-weight: bold;
}
div.error a:hover,
input.error a:hover,
textarea.error a:hover,
tr.error a:hover {
    color: #000000;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Links */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

a:link,
a:visited {
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #FF9933;
    line-height: 17px;
	font-weight: normal;
}
a:hover,
a:active {
    color: #999999;
}
a:focus {
    outline: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Default Column Layouts */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* No sidebars */

body.no-sidebars div#page {
    width: 980px;
	margin: 0;
	float: left;
	clear: both;
}

/* Left sidebar only */

body.sidebar-left div#left-sidebar {
    width: 150px;
	margin: 0 10px 0 0;
	float: left;
	clear: both;
}
body.sidebar-left div#page {
    width: 809px;
	margin: 0;
	padding: 0 0 0 10px;
	border-left: 1px dotted #999999;
	float: left;
	clear: none;
}

/* Right sidebar only */

body.sidebar-right div#page {
    width: 615px;
	margin: 0 10px 0 0;
	float: left;
	clear: both;
}
body.sidebar-right div#right-sidebar {
    width: 355px;
	margin: 0;
	float: right;
	clear: none;
}

/* Both sidebars */

body.two-sidebars div#left-sidebar {
    width: 200px;
	margin: 0 10px 0 0;
	float: left;
	clear: both;
}
body.two-sidebars div#page {
	width: 560px;
	margin: 0 10px 0 0;
	float: left;
	clear: none;
}
body.two-sidebars div#right-sidebar {
    width: 200px;
	margin: 0;
	float: left;
	clear: none;
}

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

div#header {
	width: 980px;
	margin: 0 0 9px 0;
	background: transparent url(images/header.png) no-repeat 0 0;
	float: left;
	clear: both;
}
div#header div.left {
    width: 553px;
	margin: 0;
	float: left;
	clear: both;
}
div#header div.right {
    width: 427px;
	float: left;
	clear: none;
}
div#header h1 {
	margin: 0 0 0 18px;
	float: left;
	clear: both;
}
div#header h1 a {
	width: 535px;
	height: 51px;
	margin: 0;
	background: transparent url(images/title.png) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
}
div#header h2 {
	width: 453px;
	height: 28px;
	margin: 0 0 0 100px;
	background: transparent url(images/slogan.png) no-repeat 0 0;
	text-indent: -9999px;
	float: left;
	clear: both;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Nav Region */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div#nav-region {
    width: 980px;
	margin-bottom: 3px;
	float: left;
	clear: both;
	background: transparent url(images/nav-region.png) no-repeat 0 0;
}
div#nav-region-wrapper {
    float: right;
	clear: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Navigation - Primary */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div#navigation-primary {
	height: 35px;
	margin: 0;
	float: left;
	clear: both;
}
div#navigation-primary ul li {
    height: 30px;
	margin: 0;
	padding: 0;
	background: transparent url(images/nav-divider.gif) no-repeat top right;
}
div#navigation-primary ul li a {
	height: 25px;
	margin: 0 2px 0 0;
	padding: 5px 10px 0 10px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
	float: left;
}
div#navigation-primary ul li a span {
	height: 22px;
	display: block;
	float: left;
	cursor: pointer;
}
div#navigation-primary ul li a:hover,
div#navigation-primary ul li a.active {
    color: #FFFFFF;
	background: transparent url(images/primary-nav-over.png) repeat-x 0 0;
}
div#navigation-primary ul li a:hover span,
div#navigation-primary ul li a.active span {
	background: transparent url(images/primary-nav-arrow.png) no-repeat bottom center;
}

/* Nested Links */

div#navigation-primary ul li ul,
div#navigation-primary ul li ul li {
	margin: 0;
	padding: 0;
	height: auto;
}
div#navigation-primary ul li ul {
	top: 30px;
}
div#navigation-primary ul li ul li {
	background-color: #666666;
	background-image: none;
	clear: both;
}
div#navigation-primary ul li ul li:hover {
    background-color: #A3A3A3;
}
div#navigation-primary ul li ul li a {
    width: 120px;
	height: auto;
	padding: 2px 10px 5px 10px;
	color: #CCCCCC;
}
div#navigation-primary ul li ul li a span {
    height: auto;
}
div#navigation-primary ul li ul li a:hover,
div#navigation-primary ul li ul li a.active {
	background: transparent url(images/primary-nav-nested-over.png) repeat-x bottom left;
	color: #FFFFFF;
}
div#navigation-primary ul li ul li a:hover span,
div#navigation-primary ul li ul li a.active span {
    background-image: none;
}

/* Override Nice Menus (nice_menus.css and nice_menus_default.css) */

ul.nice-menu,
ul.nice-menu ul,
ul.nice-menu li {
    border: 0;
}
ul.nice-menu ul li {
    width: 140px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Navigation - Secondary */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div#navigation-secondary {
    width: 411px;
	margin: 5px 0 0 16px;
	float: left;
	clear: both;
}
div#navigation-secondary ul li {
    height: 40px;
	margin: 0;
	padding: 0;
	background: transparent url(images/nav-divider.gif) no-repeat top right;
	float: left;
}
div#navigation-secondary ul li.last {
    background-image: none;
}
div#navigation-secondary ul li a {
	height: 35px;
	margin: 0 3px 0 1px;
	padding: 5px 6px 0 6px;
	color: #FFFFFF;
	display: block;
	float: left;
}
div#navigation-secondary ul li a:hover {
    color: #000000;
	background: transparent url(images/secondary-nav-over.png) repeat-x 0 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Container */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div#container {
    width: 100%;
	background-color: #FFFFFF;
	float: left;
	clear: both;
}

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

div#footer {
    width: 100%;
	margin: 15px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px dotted #999999;
	background-color: #FFFFFF;
	float: left;
	clear: both;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Footer Menus */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div#footer div.block-menu {
    width: 135px;
	height: 170px;
	margin-bottom: 20px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px dotted #999999;
	float: right;
	clear: none;
}
/* The first menu in the row */
div#footer div#block-menu-menu-brands {
    width: 134px;
	border-left: 1px solid #999999;
}
/* The last menu in the row */
div#footer div#block-menu-menu-gifts {
    border-right: 1px solid #999999;
}
div#footer div.block-menu ul {
    list-style-type: none;
	list-style-image: none;
	margin: 0 0 0 10px;
	padding: 0;
}
div#footer div.block-menu ul li {
    list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
div#footer div.block-menu div.title {
    margin: 5px 0 5px 0;
	padding: 0 0 5px 10px;
	border-bottom: 1px dotted #999999;
}
div#footer div.block-menu div.title,
div#footer div.block-menu ul li a {
	color: #666666;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}
div#footer div.block-menu ul li a:hover {
    color: #000000;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* User Login Form */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* Overrides drupal.css */
#user-login-form {
    text-align: left;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Admin Menu */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div#admin-menu li a {
    font-size: 10px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Breadcrumb */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div.breadcrumb {
    width: 962px;
	margin: 0 0 10px 0;
	padding: 5px 8px 5px 8px;
	background-color: #FAFAFA;
	border: 1px solid #CCCCCC;
    float: left;
	clear: both;
}
div.breadcrumb a,
div.breadcrumb span {
    float: left;
	clear: none;
}
div.breadcrumb a,
div.breadcrumb a:link,
div.breadcrumb a:visited {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
div.breadcrumb a:hover,
div.breadcrumb a.active {
    color: #FF9933;
}
div.breadcrumb span {
    width: 14px;
	text-indent: -9999px;
	background: transparent url(images/breadcrumb-divider.gif) no-repeat center 6px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Blocks */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div.block {
    float: left;
}
div.block .title {
    font-weight: bold;
}
div.user-login-block {
    text-align: left;
}
/* Overrides block.css */
div.block-region {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	color: #000000;
	float: left;
	clear: both;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Block Region - Content Top */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div#contenttop {
	width: 100%;
	float: left;
	clear: both;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Block - Ticker */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div#block-views-ticker-block_1 p {
    color: #FFFFFF;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Block - Search */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div#block-search-0 {
    margin-left: 16px;
    float: left;
	clear: both;
}
div#block-search-0 label {
    color: #FFFFFF;
	margin: 0 10px 0 0;
	float: left;
}
div#block-search-0 div.form-item {
    height: 27px;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
	background: transparent url(images/search-form-field.png) no-repeat top right;
	float: left;
}
div#block-search-0 input.form-text {
    width: 203px;
	border: 0;
	background-color: transparent;
}
div#block-search-0 input.form-submit {
    width: 33px;
	height: 18px;
	padding: 0;
	border: 0;
	text-indent: -9999px;
	background: transparent url(images/search-form-submit.png) no-repeat 0 0;
	cursor: pointer;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Block - Shopping Cart */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div#block-uc_cart-0 {
	float: left;
	clear: both;
}
div#block-uc_cart-0 ul {
    list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
}
div#block-uc_cart-0 ul li {
    list-style-type: none;
	height: 30px;
	margin: 0;
	padding: 0;
	float: left;
	clear: none;
	background: transparent url(images/nav-divider.gif) no-repeat top right;
}
div#block-uc_cart-0 ul li a {
    height: 25px;
	margin: 0 2px 0 0;
	padding: 5px 10px 0 10px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
	display: block;
	float: left;
}
div#block-uc_cart-0 ul li a:hover,
div#block-uc_cart-0 ul li a.active {
    color: #FFFFFF;
	background: transparent url(images/primary-nav-over.png) repeat-x 0 0;
}
div#block-uc_cart-0 ul li.cart {
	background-image: none;
	float: right;
}
div#block-uc_cart-0 ul li.cart a {
	height: 25px;
	padding-left: 38px;
	margin: 0;
	background: transparent url(images/cart-button.png) no-repeat 0 0;
}
div#block-uc_cart-0 ul li.cart a span {
    height: 22px;
	display: block;
	float: left;
	cursor: pointer;
}
div#block-uc_cart-0 ul li.cart a:hover,
div#block-uc_cart-0 ul li.cart a.active {
	background: transparent url(images/cart-button.png) no-repeat 0 -30px;
}
div#block-uc_cart-0 ul li.cart a:hover span,
div#block-uc_cart-0 ul li.cart a.active span {
	background: transparent url(images/primary-nav-arrow.png) no-repeat bottom center;
}
div#block-uc_cart-0 ul li.checkout {
    background-position: 0 0;
	float: right;
}
div#block-uc_cart-0 ul li.checkout a {
    height: 25px;
	margin: 0 0 0 2px;
	text-transform: uppercase;
	background: transparent url(images/checkout-button.png) repeat-x 0 0;
}
div#block-uc_cart-0 ul li.checkout a:hover,
div#block-uc_cart-0 ul li.checkout a.active {
    background: transparent url(images/checkout-button.png) repeat-x 0 -30px;
}
div#block-uc_cart-0 ul li.checkout a:hover span,
div#block-uc_cart-0 ul li.checkout a.active span {
	background-image: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Block - Copyright and Credits */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div#block-block-4 {
    width: 100%;
	margin: 10px 0 10px 0;
	float: left;
	clear: both;
	text-align: right;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Block - Mailing List Form */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div#block-views-mailing_list_signup-block_1 {
	width: 250px;
	margin: 0 50px 0 0;
	float: left;
	
}
div#block-views-mailing_list_signup-block_1 h3.title {
    margin: 0 0 10px 0;
}
div#block-views-mailing_list_signup-block_1 h3.title,
div#block-views-mailing_list_signup-block_1 h3.title a {
    font-size: 13px;
	line-height: 19px;
}
div#block-views-mailing_list_signup-block_1 div.form-item {
  clear:both;
float:left;
margin:0 0 10px;
width:300px;
}
div#block-views-mailing_list_signup-block_1 div.form-item label,
div#block-views-mailing_list_signup-block_1 div.form-item p {

}
div#block-views-mailing_list_signup-block_1 div.form-item p,
div#block-views-mailing_list_signup-block_1 div.form-item div.description {
    width: 100%;
}
div#block-views-mailing_list_signup-block_1 div.form-item div.description {
    margin-top: 6px;
	float: left;
	clear: none;
}
div#block-views-mailing_list_signup-block_1 input,
div#block-views-mailing_list_signup-block_1 select {

	margin: 0;

	clear: none;
}
div#block-views-mailing_list_signup-block_1 textarea {
	width: 140px;
	margin: 0;
	float: left;
	clear: none;
}
div#block-views-mailing_list_signup-block_1 div.form-radios {
    margin-top: 6px;
}
div#block-views-mailing_list_signup-block_1 div.form-radios,
div#block-views-mailing_list_signup-block_1 div.form-radios label {
    width: 100%;
	margin-right: 0;
	margin-bottom: 0;
	float: left;
	clear: both;
}
div#block-views-mailing_list_signup-block_1 div.form-radios input.form-radio {
    width: auto;
	margin-right: 10px;
}
div#block-views-mailing_list_signup-block_1 input.form-submit {
    width: 71px;
	height: 17px;
	margin-bottom: 6px;
	float: right;
	border: 0;
	color: #FFFFFF;
	background: transparent url(images/form-subscribe-button.png) no-repeat 0 0;
	cursor: pointer;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Block - Featured Products */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

div#block-block-1 div.product {
    width: 349px;
	height: 130px;
	margin-bottom: 13px;
	background: transparent url(images/featured-product-box.png) no-repeat 0 0;
	float: left;
	clear: both;
	position: relative;
}
div#block-block-1 div.product h4 {
    width: 126px;
	margin: 0 0 0 16px;
	padding: 30px 0 0 0;
	color: #666666;
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
	float: left;
	clear: both;
}
div#block-block-1 div.product h4 span {
    font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	float: left;
	clear: both;
}
div#block-block-1 div.product img {
    margin: 6px 6px 0 0;
	float: right;
}
div#block-block-1 div.product a {
    width: 106px;
	height: 33px;
	padding: 2px 0 0 0;
	position: absolute;
	top: 106px;
	left: 249px;
	float: right;
	clear: right;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	background: transparent url(images/featured-product-button.png) repeat-x 0 0;
}
div#block-block-1 div.product a:hover {
    background-position: 0 -35px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Page - Home */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body.front div#page h3.title {
    display: none;
}
body.front div#page div.node div.content {
    position: relative;
}
body.front div#page div.rotate img {
    padding: 5px;
	border: 1px solid #CCCCCC;
}
body.front div#page div.numbers {
    height: 22px;
	padding: 3px 4px 0 4px;
	background: transparent url(images/slideshow-link-box.png) repeat-x 0 0;
	float: right;
	clear: both;
	position: absolute;
	top: 390px;
	left: 495px;
}
body.front div#page div.numbers a {
    color: #CCCCCC;
	margin: 0 4px 0 4px;
	font-size: 13px;
	line-height: 16px;
	float: left;
	clear: none;
}
body.front div#page div.numbers a:hover,
body.front div#page div.numbers a:active,
body.front div#page div.numbers a.active {
    color: #FFFFFF;
}
body.front div#page div.numbers a.prev,
body.front div#page div.numbers a.next {
    text-indent: -9999px;
	width: 6px;
	height: 8px;
	margin-top: 5px;
}
body.front div#page div.numbers a.prev {
    background: transparent url(images/slideshow-link-arrow-prev.png) no-repeat 0 0;
}
body.front div#page div.numbers a.next {
    background: transparent url(images/slideshow-link-arrow-next.png) no-repeat 0 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Pages - Products (Dinnerware) */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*
body.node-type-dinnerware div#page {
    width: 714px;
	border-right: 1px dotted #999999;
}
*/
body.node-type-dinnerware div#right-sidebar {
    width: 255px;
}
body.node-type-dinnerware div#page div.node div.terms,
body.node-type-dinnerware div#page div.node div.content,
body.node-type-dinnerware div#page div.node div.links {
    width: 100%;
	float: left;
	clear: both;
}
body.node-type-dinnerware div#page div.node div.content div.product-image {
  
	margin: 0 30px 0 0;
	float: left;
	clear: both;
}
/*
body.node-type-dinnerware div#page div.node div.content div.product-image {
    width: 360px;
	margin: 0 10px 0 0;
	float: left;
	clear: both;
}
*/

/*
body.node-type-dinnerware div#page div.node div.content span.print-link,
body.node-type-dinnerware div#page div.node div.content div.display,
body.node-type-dinnerware div#page div.node div.content div.model,
body.node-type-dinnerware div#page div.node div.content div.sell,
body.node-type-dinnerware div#page div.node div.content div.add-to-cart {
    width: 330px;
	margin: 0;
	float: left;
	clear: none;
}

*/

/*
body.node-type-dinnerware div#page div.node div.content span.print-link {
    text-align: left;
}

*/

/*
body.node-type-dinnerware div#page div.node div.content span.print-link .print_html,
body.node-type-dinnerware div#page div.node div.content span.print-link .print_mail,
body.node-type-dinnerware div#page div.node div.content span.print-link .print_pdf {
    margin: 0 10px 0 0;
}

*/

/*
body.node-type-dinnerware div#page div.node div.content div.display span {
    float: none;
	clear: none;
	padding: 0;
}

*/
body.node-type-dinnerware div#page div.node div.content div.add-to-cart input.form-submit,
div#page div.product div.content div.add-to-cart input.form-submit {
    width: 149px;
	height: 27px;
	padding: 0;
	border: 0;
	text-indent: -9999px;
	background: transparent url(images/add-to-cart-button.png) no-repeat 0 0;
	display: block;
	float: left;
	clear: both;
	cursor: pointer;
}
body.node-type-dinnerware div#page div.node div.content div.add-to-cart input#edit-registry,
div#page div.product div.content div.add-to-cart input#edit-registry {
    width: 107px;
	height: 24px;
  border: 0;
	margin-top: 4px;
	margin-left: 10px;
	background: transparent url(images/add-to-registry-button.png) no-repeat 0 0;
	clear: none;
}

#node-page-add-to-cart{
  float:left;
  width:400px;
  margin-left:20px;
}

#node-page-add-to-cart .product-title{
  font-size:13px;
  font-weight:bold;
  margin-bottom:10px; 
  padding-bottom:5px; 
  border-bottom:1px #ccc dashed;
}

#node-page-add-to-cart .description{
	float:left;
}

#node-page-add-to-cart .form-checkboxes{
  margin:0px;
}

#node-page-add-to-cart .form-select{
	margin-left:5px;
}

#node-page-add-to-cart .form-item {
  position: relative;
  display: block;
  width: 100%;
  clear: both;
}

#node-page-add-to-cart .form-item label {
  float: left;
  display: inline;
  margin-bottom:8px;
}

#node-page-add-to-cart .form-item .form-text {
  float: left;
  display: inline;
  margin-left:5px;
  margin-bottom:8px;
}

/*This hides the tags on the public page display */
.terms {
display:none;

}
/*This hides the UC sell price on the public page display */
.uc-price-sell {
display:none;
}

/*hides the SKU */
.model {
display:none;
}


/* styles to override the home page main slideshow */

.ssc img {
border:1px solid #CCCCCC;
padding:5px;
float:left;
}

/*
.ssc a {
float:left;
} */



.ssc, .ssc-content, .ssc-content span {
display:block;
float:left;
margin-bottom:13px;
margin-top:-2.6px;
position:relative;
text-align:center;
z-index:2;
}

.ssc-content {
text-align:left;
}
/* Trevor added this to hide the list style on the ticker text on home page and sub-pages - no bullet will show now */
#views-ticker-fade-container-ticker li {
list-style:none;
}


#recent_viewed {

}

/* Trevor added this to hide tags on the catalog pages */
ul.links.inline.uc-categories {
display:none;
}

/* Trevor added this to hide the borders on the catalog pages - the catalog tables */

.category-grid-products td {
background-color:#FFFFFF;
padding:20px;
text-align:center;
border-bottom:1px solid #FFFFFF;
border-right:1px solid #FFFFFF;
}

.category-grid-products table {
text-align:center;
width:100%;
border-left:1px solid #FFFFFF;
border-top:1px solid #FFFFFF;
}

tbody {
border-top:1px solid #FFFFFF;
}

/* Trevor added this make the sale prices in attributes red */
#edit-attributes-1-9-wrapper {

color:#FF0000;
font-weight:bold;
}

#edit-attributes-1-9-1-wrapper {

color:#FF0000;
font-weight:bold;
}

#edit-attributes-1-9-2-wrapper {

color:#FF0000;
font-weight:bold;
}

#edit-attributes-1-9-3-wrapper {

color:#FF0000;
font-weight:bold;
}



.view-catalog .add-to-cart {float:none;}

/* Trevor added this create the appropriate floats on the detail product pages */
.add-to-cart {float:left;}

.links {float:right;
clear:both;}

.field-field-image-flower {float:left;}

.field-field-flower-description {
float:left;
margin-left:55px;
width:400px;
}

.field-field-image-dinnerware {float:left;}

.field-field-image-event {float:left;}


.field-field-description {
float:right;
width:400px;
}

/* Trevor added this align the attribute radios on the main product pages */
.attributes .form-checkboxes, .form-radios {
margin:1em 0 1em 50px;
text-align:left;
}

/* Trevor added this align the fivestar rating display to the anonymous user */

.fivestar-static-form-item {
clear:both;
}

/* Trevor added this to hide the bullets in the left sidebar navs */

li.leaf {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0.2em 0.5em 0 0;
}


#block-simplenews-94 {
	
}

#node-11 .print-link {
display:none;
}

#block-simplenews_multisignup-0 {
	width:250px;
	float:left;
	margin-left:-40px;
}

.field-field-productimage {float:left;}


#block-block-1 {
float:right;
}

#rotor-view-id-rotor-view-display-id-block_1 {
border:1px solid;
padding:5px;
width:600px;
}


#block-views-rotor-block_1 {
background:transparent url() no-repeat scroll 0 0;
margin-top:0;
width:100%;
}


#block-views-ticker-block_1 {
    width: 100%;
	height: 43px;
	
	background: transparent url(images/info-bar-background.png) no-repeat 0 0;
	float: left;
	clear: both;
}

.view-catalog input.node-add-to-cart {
   width: 149px;
  height: 27px;
  padding: 0;
  border: 0;
  text-indent: -9999px;
  background: transparent url(images/add-to-cart-button.png) no-repeat 0 0;
  cursor: pointer;

}

.view-catalog .option{
  margin-left:30px !important;
}

.view-catalog input.node-add-to-registry {
 width: 107px;
  height: 24px;
  border: 0;
  margin-top: 4px;
  margin-left: 10px;
  text-indent: -9999px;
  background: transparent url(images/add-to-registry-button.png) no-repeat 0 0;
  cursor: pointer;
}

.view-catalog .node-add-to-cart {
	width:100%;
	margin:5px;
	clear:both;
}

.view-catalog .form-item {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 4px;
  clear: both;
}

.view-catalog .form-item label {
  float: left;
  display: inline;
  text-align: center;
  margin-left:75px;
}

.view-catalog .form-item .form-text {
  float: left;
  display: inline;
  margin-bottom:4px;
  margin-left:5px;
}

.view-catalog-events input.node-add-to-cart {
   width: 149px;
  height: 27px;
  padding: 0;
  border: 0;
  text-indent: -9999px;
  background: transparent url(images/add-to-cart-button.png) no-repeat 0 0;
  cursor: pointer;

}

.view-catalog-events .option{
  margin-left:30px !important;
}

.view-catalog-events input.node-add-to-registry {
 width: 107px;
  height: 24px;
  border: 0;
  margin-top: 4px;
  margin-left: 10px;
  text-indent: -9999px;
  background: transparent url(images/add-to-registry-button.png) no-repeat 0 0;
  cursor: pointer;
}

.view-catalog-events .node-add-to-cart {
  width:100%;
  margin:5px;
  clear:both;
}

.view-catalog-events .form-item {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 4px;
  margin-top: 4px;
  clear: both;
}
.view-catalog-events .views-field-sell-price {
  margin-bottom:5px;
}

.view-catalog-events .form-item label {
  float: left;
  display: inline;
  text-align: center;
  margin-left:75px;
}

.view-catalog-events .form-item .form-text {
  float: left;
  display: inline;
  margin-bottom:4px;
  margin-left:5px;
}

.view-catalog-events .form-select {
  float: left;
  display: inline;
  margin-bottom:4px;
  margin-left:5px;
}

.view-catalog-events .description {
  display:none;
}

#registry_products_table td, #registry_products_table th {
	padding-left: 5px;
	padding-right: 5px;
}

#registry_products_table th {
	text-align: left;
}

#registry_products_table .form-item {
  position: relative;
  width: 50px;
  padding-top: 4px;
  clear: both;
  display: inline;
}


#uc-registry-gift-card-form .form-item {
	display:inline;
}
#registry_products_table .form-item .form-submit {
  float: left;
  display: inline;
  margin-bottom:4px;
  margin-left:5px;
}

#registry_products_table input.node-add-to-cart {
  width: 105px;
  height: 22px;
  padding: 0;
  border: 0;
  text-indent: -9999px;
  background: transparent url(images/add-to-cart-button-no-icon.png) no-repeat 0 0;
  cursor: pointer;

}

#uc-registry-gift-card-form input.node-add-to-cart {
  width: 149px;
  height: 27px;
  padding: 0;
  border: 0;
  text-indent: -9999px;
  background: transparent url(images/add-to-cart-button.png) no-repeat 0 0;
  cursor: pointer;

}

#registry_products_table .gift-wrap {
  position: relative;
  margin-top: 6px;
  clear: both;
}

#imageData #imageDetails {
display:none;
float:left;
text-align:left;
width:70%;
}

#webform-component-topics_of_interest {
width:200px;
}

#webform-component-first_name input#edit-submitted-first-name {
width:200px;
}

#webform-component-last_name input#edit-submitted-last-name {
width:200px;
}

#webform-component-e_mail input#edit-submitted-e-mail {
width:200px;
}

.attributes .form-item {
display:inline;
}


.attributes {

}

#registry-special-instructions {
	background-color: #D9EAFF;
}

.views-field-title {
    min-height: 35px;
}

.views-field-field-productimage-fid {
    min-height:  150px;
}

.image-button {
    border: 0;
    margin: 0;
    padding: 0;
    width: 105px;
    height: 22px;
    font-size: 0;
    cursor: pointer;
    color: transparent;
    text-transform: capitalize;
    text-indent: -9999px;
}    
	
.cart-edit-update {
    background: transparent url(images/update-cart-button-cart.png) 0 0 no-repeat;
}

.cart-edit-checkout {
    background: transparent url(images/checkout-button-cart.png) 0 0 no-repeat;
}

.cart-edit-cancel {
    background: transparent url(images/cancel-order-button.png) 0 0 no-repeat;
}

.cart-edit-continue {
    background: transparent url(images/review-order-button.png) 0 0 no-repeat;
}

/** jbillo: Classes for frequently used styles **/
td.align-center {
	text-align: center;
}

td.sale-price {
	color: #FF0000; 
}

table.order-pane-table td.product a {
	color: #C60;
}
