/* ------------------------------------------------------------------------- */
/* resets, basic settings */

body {
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	color: #555;
	background-image: url(/images/gui/dots.gif);
}
body, table, tr, td, th, p, input, select, ul, li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3;
}
table, tr, td, th, p, input, ul, li {
	line-height: 1.5;
}
input {
	line-height: 100%;
}
a {
	color: #555;
}
p {
	margin: 1em 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
h1 {
	font-size: 20px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-size: 13px;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	font-weight: bold;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
}

/* ------------------------------------------------------------------------- */
/* container classes */

.c1 {
	position: absolute; 
	width: 100%; 
	text-align: center;
}
.c2 {
	margin: auto;
	width: 770px;
	text-align: left;
}

/* ------------------------------------------------------------------------- */
/* top of page background */

#c_bg {
	z-index: 10; /* above the ribbon bg, but below the header background */
	height: 59px;
}
.t1 #c_bg {
	background-image: url(/themes/1/top.png);
	height: 60px;
}
.t2 #c_bg {
	background-image: url(/themes/2/top.png);
}
.t4 #c_bg {
	background-image: url(/themes/4/top.png);
}
.t7 #c_bg {
	background-image: url(/themes/7/top.png);
}
.t8 #c_bg {
	background-image: url(/themes/8/top.png);
}

/* ------------------------------------------------------------------------- */
/* header image */

#header {
	position: absolute;
	height: 215px;
	width: 100%;
	z-index: 20;
}
.t1 #header {
	background: transparent url(/themes/1/header.24.png) no-repeat center top;
}
.t2 #header {
	background: transparent url(/themes/2/header.24.png) no-repeat center top;
}
.t4 #header {
	background: transparent url(/themes/4/header.24.png) no-repeat center top;
}
.t7 #header {
	background: transparent url(/themes/7/header.24.png) no-repeat center top;
}
.t8 #header {
	background: transparent url(/themes/8/header.24.png) no-repeat center top;
}

/* ------------------------------------------------------------------------- */
/* background images to left and right of content */

#bgleft {
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: 230px;
	left: 0px;
	width: 100%;
	z-index: 0;
}
#bgright {
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	top: 230px;
	left: 0px;
	width: 100%;
	z-index: 0;
}

.t1 #bgleft {
	background-image: url(/themes/1/background-left.png);
	height: 202px;
	top: 120px;
}
.t1 #bgright {
	background-image: url(/themes/1/background-right.png);
	height: 461px;
	top: 200px;
}

.t2 #bgleft {
	background-image: url(/themes/2/background-left.png);
	height: 320px;
}
.t2 #bgright {
	background-image: url(/themes/2/background-right.png);
	height: 421px;
}

.t4 #bgleft {
	background-image: url(/themes/4/background-left.png);
	height: 234px;
}
.t4 #bgright {
	background-image: url(/themes/4/background-right.png);
	height: 461px;
	top: 200px;
}

.t7 #bgleft {
	background-image: url(/themes/7/background-left.png);
	height: 234px;
	top: 290px;
}
.t7 #bgright {
	background-image: url(/themes/7/background-right.png);
	height: 560px;
	top: 190px;
}

.t8 #bgleft {
	background-image: url(/themes/8/background-left.png);
	height: 320px;
}
.t8 #bgright {
	background-image: url(/themes/8/background-right.png);
	height: 421px;
}

/* ------------------------------------------------------------------------- */
/* homepage and landing page banners */

#c_banners {
	z-index: 10;
}
#c_banners .c2 {
	margin-top: 60px;
	background-color: #dcdfe1;
}

#banners_home_bg { 
	position: absolute;
	width: 770px;
	height: 158px;
	background-image: url(/images/gui/home.banners.24.png);
}
#banners_home_bg_S08 {
	position: absolute;
	width: 770px;
	height: 158px;
	background-image: url(/images/gui/home.banners.24.S08.png);
}
#banners_home_images {
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
	width: 760px;
}
* html #banners_home_images {
	width: 770px;
}
#banners_home_images img {
	border-right: 10px solid #dcdfe1;
}
#banners_home_main {
	padding: 0px 10px;
}
#banners_home_main2 {
	padding: 10px 10px 0px 10px;
}
#banners_home_main2x2 {
	padding: 10px 5px 0px 5px;
}
#banners_home_main2x2 img {
	margin: 0 5px;
}

/* ------------------------------------------------------------------------- */
/* main is where all the content goes */

#c_main {
	z-index: 30;
}
#main {
	padding-top: 106px;
}

/* ------------------------------------------------------------------------- */
/* searchtop is above normal content (leftright) */

#searchtop {
	width: 630px;
	padding-bottom: 8px;
	background: transparent url(/images/gui/dashes-horizontal.png) repeat-x bottom left;
}
#searchtop input {
	margin-right: 1px;
}
#searchtop input[type=submit] {
	width: 35px;
	margin-right: 4px;
}
#searchtop input[type=text] {
	width: 150px;
	margin-right: 4px;
}
#searchtop form {
	float: left;
}

/* ------------------------------------------------------------------------- */
/* left/right are the columns for normal content */

#leftright {
	background: transparent url(/images/gui/dashes-vertical.png) repeat-y 133px top;
	width: 663px;
}
#left {
	width: 133px;
	float: left;
	overflow: hidden; /* to prevent #left pushing out #right if navitem is too wide */
}
#right {
	width: 520px;
	float: right;
	margin-right: 1px;
}
* html #right {
	margin-right: -1px;
}
#right.fullwidth {
	width: 663px;
	float: none;
}

/* ------------------------------------------------------------------------- */
/* left navigation */

#left ul {
	/*border-top: 1px solid #e6e6e6;*/
	padding: 0px 4px 0px 0px;
	margin: 0px;
}
#left li {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #e6e6e6;
	list-style: none;
}
#left ul a {
	display: block;
	line-height: 200%;
	text-decoration: none;
	font-weight: bold;
	color: #a7acaf;
}
#left ul a:hover, #left ul a.selected {
	color: #555;
}
#left h3, #left h3 a {
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	text-decoration: none;
}
#left h4 {
	margin: 5px 0px 5px 0px;
}
#left h4 a {
	padding: 0px;
	color: #555;
	line-height: 100%;
}

#outletlanding h2 {
	margin-top: 0px;
	margin-bottom: 0.5em;
}
#outletlanding div.left {
	float: left;
	width: 160px;
	margin-bottom: 1.5em;
}
#outletlanding ul {
	padding: 0px;
	margin: 0px;
}
#outletlanding li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/* ------------------------------------------------------------------------- */
/* right formatting */

#right h1 {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ------------------------------------------------------------------------- */
/* ribbon */

#c_ribbonbg {
	z-index: 11;
}
#c_ribbonbg div.c2 {
}
#c_ribbonbg .c2 div {
	height: 160px;
	width: 85px;
	margin-left: 667px;
	position: absolute;
}
#ribbon {
	width: 85px;
	margin-left: 667px;
	margin-top: 22px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	color: #f5ebcd;
}
#ribbon .rbottom {
	height: 21px;
	background-color: transparent;
}
#ribbon a {
	display: block;
	color: #f5ebcd;
	text-decoration: none;
	width: 85px; /* for old ie */
}
#ribbon ul {
	padding: 0px;
	margin: 0px;
	margin-top: 28px;
}
#ribbon li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#ribbon div.routlet {
	position: absolute; 
	height: 49px; 
	margin-top: -70px;
	left: 0px;
	width: 85px;
}

.t1 #c_ribbonbg .c2 div, .t1 #ribbon ul {
	background-color: #f794a8;
}
.t1 #ribbon .rbottom {
	background-image: url(/themes/1/ribbon.bottom.24.png);
}
.t1 #ribbon a {
	background-color: #e77aa1;
	border-bottom: 1px solid #f38fa8;
}
.t1 #ribbon div.routlet {
	background-image: url(/themes/1/outlet.png); 
}
	
.t2 #c_ribbonbg .c2 div, .t2 #ribbon ul {
	background-color: #d7567c;
}
.t2 #ribbon .rbottom {
	background-image: url(/themes/2/ribbon.bottom.24.png);
}
.t2 #ribbon a {
	background-color: #b63d68;
	border-bottom: 1px solid #d6557b;
}
.t2 #ribbon div.routlet {
	background-image: url(/themes/2/outlet.png); 
}

.t4 #c_ribbonbg .c2 div, .t4 #ribbon ul {
	background-color: #5db1a1;
}
.t4 #ribbon .rbottom {
	background-image: url(/themes/4/ribbon.bottom.24.png);
}
.t4 #ribbon a {
	background-color: #479d9f;
	border-bottom: 1px solid #58ada1;
}
.t4 #ribbon div.routlet {
	background-image: url(/themes/4/outlet.png); 
}

.t7 #c_ribbonbg .c2 div, .t7 #ribbon ul {
	background-color: #6c76a9;
}
.t7 #ribbon .rbottom {
	background-image: url(/themes/7/ribbon.bottom.24.png);
}
.t7 #ribbon a {
	background-color: #635d93;
	border-bottom: 1px solid #6b71a5;
}
.t7 #ribbon div.routlet {
	background-image: url(/themes/7/outlet.png); 
}

.t8 #c_ribbonbg .c2 div, .t8 #ribbon ul {
	background-color: #b33535;
}
.t8 #ribbon .rbottom {
	background-image: url(/themes/8/ribbon.bottom.24.png);
}
.t8 #ribbon a {
	background-color: #9b3333;
	border-bottom: 1px solid #b23434;
}
.t8 #ribbon div.routlet {
	background-image: url(/themes/8/outlet.png); 
}

/* this one needs to be after the ribbon theme definitions */
#ribbon a.routlet {
	position: absolute;
	background-color: transparent;
	border-bottom: none; 
	margin-top: -53px; 
	color: #000;
	height: 17px;
	left: 0px;
	width: 85px;
}
#ribbon a.routlet:hover {
	color: #f5ebcd
}

/* ------------------------------------------------------------------------- */
/* navigation and logo */

#logo {
	position: absolute;
	/* settings for old logo */
	margin-left: 13px;
	top: 0px;
}
#logo2 {
	position: absolute;
	/* settings for new logo */
	margin-left: 15px;
	top: 17px;
}
#c_nav {
	z-index: 50;
}
#nav {
	text-align: right;
	margin-top: 6px;
	color: #f5ebcd;
	line-height: 18px;
	padding-right: 20px;
}
#nav a {
	color: #f5ebcd;
	text-decoration: none;
	margin-left: 10px;
}
#nav a:hover {
	text-decoration: underline;
}

/* ------------------------------------------------------------------------- */
/* season, big image above the footer */

#season {
	background-image: url(/images/gui/spring2010.png);
	background-repeat: no-repeat;
	height: 151px;
}
html > body #season {
	background-image: url(/images/gui/spring2010.png);
}
.home #season {
	background-position: 0px -67px;
	height: 150px;
}
* html .home #season {
	margin-top: -2px;
}
.landing #season {
}

#seasonS08 {
	background-image: url(/images/gui/spring2010.png);
	background-repeat: no-repeat;
	height: 151px;
}
html > body #seasonS08 {
	background-image: url(/images/gui/spring2010.png);
	
}
.home #seasonS08 {
	background-position: 0px -25px;
	height: 150px;
}
* html .home #seasonS08 {
}
.landing #seasonS08 {
}

/* ------------------------------------------------------------------------- */
/* footer */

#footer {
	margin-top: 10px;
}
.home #footer {
	margin-top: -50px;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul {
	padding: 0px;
	margin: 0px;
	margin-bottom: 1em;
	margin-left: 5px;
	float: left;
}
#footer1 {
	width: 140px;
}
#footer2 {
	width: 140px;
}
#footer3 {
	width: 120px;
}
#footer4 {
	width: 140px;
}
#footer li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
* html #footer li {
	height: 1.1em; /* required for old IE to prevent big vertical space */
}
#footer4 li {
	margin-right: 0px;
}
#footer p {
	/*clear: both;*/
	border-top: 1px solid #d4d4cf;
	text-align: center;
	padding-top: 7px;
	margin-top: 0px;
}

/* ------------------------------------------------------------------------- */
/* search boxes at bottom of the page */

#searchbottom {
	float: right;
	margin-top: 10px;
}
#searchbottom input[type=submit] {
	width: 35px;
	margin-left: 1px;
}
.home #searchbottom {
	/*margin-top: 5px;*/
}
.landing #searchbottom {
	margin-top: 10px;
}

/* ------------------------------------------------------------------------- */
/* ccf logo link in the search area on homepage */

#ccflogolink {
	margin-left: 40px;
	margin-top: 30px;
}

/* ------------------------------------------------------------------------- */
/* main navigation menu */

.menu {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 500;
}
.menu, .menu table, .menu tr, .menu td, .menu a {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.menu h1, .menu h2 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
}
.menu h1 {
	background-color: #dcdfe1;
	padding: 2px 4px;
}
.menu .mright h1 {
	/*text-align: right;*/
}
.menu .mcenter h1 {
	/*text-align: center;*/
}
.menu h2, .menu ul {
	padding: 0px 4px;
	margin: 0px;
}
.menu li {
	margin: 0px;
	padding: 0px;
}
.menu li {
	list-style: none;
}
.menu ul a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
	color: #777;
}
.menu ul a:hover {
	color: #555;
	background-color: #dcdfe1;
}
* html .menu li {
	height: 1.1em; /* required for old IE to prevent big vertical space */
}
.menu .mfooter {
	background: transparent url(/images/gui/menu-footer.png) bottom left;
	height: 10px;
	width: 150px;
	border: none;
}
.menu td {
	background-image: url(/images/gui/dots.gif);
	border-left: 1px solid #dcdfe1;
	border-right: 1px solid #dcdfe1;
	width: 148px;
}
.menu .close {
	position: absolute;
	right: 2px;
	margin-top: 2px;
}

/* ------------------------------------------------------------------------- */
/* products in search results */

.listproduct {
	margin: 3px 3px 0px 0px;
	width: 127px;
	float: left;
	text-align: center;
	background-color: white;
	min-height: 280px;
}
* html .listproduct {
	height: 260px;
}
.listproduct .image {
	height: 130px;
}
.listproduct .swatches {
	/* height: 35px; */
	/*overflow: hidden;*/
}
.listproduct .swatches img {
	margin: 5px 1px 0px 1px;
}
.listproduct .info {
	padding: 5px 1px;
	color: #706E6E;
}
.listproduct .more a {
	text-decoration: none;
}
.price {
	font-weight: bold;
}

/* ------------------------------------------------------------------------- */
/* product sets */

#productsets {
	padding: 5px;
	background-color: white;
}
#productsets .productset {
	padding: 2px 2px 2px 3px;
	width: 165px;
	height: 330px;
	float: left;
	text-align: center;
}
* html #productsets .productset {
	width: 170px;
}

#productset .left {
	float: left;
	width: 240px;
	margin-top: 5px;
}
#productset .right {
	float: left;
	width: 280px;
}
#productset .listproduct {
	width: 137px;
}
* html #productset .listproduct {
	width: 135px;
}

/* ------------------------------------------------------------------------- */
/* product "popup" & normal page */

#productcontainer {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(/images/gui/opaque.png);
	z-index: 300;
}
#productbox {
	width: 612px;
	min-height: 100px;
	background-color: white;
	margin: auto;
	z-index: 301;
	overflow: hidden;
	border: 2px solid #666;
	padding: 10px;
}
* html #productbox {
	width: 632px;
}

#product {
	margin-top: 10px;
}
#productbox #product {
	margin-top: 0px;
}
#product h1 {
	margin-top: 5px;
}
#productbox #product h1 {
	margin-right: 44px; /* width of the close button */
}
#pimagecontainer {
	width: 190px;
	background-color: white;
	text-align: center;
}
#product .left {
	float: left;
	width: 202px;
	margin-right: 10px;
	display: inline;
}
#popproduct p {
	background-color: #fff;
	padding: 3px;
}
#plinks {
	background-color: #fff;
	padding-left: 10px;
	padding-bottom: 5px;
	text-align: left;
}
#product .right {
	float: left;
	width: 288px;
	text-align: left;
	padding: 0px 10px;
	display: inline;
}
#productbox #product .right {
	width: 380px;
}
* html #productbox #product .right {
	width: 400px;
}
/* this sorts out any floating issues with the left/right not fitting in the 612px space */
#productbox #product {
	width: 620px;
}

/* these make the two columns the same height */
#product {
	overflow: hidden;
}
#product .left, #product .right {
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	background-color: white;
}
/* end making them the same height */

#addtobag, #gotobag input, #addtolist {
	width: 160px;
}
#pclose {
	position: absolute;
	margin-top: 2px;
	margin-left: 366px;
}
#product table {
	margin-bottom: 5px;
}

/* ------------------------------------------------------------------------- */
/* swatches in the product "popup" */

.swatch {
	float: left;
}
.swatch a {
	border: 2px solid #fff;
	display: block;
	padding: 1px;
	margin-right: 1px;
}
.swatch.selected a, .swatch a:hover {
	border-color: #000;
}

/* ------------------------------------------------------------------------- */
/* sizes in the product "popup" */

#sizes a {
	padding: 0px 5px 0px 5px;
	float: left;
	border: 2px solid #ccc;
	margin-right: 1px;
	display: block;
	text-decoration: none;
	margin-bottom: 1px;
	white-space: nowrap;
}
#sizes a.unselectable {
	cursor: default;
	background-image: url(/images/gui/unavailable.png);
}
#sizes a.selected {
	font-weight: bold;
	border-color: #000;
}
* html #sizes a {
	height: 26px;
}

/* ------------------------------------------------------------------------- */
/* other product styling */

.markdown {
	text-decoration: line-through;
	color: red;
}
.pbackground {
	background-color: white;
}

/* ------------------------------------------------------------------------- */
/* paging */

.paging {
	background-color: white;
	padding: 5px 0px;
	text-align: center;
	/*width: 554px;*/
	width: 518px;
}
.paging a {
	text-decoration: none;
	color: #999;
	border: 1px solid #fff;
	padding: 1px;
}
.paging a:hover {
	border: 1px solid #999;
}

/* ------------------------------------------------------------------------- */
/* shopping bag */

#bag, #bag table {
	width: 515px;
}
#bag tr {
	background-color: white;
}
#bag td {
	border-bottom: 1px solid #dcdfe1;
	padding: 2px 3px;
}
#bag th {
	background-color: #e6e6e6;
	padding: 4px 3px;
}
#bag .backorder {
	color: red;
	font-weight: bold;
}
#bagbuttons {
	border-top: 1px solid #dcdfe1;
	background-color: #fff;
	padding: 10px;
	text-align: right;
	width: 505px;
}
#bagbuttons input {
	font-size: 110%;
}
* html #bagbuttons {
	width: 515px;
}

/* ------------------------------------------------------------------------- */
/* advanced search */

#advsearch {
	width: 515px;
	background-color: #fff;
	padding: 5px 0px;
}
#advsearch th {
	text-align: left;
	width: 100px;
	padding-left: 10px;
}
#advsearch td {
	width: 450px;
}
#advsearch .swidth {
	width: 200px;
}

/* ------------------------------------------------------------------------- */
/* form stuff */

fieldset {
	padding: 0px 0px 0px 10px;
	border: 1px solid #b0b2b2;
	width: 90%;
}
legend {
	font-size: 18px;
	color: #555;
}

/* ------------------------------------------------------------------------- */
/* form/table pages */

.form table {
	width: 515px;
	background-color: #fff;
	padding: 5px 0px;
}
.form h2 {
	width: 505px;
	background-color: #dcdfe1;
	margin-bottom: 0px;
	margin-top: 15px;
	padding: 5px;
	font-size: 100%;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
* html .form h2 {
	width: 515px;
}
.form div {
	background-color: #fff;
	width: 505px;
	padding: 7px 5px 3px 5px;
}
.form div p {
	margin-top: 0px;
}
* html .form div {
	width: 515px;
}
.form .buttons {
	margin-top: 15px; /* same as for h2 */
}
.form .buttons td {
	padding: 5px 10px;
}
.form .buttons input {
	font-size: 110%;
}

/* ------------------------------------------------------------------------- */
/* quickshop, must be below .form */

#quickshop .form table {
	padding: 0px;
}
#quickshop th {
	background-color: #e6e6e6;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	text-align: left;
}
#quickshop th.center {
	text-align: center;
}
#quickshop td {
	padding: 4px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
#quickshop td table {
	width: auto;
}
#quickshop td table td {
	padding: 2px;
	border: none;
}
#quickshop td.center {
	border-left: 1px solid #e6e6e6;
	padding-top: 8px;
	width: 80px;
}
#quickshop td.qs_image {
	width: 100px;
	text-align: center;
}
#quickshop div {
	padding-bottom: 10px;
	border: 1px solid #e6e6e6;
	border-top: none;
	width: 503px;
}
* html #quickshop div {
	width: 515px;
}
#quickshop select {
	width: 220px;
}

/* ------------------------------------------------------------------------- */
/* checkout bag summary */

.checkoutsummary th {
	background-color: #f8f8f8;
}
.checkoutsummary th, .checkoutsummary td {
	padding: 2px;
	border-bottom: 1px solid #f0f0f0;
}

/* ------------------------------------------------------------------------- */
/* list of stores */

#storelist h3 {
	margin-bottom: 0px;
	text-decoration: underline;
	font-size: 100%;
}
#storelist p {
	margin: 0px;
}
#storelist h3.outlets, #storelist #outlets {
	color: red;
}

/* ------------------------------------------------------------------------- */
/* theme colours */

.t1 #left ul a {
	color: #fb9ca8;
}
.t1 #left ul a:hover, .t1 #left ul a.selected, .t1 #left h4 a {
	color: #d0618e;
}
.t1 #plinks img {
	background-color: #fb9ca8;
}

.t2 #left ul a {
	color: #bf736f;
}
.t2 #left ul a:hover, .t2 #left ul a.selected, .t2 #left h4 a {
	color: #8b2f53;
}
.t2 #plinks img {
	background-color: #bf736f;
}

.t4 #left ul a {
	color: #6fb2ad;
}
.t4 #left ul a:hover, .t4 #left ul a.selected, .t4 #left h4 a {
	color: #7ec84a;
}
.t4 #plinks img {
	background-color: #6fb2ad;
}

.t7 #left ul a {
	color: #6aa2af;
}
.t7 #left ul a:hover, .t7 #left ul a.selected, .t7 #left h4 a {
	color: #6e6dcd;
}
.t7 #plinks img {
	background-color: #6aa2af;
}

.t8 #left ul a {
	color: #e56969;
}
.t8 #left ul a:hover, .t8 #left ul a.selected, .t8 #left h4 a {
	color: #9b3332;
}
.t8 #plinks img {
	background-color: #e56969;
}

/* ------------------------------------------------------------------------- */
/* table listing data */

.tablelist {
	background-color: #fff;
	width: 515px;
}
.tablelist th {
	background-color: #f8f8f8;
}
.tablelist th, .tablelist td {
	padding: 3px;
}
.tablelist th, .tablelist td {
	border-bottom: 1px solid #f0f0f0;
}

/* ------------------------------------------------------------------------- */
/* when we want their attention... */

.attention {
	color: red;
	border: 1px solid red;
	padding: 10px;
	font-weight: bold;
	background-color: white;
	width: 493px;
}
* html .attention {
	width: 515px;
}

/* ------------------------------------------------------------------------- */
/* misc styling */

.warning {
	color: red;
	font-weight: bold;
}
th.right, td.right {
	text-align: right;
}
th.center, td.center {
	text-align: center;
}
th.swidth, td.swidth {
	width: 150px;
}
.required {
	color: #e56969;
}
th .required {
	font-weight: normal;
}

/* ------------------------------------------------------------------------- */
/* gift cards */

table.giftcard th {
	background-color: #e6e6e6;
}
table.giftcard td {
	background-color: #ececec;
}


/* ------------------------------------------------------------------------- */
/* jqzoom stuff */

.jqzoom{
	cursor: pointer;
	position: relative;
	margin: auto;
}
div.zoomdiv {
	position: absolute;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	z-index: 303;
}
/* fixes for IE 6 */
/* for a normal page */
* html div.zoomdiv {
	margin-top:-2px;
	margin-left:-2px;
}
/* end fixes */
#zoombig {
	overflow: hidden;
	position: absolute;
	z-index: 302;
	display: none;
	margin-left: -10px;
}
#zoombig img {
	position: absolute;
}
#zoomsmall {
	cursor: pointer;
	width: 200px; /* changes in JS depending on width of image */
	margin: auto;
}
#zoomindicator {
	z-index: 304;
	position: absolute;
	display: none;
	top: 40px;
	left: 40px;
	width: 67px;
	height: 67px;
	border: 1px solid #aaa;
	background: #ffffff url(/images/zoom.gif) 50% top  no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	cursor: pointer;
	/* FF doesn't like the following, but needed for IE6/7 */
	filter: alpha(Opacity=50);
}
#zoomhelp {
	display: none;
	border: 1px solid #999;
	margin: 3px 10px 5px 10px;
	padding: 7px;
}
