/* -------------------------------------------------------------- 
	Resets default browser CSS
	http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Alisa: so the centered page wouldn't shift if the content is shorter than viewport */
html {
	overflow: scroll;
}

/* -------------------------------------------------------------- 
   typography
-------------------------------------------------------------- */
body {
	font-size: 62.5%; 
	font-family: Helvetica, Arial, Verdana, sans-serif;  
	line-height: 1.5;
	color: #4d4d4f;
}

h2, h3, h4, h5, h6, p {margin: 0px 20px 15px 20px;}
h2 {font-size: 1.2em; text-transform: uppercase; font-weight: normal; }
h3 {font-size: 1.1em; text-transform: uppercase; font-weight: normal;}
h4 {font-size: 1.1em; text-transform: uppercase; font-weight: normal; margin-bottom: 5px;}
h5 {font-size: .9em;}
h6 {font-size: .9em;}
h7 {font-size: 1.1em; text-transform: uppercase; font-weight: normal; margin-left:0px;}
h8 {font-size: 1.1em; text-transform: uppercase; font-weight: normal; margin-right:10px;}
p, ol, ul, dl, table {font-size: 1.1em; }
ol p, ul p, dl p {font-size: inherit; margin: 0;} 
table p {font-size: 1em; margin-bottom: 0; margin: 0;} 
ol, ul, dl {margin: 0px 20px 15px 40px;}

img {margin: 0px 5px 15px 0px;}
img {vertical-align: bottom;}
p img {float: left; margin-left: 0;}
li p {margin: 0;}


ul {list-style-type: disc;}
ol {list-style-type: decimal;}
li {margin-bottom: 5px;}
dt {font-weight: bold;}

a {/*color:#0032BE;*/ color: #929295; text-decoration: none;}
a:focus, a:hover {text-decoration: underline;}
strong {font-weight: bold;}
em {font-style: italic;}

h2 a {
	color: #4d4d4f; 
}

/* -------------------------------------------------------------- 
 Some default classes
-------------------------------------------------------------- */
.top {margin-top:20px;}
.bottom {margin-bottom:0; padding-bottom:0;}
.clear {clear: both;}
.left {float: left; display: inline;}
.right {float: right; display: inline;}
.center {text-align: center;}
.padding {margin-top: 30px;}
.buttons .padding {margin-top: 66px;}
.small, .modal p.small {font-size: 8px;}
.hide {
	position:absolute;
	left:-9990px;
	top:0px;
	width:1px;
	height:1px;
	overflow:hidden;
}
.divider {
	border-bottom: 1px solid #eeeeee;
	height: 1px;
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
}
.column {
	float: left;
}

/* --------------------------------------------------------------  
	=Layout for simple page
-------------------------------------------------------------- */
body {
	background: #E6E7E8;
}	

.container {
	width: 1046px;
	margin: 0 auto;
	overflow: hidden;
}

.contentwrap {
	overflow: hidden;
	width: 100%;
	background: #fff;
	min-height: 450px;
}

.content {	

}

.maincontent {
	min-height: 400px;
	_height: 400px;
}

.sidebar {
	float: left;
	width: 165px;
}
.sidebar h2 {
	margin-top: 10px;
}

/* =header 
-------------------------------------------------------------- */

.header {
	color: #929295;
	width: 1046px;
	background: #fff;
	overflow: hidden;
}
.header a {
	color: #929295
}
.logo {margin: 23px 0 0px 20px; float: left; display: inline;}
.logo img {margin: 0;}

/* =utilitynav top nav
-------------------------------------------------------------- */
.utilitynav {
	float: right;
	overflow: hidden;
	margin: 21px 20px 0px 40px;
	font-size: .9em;
}
.utilitynav ul {
	float: right;

	clear: both;
	margin: 0;
	padding-bottom: 5px;
}
.utilitynav li {
	list-style: none;
	float: left;
	margin: 0;
	background: url(../images/pipe.gif) right 4px no-repeat;
	padding: 0px 7px 0px 5px;
	display: inline;
	text-transform: uppercase;
	1line-height: 1;
}

.utilitynav li.last {
	background: none;
	padding-right: 0;
}

.utilitynav a:hover {
	text-decoration: underline;
}

/* =topsearch 
-------------------------------------------------------------- */
.topsearch {
	float: right;
	display: inline;
	margin-right: 20px;
	margin-top: -4px;
}

.topsearch fieldset {
	float: left;
	display: inline;
	margin: 0;
}
.topsearch fieldset.options {
	clear: both;
	margin: 0;
	width: 100%;
	text-transform:  uppercase;
	font-size: .8em;
	margin-top: 0px;
}
.topsearch fieldset.options li {
	margin-right: 2px;
}
.topsearch .radio {
	float: left;
	margin: 5px 2px 0 0;
}

.topsearch .radiolabel {
	float: left;
	clear: none;
	margin-right: 5px;
	display: inline;
}
.topsearch .text {
	width: 140px;
	font-size: 1.14em;
	font-weight:bold;
	padding: 3px 10px;
	margin-right: 5px;
	height: auto;
}
.topsearch .button {
	background: url(../images/search_bg.gif) right top no-repeat;
}


.topsearch fieldset.submit {
	float: left;
	margin-top: 3px;
	font-size: 1.1em;
}

/* =search 
-------------------------------------------------------------- */
div#search_suggestions {visibility:visible;font-size:1.2em;font-weight:bold;color:black;}
div#search_suggestions ul#misspellingCont li {display:inline; margin-right:10px}
div#search_suggestions ul#misspellingCont li a {color:black;}

/* =secnav  
-------------------------------------------------------------- */
.secnav {
	margin: 20px 0 0 20px;
	float: left;
	display: inline;
	font-size: .9em;
}

.secnav li {
	background: url(../images/bullet.gif) right 3px no-repeat;
	padding-right: 6px;
	float: left;
	text-transform: uppercase;
	list-style: none;
	margin: 0 11px 0 0;
	display: inline;
}

/* =nav 
-------------------------------------------------------------- */
#navcontainer {
	height: 27px; 
	width: 100%; 
	clear: both;
	background: #c0c0c0;
	position: relative;
	z-index: 2;	
}

#nav {
	text-transform: uppercase;
	height: 27px;
	line-height: 27px;
	margin: 0;
	font-size: 1.2em;
}
	
#nav li {
	float:left; 
	list-style: none;
	text-align: center;
	display: inline;
	background: url(../images/pipe2.gif) right 9px no-repeat;
	margin-bottom: 0;
}
#nav li#nav1 {
	width: 240px;
}
#nav li#nav2 {
	width: 146px;
}
#nav li#nav3 {
	width: 117px;
}
#nav li#nav4 {
	width: 253px;
}
#nav li#nav5 {
	width: 170px;

}
#nav li#nav6 {
	width: 110px;
	padding-left: 10px;
	background-image: none;
}
#nav li a {
	display: block;
	color: #414042;
}

#nav li.current a, #nav li a:hover {

}

#nav li:hover a {
}

/* =drop-down sub nav 
-------------------------------------------------------------- */
#nav li {position: relative;}

#nav li .subnav {
	position: absolute;
	top: 27px;
	left: 0;
	padding: 0;
	z-index: 100;
	margin: 0;
	font-size: 9px;
	width: 130px;
	background: #e4e4e4;
	padding-bottom: 10px;
}

#nav li:hover, #nav li.over {
	background-color: #e4e4e4;
}
	

#nav li#nav1 .subnav {width: 239px; left: 0px;}
#nav li#nav2 .subnav {width: 146px;}
#nav li#nav3 .subnav {width: 117px;}
#nav li#nav4 .subnav {width: 253px;}
#nav li#nav5 .subnav {width: 171px;}
#nav li#nav6 .subnav {left: 0;}
	
	

#nav li .subnav li {
	padding: 0;
	line-height: normal;
	height: auto;
	text-align: left;
	float: left;
	clear: both;
	line-height: 20px;
	width: 100%;
	background: none;
	text-decoration: none;
}

#nav li .subnav a {
	color: #414042;
	padding: 0px 0 0 15px;
	height: auto;
	display: inline;
	padding-right: 6px;

}

#nav li .subnav a:hover {
	text-decoration: underline;
	background: url(../images/arrow_small.gif) right 2px no-repeat;
}

#nav li .subnav .current a {color: #F26522;}

#nav li .subnav {display: none;}
#nav li:hover .subnav, #nav li.over .subnav {display: block;}


/* =footer
-------------------------------------------------------------- */
.footer {
	margin-top: 10px;
	padding-bottom: 10px;	
	clear: both;
	background: #c0c0c0;
	color: #fff;
	padding-top: 12px;
	overflow: hidden;
	width: 100%;
}
.footer ul {
	text-transform: uppercase;
	margin: 0 0 0 20px;
}
.footer li {
	float: left;
	list-style: none;
	display: inline;
	margin: 0px 15px 0 0;
	width: 130px;
}
.footer li#footnav1 {
	width: 90px;
}
.footer li#footnav2 {
	width: 200px;
}
.footer li#footnav3 {
	width: 160px;
}
.footer li#footnav4 {
	width: 90px;
}
.footer li#footnav7 {
	margin-right: 0px;
}
.footer a {
	color: #231f20;
}

.footer li ul {
	margin: 0;
	line-height: 1.2;
}
.footer li li {
	float: none;
	display: block;
	margin: 0;
	width: auto;
	font-size: .8em;
}
.footer li li a {
	color: #6d6e71;
}

/* =sitefooter 
-------------------------------------------------------------- */

.sitefooter p {
	float: left;
	margin-left: 0;
	margin-top: 20px;
	text-transform: uppercase;
	font-size: .9em;
}
.sitefooter p strong {
	color: #333;
}

/* =signup 
-------------------------------------------------------------- */
.signup {
	float: right;
	display: inline;
	margin-top: 10px;
}

.signup fieldset {
	float: left;
	display: inline;
	margin: 0;
}
.signup .text {
	width: 160px;
	font-size: 1em;
	padding: 3px 10px;
	margin-right: 10px;
	height: auto;
}
.signup .button {
	background: url(../images/btn_bg.gif) right top no-repeat;
	border-left: 1px solid #c0c0c0;
}
.signup fieldset.submit {
	float: left;
	margin-top: 3px;
		font-size: 1.1em;
}



/* -------------------------------------------------------------- 
 =forms
-------------------------------------------------------------- */
form fieldset {margin: 10px 20px 10px 20px;}

legend {text-transform: uppercase; padding-bottom: 10px; font-size: 1.1em;}


form fieldset.submit {margin-top: 0;}

form ol {margin: 0;}

form ol li {
	margin-bottom: 5px; 
	list-style: none;
	clear: both;
	float: left;
	width: 100%;
}

fieldset p {margin: 0; /*font-size: .8em;*/}

fieldset h3 {margin: 0 0 10px 0;}

label, p.label {
	line-height: 2;
}

.value {
	text-transform: uppercase;
	margin-left: 119px;
}

.valuealt {	
	text-transform: none;
}

.label2, p.label2, .value2 {
	line-height: 1;
}

.label {display: block; 
	float: left;
	color: #6d6e71;
	width: 90px;
	text-transform: uppercase;
}
.auto, select.auto {
	width: auto;
	margin-right: 5px;
}

input.text, select, textarea {
	/*border: 1px solid #a3a4a7;*/
	color: #888888;
}

input.text {
	height: 20px;
	padding: 1px;
}
select {
	height: 22px;
	padding-top: 2px;
}

input.text, .select, .textarea {
	width: 202px;
	text-transform: none; 
	font-size: 1em;
}

input.phone3text {
	width: 30px;
}

input.phone4text {
	width: 35px;
}

input.largetext, .largeselect, .largetextarea {width: 245px;}
input.mediumtext, .mediumselect, .mediumtextarea {width: 150px;}
input.smalltext, .smallselect {width: 100px;}
input.tinytext {width: 20px; height: auto; text-align:center;}

.textarea {height: 110px; padding: 1px;}

input.button {padding: 0;}

input.button {
	background: url(../images/search_bg.gif) right top no-repeat;
	border: none;
	border-left: 1px solid #e9e9e9;
	height: 16px;
	padding: 0 15px 3px 2px;
	color: #5a5758;
	text-transform: uppercase;
	font-size: .8em;
}

form .options {
	float: left;
}

form .options li {
	float: left;
	margin-right: 10px;
	display: inline;
	clear: none;
	width: auto;
}

.radio {
	margin: 0; 
	float: left; 
	margin-top: 5px;
	*margin-top: 0; 
	margin-right: 2px; 
	display: inline;
}

.checkbox {
	margin: 0; 
	float: left; 
	margin-top: 3px;
	*margin-top: 0; 
	margin-right: 5px; 
	display: inline;
}

.checkboxalt {
	margin-left: 121px;
}

label.checkboxlabel, label.radiolabel {
	display: inline;
	margin-right: 0;
	text-transform: uppercase;
	font-size: 10px;
}



div.button, fieldset.button {
	background: #fff;
	height: 26px;
	border: 1px solid #eeeeee;
	float: left;
	margin-left: 20px;
	clear: both;
	margin-bottom: 5px;
	_display: inline;
	font-size: 11px;
	font-weight: bold;
}

 fieldset.button {
 	float: right;
	margin-top: 0;
}
 .button input {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div.button a, form div.button a {
	display: block;
	background: #ebeced;
	margin: 2px;
	color: #4d4d4f;
	text-transform: uppercase;
	line-height: 22px;
	padding: 0 9px;
	text-decoration: none;
}

table div.button a {
	/*font-size: 1em;*/
}

button {
	background: #ebeced;
	border: none;
	color: #4d4d4f;
	text-transform: uppercase;
	height: 22px;
	cursor: pointer;
	margin: 2px;
	padding-bottom: 3px;
	*padding-bottom: 0px;
	font-size: 10px;
	*font-size: 11px;
	font-weight: bold;
}
div.button input, fieldset.button input {
	background: #ebeced;
	border: none;
	color: #4d4d4f;
	text-transform: uppercase;
	height: 22px;
	cursor: pointer;
	margin: 2px;
	padding-bottom: 3px;
	*padding-bottom: 0px;
}

form a, form h3 a {
	color:#0032BE;
	text-decoration:underline;
	text-transform: uppercase;
}

form a:hover,  form h3 a:hover {
	text-decoration:none;
}

.modal form .button {
	float: right;
	margin: 0 25px 0 0;
	display: inline;
	min-width:50px;
}
.modal form .description .button {
	margin: 0;
}
.indent, .modal p.indent {
	margin-left: 100px;
}

/* -------------------------------------------------------------- 
	=Elements 
-------------------------------------------------------------- */
.breadcrumbs {
	color: #58595b;
	text-transform: uppercase;
	margin-top: 15px;
	font-size: 1.1em;
}
.breadcrumbs a {
	color: #58595b;
}

.prodlist {
	margin-left: 20px;
	margin-right: 0;
}

.prodlist li {
	list-style: none;
	float: left;
	margin-right: 3px;
	display: inline;
}

.prodlist li img {
	margin: 0;
	border: 1px solid #e6e7e8;
}


.zoom {
	text-transform: uppercase;
}
.zoom span {
	margin-left: 2px;
	margin-right: 2px;
	font-size: 1.2em;
	line-height: normal;
	cursor: pointer;
}


/* Tabs
----------------------------------*/
.tabs {
	clear: both;
	margin: 0 0 0 20px;
}
.tabs .teasers {
	margin-left: 0;
}
ul#tabs {
	margin: 0;
	float: left;
	margin-bottom: 0px;

}
#tabs li {
	float: left;
	list-style: none;
	margin-bottom: 0;
	font-size: 1em;
	text-align: center;
	width: 252px;
}
#tabs li a {
	color: #58595b;
	text-decoration: none;
	display: block;
	padding: 8px 0px 5px 0px;
	border: 1px solid #f5f5f6;
	text-transform: uppercase;
	background: #e6e7e8;
}
#tabs li a:hover {
	text-decoration: none;
}
#tabs a.active {
	background: #fff;
}
#tabs a:hover {
	text-decoration: underline;
}
.teasers {
	clear: both;
	background: #fff;
	1width: 100%;
	padding-top: 13px;
	margin-right: 0px;
	padding-bottom: 20px;
	margin-left: 20px;
}
.teasers p {
	margin-bottom: 6px;
}

.teasers .prodlist li {
	margin-right: 21px;
}

.carousel .prodlist li {
	width: 100px;
	height: 100px;
}
.mediumprod .prodlist li {
	width: 142px;
	height: 182px;
}

.mediumprod {
	margin-left: 45px;
}
.mediumprod .prodlist li {
	margin-right: 45px;
}
.pricing .carousel li {
	height: 144px;
}
.prodlist li p {
	color: #6b6c6e;
	text-transform: uppercase;
	line-height: 1.2;
	margin-top: 5px;
	text-align: center;
	font-size: .9em;
}

.previous img, .previous2 img, .previous3 img {
	margin: 40px 10px 0 0;
	_margin: 40px 4px 0 0;
	*display: inline;
}
.next img, .next2 img, .next3 img {
	margin: 40px 20px 0 0;
}
.previous, .previous2, .previous3 {
	float: left;
}
.next, .next2 , .next3 {
	float: right ;
}

.more {	
	float: left;
	text-transform: uppercase;
}

.review {
	float: right;
	text-transform: uppercase;
}
.review a {
	text-decoration: underline;
}
.review a:hover {
	text-decoration: none;
}


.button2 {
	background: #e6e7e8;
	display: block;
	color: #414042;
	margin-top: 5px;
	text-align: center;
	text-transform: uppercase;
	padding: 3px 0;
}

.back {
	text-align: right;
 	text-transform: uppercase;
}
.back a {
	color: #0032BE;
	text-decoration:underline;
}
.back a:hover {
	text-decoration:none;
}


/* -------------------------------------------------------------- 
 =tables
-------------------------------------------------------------- */
table {
	width: 100%;
	clear: both;
	text-transform: uppercase;
}

tbody {
	margin: 10px;
}

table img {
	margin: 0;
}

caption {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: normal;
	text-align: left;
}


tr.alt td {
	background:  #e6e6e6 url(../images/spacer.gif) left top repeat-x;
}

tr.alt td.product,tr.alt td.toppick {
	background: none;
}

td.toppick, th.toppick {
	padding: 0;
	text-align:center;
}
.product {
	padding: 0;
}
.product img {
	border: 1px solid #ebeced;
	margin-top: 20px;
}
table .productname {
	text-transform: uppercase;
}

table a.remove {
	color: #0032be;
	text-decoration: underline;
}

table a.remove:hover {
	text-decoration: none;
}

table .productname p {
	margin-left: 15px;
}

table div.button {
	margin-left: 0;
}


tfoot td.first div.button {
	float: left;
	margin-left: 0px;
	display: inline;
}
tfoot td.last div.button {
	float: right;
	margin-right: 20px;
	display: inline;
}

.updatereg {
	margin-bottom: 25px;
}

/* modal */
.modal {
	background: #fff;
	padding: 10px;
	width: 692px;
	text-transform: uppercase;
	color: #6D6E71;
}

.modal .teasers {
	margin-left: 0;
}
.modalheader .close {
	float: right;
	background: #fff;
	padding: 0px 10px;
	margin:1px;
	line-height: 28px;
	cursor: pointer;
}
.modalheader .close:hover {
	text-decoration: underline;
}
.modal h2 {
	margin-bottom: 0;
	margin-left: 0
}
.modal h3 {
	margin-left: 0
}
.modal p {
	margin-left: 0;
	margin-right: 0;
}

#registryAdd {
	width: 692px;
}
.modal table {
	width: 97%;
	border-bottom: 1px solid #ebeced;
}
.modal th {
	border-bottom: 1px solid #ebeced;
	padding: 5px 0px 5px 0px;
}

.modal td.subtotal p {
	border-right: 20px solid #fff;
	line-height: 110px;
	padding-right: 10px;
}

.modal tr.alt td {
	padding-top: 0;
}

.modal td.first {	
	border-left:  1px solid #ebeced;
	padding-left: 20px;
}
.modal td.last, .modal tr.alt td.last {	
	border-right:  1px solid #ebeced;

}

.scroll {
	height: 300px;
	overflow: auto;
	border-bottom:  1px solid #ebeced;
}

.modal .scroll table {
	width: 99.5%;
	margin-left: 1px;
	border-bottom: none;
}
.heading {
	color: #58595b;
	text-decoration: none;
	display: block;
	margin: 20px 0 0 0;
	padding: 8px 10px;
	border: 1px solid #f5f5f6;
	text-transform: uppercase;
	background: #e6e7e8;
	font-size: 1em;
}

.tabs .heading {
	margin-right: 20px;
}

.modal .heading {
	margin-right: 18px;
}
.modal .previous img {
	margin-right: 17px;
	_margin-right: 10px;
}
.modal .teasers .prodlist li {
	margin-right: 25px;
}

#topPicks {
	width: 265px;
}

/* submit inquiry */
#inquiry {
	width: 400px;
}
#inquiry form {
	width: 380px;
}
#inquiry .label {
	text-align: right;
	margin-right: 20px;
}
#inquiry .buttonalt {
	float: left;
	clear: none;
	margin-left: 0;
	margin-right: 5px;
	margin-bottom: 0;
}

.radioitem {
	/*margin-left: 78px;*/
	margin-left: 85px;
	display: inline;
}
.radioitem label {
	float: left;
	margin: 0 5px;
	display: inline;
}

/* email a friend popup */
.modal {
	overflow: hidden;
}

.visual {
	float: left;
}
.modal .description {
	float: left;
	*width: 330px;
	margin-top: 20px;
}
.rating {
	float: left;
}
.rating img {
	margin: 0;
}

/*search popup*/

#searchPop {
	width: 280px;
}

#searchPop .searchbox {
	margin-left: 0;
}

/* order details modal */
#orderDetails {
	width: 970px;
}
#orderDetails td, #orderDetails th {
	text-align: center;
	border: none;
}
#orderDetails td.quantity {
	text-align: left;
}

#orderDetails table {
	border: none;
	width: 100%;
}
 
#orderDetails td.first, #orderDetails td.last {
	border: none;
}

#orderDetails td.first {
	padding-left: 0;
}
#orderDetails tr.alt td {
	background: #E6E6E6;
}

#orderDetails td.product  {
	padding-top: 5px;
	padding-bottom: 5px;
}
#orderDetails tr.alt td.product  {
	background: none;
}
#orderDetails .product img {
	margin-top: 0;
}

#orderDetails table .productname p {
	margin-left: 5px;
	margin-right: 5px;
}
 

/* mytable */
.narrowcol {
	width: 680px;
	margin: 0 auto;
}
.mytable {
	width: 680px;
	margin: 0 auto;
}
.mytable .pagetitle {
	margin-left: 0;
}
.mytable h3 {
	margin-left: 0;
}
.mytable fieldset {
	margin-left: 0;
}
div.buttonalt {
	float: right;
	clear: none;
	margin-top: 10px;
	margin-right: 20px;
	display: inline;
	margin-bottom: 10px;
}

.mytable  div.buttonalt {
	margin-right: 0;
}
.mytable .tinytext {
	float: left;
	margin-right: 5px;
	display: inline;
}
.changeQty {
	margin: 4px 0px 0px 2px;
	float: left;
	cursor: pointer;
	display: inline;
}
.mytable .label2 {
	width: auto;
	clear: both;
	float: none;
	font-size: 1.1em;
	margin-bottom: 10px;
}
.options .submit .button {
	margin-left: 0;
	margin-top: -5px;
	_position: relative;
}

.registrytable {
	margin-top: 10px;
}

.requested, .received, .remaining {
	text-align: center;
}

/* category home */
.category .maincontent {
	float: right;
	width: 877px;
}

.category .contentwrap {
	position: relative;
}

.leftnav {
	text-transform: uppercase;
	margin-left: 20px;
	font-size: .9em;
	margin-right: 0;
}
.leftnav li {
	list-style: none;
	margin-bottom: 3px;
}
.leftnav ul {
	margin: 0 0 0 20px;
	font-size: 1em;
}
.leftnav ul.subnav {
	display:none;
}
.leftnav a {
	color: #58595B;
}
.catintro {
	width: 330px;
	font-size: .9em;
	margin-top: 50px;
}
.catintro h2 {
	margin-bottom: 0;
}

.pagefooter {
	clear: both;
	margin-left: 20px;
	font-size: .8em;
	padding-top: 20px;
}

.pagefooter h2 {
	margin-bottom: 5px;
	margin-left: 0;
}

.recentbox {
	float: left;
	width: 136px;
	border: 1px solid #ececed;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 19px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.recentbox h2 {
	margin: 3px 0;
	text-align: center;
}
.recentbox .carousel {
	float: left;
}
.recentbox .carousel img {
	margin: 0;
}
.recentbox .previous img, .recentbox .next img {
	margin-left: 2px;
	margin-right: 2px;
}
.searchbox {
	width: 280px;
	float: left;
	display: inline;
	margin-bottom: 10px;
	margin-left: 10px;
}

.maincontent .searchbox {
	float: right;
	margin-right: 40px;
	margin-top: 40px;
}
.searchbox form {
	overflow: hidden;
	width: 100%;
	padding: 10px 0;
	height: 218px;
}


.pagefooter .searchbox form {
	background: #e6e7e8;
}

.searchbox fieldset {
	margin: 0 10px;
}

.searchbox fieldset.section {
	margin: 30px 10px;
}

.searchbox .label {
	width: 100px;
}

.searchbox .select {
	width: 160px;
	_width: 157px;
}
.pagefooter .searchbox .select {
	font-size: 1.1em;
}

.featuredbox, .spotlightbox {
	width: 280px;
	float: left;
	display: inline;
	margin-bottom: 10px;
	margin-left: 10px;
}

.pagefooter .box {
	background: #e6e7e8;
	width: 100%;
	height: 114px;
	margin-bottom: 10px;
}

.list {
	float: left;
	margin-left: 10px;
	display: inline;
	text-transform: uppercase;
	margin-top: 19px;
}
.pagefooter .list h2 {
	font-size: 1.4em;
}

.list ul {
	margin-left: 0px;
}
.list li {
	list-style: none;
}

.list .prodlist li {
	margin-right: 20px;
	width: 100px;
}

form .list ul {
	float:left;
}
.step {
	float:left;
	padding-top: 28px;
}
.step .button {
	float: left;
	margin-left: 0;
	margin-top: 5px;
}

form .list .step p {
	font-size: 1.1em;
	
}

.glossary {
	float: left;
	margin-left: 10px;
	display: inline;
	text-transform: uppercase;
	margin-top: 19px;
}

.glossary .text {
	font-size: 1.2em;
} 

.glossary .text {
	float: left;
	clear: none;
} 
.glossary fieldset.button {
	float: left;
	clear: none;
} 
.letters {
	margin-left: 0;
	font-size: 1.4em;
	clear: left;
}
.letters a {color:#0032BE; text-decoration: underline; margin-right: 10px;}
.letters a:hover, .letters a.current{text-decoration: none;}

.prodlist .checkbox, .prodlist .radio {
	clear: left;
}
.prodlist label.checkboxlabel, .prodlist label.radiolabel {
	float: left;
	margin-top: 2px;
	font-size: 1em;
}


.pagetitle {
	margin-top: 10px;
}
.titlelink {
	float: left;
	display: inline;
	margin-bottom: 0;
	margin-top: 10px;
	text-transform: uppercase;
}

/* --------------------------------------------------------------  
	=three columns
-------------------------------------------------------------- */
.threecolumns .content {
	float: right;
	width: 877px;	
}

.threecolumns .maincontent {
	float: left;
	width: 691px;
}

.threecolumns .sidecontent {
	float: right;
	width: 186px;
	padding-top: 40px;
	text-align: right;
}

.threecolumns .sidebar {	
}

.threecolumns .productvisual {	
	width: 350px;
	float: left;
}

.threecolumns .description {	
	margin-left: 350px;

}

.rightnav {
	text-transform: uppercase;
	margin-left: 0px;
	font-size: .9em;
}
.rightnav li {
	list-style: none;
	margin-bottom: 3px;
}
.rightnav ul {
	margin: 0 0 0 20px;
	font-size: 1em;
}
.rightnav a {
	color: #58595B;
}

/* --------------------------------------------------------------  
	=two columns
-------------------------------------------------------------- */
.twocolumns .maincontent {
	float: right;
	width: 877px;
}

.twocolumns .contentwrap {
	position: relative;
	min-height: 500px;
}

.twocolumns .pagefooter {
	position: relative;
	left: 0;
	bottom: 0px;
}
.twocolumns .productvisual {	
	width: 350px;
	float: left;
	padding-top: 10px;
}

.twocolumns .description {	
	margin-left: 350px;
	padding-top: 20px;
}

.twocolumns .description a {
	
}
.twocolumns .description a {
	color: #0032be;
	text-decoration: underline;
	font-style: italic;
}
.twocolumns .description a.alt {
	font-style: normal;
	text-transform: uppercase;
}
.twocolumns .description a:hover {
	text-decoration: none;
}


/*sortby form */
.sortby .select {
	width: 120px;
	margin-right: 5px;
}
.sortbyalt {
	margin-left: 40px;
}
.sortbyalt fieldset {
	float: left;
	margin: 0;
}

fieldset#searchFilterFormControls p.label {width:80px;}
fieldset#searchFilterFormControls + fieldset p.label {width:80px;}

.paging {
	text-align: right;
	clear: both;
}
.paging a, .more a {
	color: #4D4D4F;
	text-decoration: underline;
	text-transform: uppercase;
}
.paging a:hover, .more a:hover {
	text-decoration: none;
}

.paging img {	
	float: none;
	margin: 0 3px;
	vertical-align: middle;
}

.products li img {
	margin: 0;
	border: none;
}
.products li {
	margin-right: 24px;
	min-height: 200px;
	height: 200px;
	width: 185px;
	text-align: center;
}
.products li p {
	line-height: 1.5;

}

.categories li  {
	width: 205px;
	margin-bottom: 10px;
}
.categories .prodlist li p {
	text-align: left;
	width: 150px;
}

.categoriesalt {
	float: right;
	display: inline;
	width: 503px;
}


.categoriesalt ul {
	margin-right: 0;
}

.categoriesalt li {
	width: 155px;
	margin-left: 3px;
	margin-bottom: 40px;
}
.categoriesalt .prodlist li p {
	width: 100px;
}

/* no results form */
.noresults {
	width: 770px;
	margin: 0 auto;
}
.noresults form {	
	width: 400px;
	margin:0 auto;
}
.noresults .label {
	width: 150px;
}

ol.define {
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
}

ol.define li {
	margin-bottom: 0; 
	list-style: none;
	clear: both;
	float: left;
	width: 100%;
}

ol.define .label {
	width: 140px;
}
ol.define .value {
	margin-left: 150px;
}

/* registry results */
.allorders table {
	width: 980px;
	margin: 10px 0 20px 40px;
}
.allorders table th {
	padding: 5px;
}

.allorders table th a {
	color: #4D4D4F;
	text-decoration: underline;
}


.allorders table td {
	padding: 5px;
}

.allorders tr.alt td {
	background: #E6E6E6;
}

.allorders table td div.button {
	clear: none; 
	margin-left: 5px;
}

.allorders tfoot td {
	text-transform: uppercase;
	padding-top: 10px;
}

.allorders tfoot td a {
	color: #0032BE;
	text-decoration: underline
}
.allorders tfoot td a:hover {
	text-decoration: none;
}

.allorders table.orderstable {
	margin-top: 0;
	margin-bottom: 10px;
}

table.orderstable td {
	padding-top: 10px;
	padding-bottom: 10px;
}
.giftstable {
	text-transform: uppercase;
}
table.giftstable td {
	padding-top: 20px;
	padding-bottom: 20px;
	
}

/* reg tips */
.regtips {
	width:680px;
}
.tipslist {
	margin-left: 20px;
}
.tipslist li {
	text-align: center;
}
.tipslist h2 {
	margin-left: 0px;
}

/* rewards */
.reward {
	float: left;
	margin-bottom: 20px;
	width: 45%;
}

.reward2 {
	1float: right;
}

.reward .prodlist li {
	margin-right: 25px;
}

.reward .prodlist li img {
border:none;}

/* shopping cart */
.modal table.tablefoot {
	width: 97%;
	border: 0;
}

.modal table.tablefoot p {
	font-size: 1em;
	float: right;
}
.modal table.tablefoot p span {
	margin-left: 10px;
}

.modal table.tablefoot .first {
	border: none;
	text-align: left;
}

.modal table.tablefoot .first .button {
	float: left;
}

.modal table.tablefoot .last {
	border: none;
	text-align: right;
}

/* changeInfo */
#changeInfo {
	width: 330px;
}


.checkout h2 {
	clear: both;
}

.steptitle {
	margin-bottom: 5px;
}
.steptitle span {
	margin-left: 10px;
	font-size: .8em;
}
.shopperinfo {
	border:1px solid #EBECED;
	display:inline;
	float:left;
	margin-bottom:20px;
	margin-left:20px;
	min-height:105px;
	padding-top:5px;
	width:236px;
}
.shopperinfo h3 {
	margin-bottom: 5px;
}

.shopperinfo a {
	color: #0032be;
	text-decoration: underline;
}
.shopperinfo a:hover {
	text-decoration: none;
}


p span.value {
	float: left;
	line-height: 1.4;
}

.giftwrap {
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}

.tablecontain {
	clear: both;
	border: 1px solid #EBECED;
	padding-top: 8px;
	margin-bottom: 20px;
}

.tablecontain th {
	padding-bottom: 10px;
}

.tablecontain tr.alt td {
	background: #E6E6E6;
	padding-top: 0;
	padding-bottom: 0px;
}


.tablecontain tr td.first {
	padding-left: 20px;
}

.tablecontain .product img {
	margin-top: 0;
}

.cost .value {
	width: 70px;
	margin-left: 0;
	text-align: right;
}

.thankyou {
	float: left;
}
.thankyou h2 {
	margin-bottom: 5px;
}
.checkout .buttons {
	float: right;
	margin-top: 20px;
	margin-right: 15px;
	display: inline;
}
.checkout .buttons .button {
	clear: none;
	float: left;
}

.modal .box {
	float: left;
	border: 1px solid #EBECED;
	margin-right: 8px;
	display: inline;
	width: 179px;
	min-height: 181px;
	padding-top: 5px;
	margin-bottom: 0px;
	text-transform: uppercase;
	position: relative;
}
.modal .last {
	margin-right: 0;
}

.modal .box .button, .modal .box .thirdparty {
	position: absolute;
	right: 10px;
	bottom: 6px;
}
.modal .box form .button {
	bottom: 10px;
}

.modal .box h2 , .modal .box fieldset,  .modal .box p {
	margin: 5px 10px;
}
.modal .box li p {margin: 0}
.modal .box h2 {
	margin-right: 0;
	font-size: 1.1em;
}
.modal .box p {
	font-size: 1em;
}

.modal .box .text {
	width: 150px;
}

.modal p a {
	color: #0032be;
	text-decoration: underline;
}
.modal a:hover {
	text-decoration: none;
}
.thirdparty img {
	margin: 0 0 5px 0;
	display: block;
}

.thirdparty {
	text-align: right;
	clear: both;
}

/* remove payment modal */
.modal span.label {
	width: 80px;
	text-align: left;
}

.modal span.value {
	margin-left: 0;
	line-height: 1;
}


/* account */
.account form {
	position: relative;
}
div.error {
	position: absolute;
	right: 30px;
	top: 85px;
	width: 350px;
	color: #d20707;
}

div.error p {
	color: #d20707;
}
li.error {
	color: #d20707;
	background: #f6cdcd;
	padding: 5px;
}
fieldset.login {
	float: left;
}

.account .checkboxalt {
	margin-left: 130px;
}
.note {
	line-height: 1;
}

.account .options {
	margin-left: 130px;
}
.nodisp {
	visibility: hidden;
}
.account div.column1 {
	float: left;
	width: 50%;
}

.account div.column2 {
	float: right;
	width: 48%;
	width: 50%;
}

div.column2 fieldset .button {	
	float: right;
	margin-right: 56px;
}
div.column1 fieldset .button {	
	float: right;
	margin-right: 0px;
}

div.column2 fieldset .thirdparty {	
	float: right;
	margin-right: 56px;
	margin-top: 10px;
}

div.cancel {
	float: right;
	clear: none;
}
fieldset.giftwrap {
	margin-top: -10px;
}
fieldset.giftwrap .options .note {
	padding-left: 0;
	clear: both;
}

/* my saved items */
.detail {
	position: relative;
}
.detailpop {
	position: absolute;
	top: 25px;
	left: 5px;
	width: 200px;
	background: #f1f2f2;
	text-transform: uppercase;
	font-size: .8em;
	line-height: 1.5;
	padding: 3px 5px;
}
.detailpop a {
	color: #0032be;
	text-decoration: underline;
	margin-right: 5px;
}
.detailpop a:hover {
	text-decoration: none;
}

/* sitemap */
.sitemap {
	width: 790px;
	margin: 0 auto;
	text-transform: uppercase
}
.sitemap .column {
	width: 180px;
	
}
.sitemap dl {
	margin-left: 20px;
	margin-bottom: 20px;
}

.sitemap dt {
	font-weight: normal;
	margin-bottom: 5px;
}

.sitemap dd {
	margin-left: 10px;
	line-height: 1.2;
}
.sitemap a {
	color: #58595b;
}

/* viewingroom */
.viewingroom {
	text-transform: uppercase;
}
.viewingroom .previous {
	margin-left: 20px;
}
.viewingroom .prodlist li {
	margin-right: 20px;
	height: 144px;
}
.largeview {
	margin-left: 100px;
	margin-bottom: 100px;
	margin-top: 50px;
}
.largeimg {
	border: 1px solid #E6E7E8;
}
.largeview .button {
	clear: none;
	margin-left: 40px;
}
.viewingroom .prodlist a {
	color: #0032be;
	text-decoration: underline;
}
.viewingroom .prodlist  a:hover {
	text-decoration: none;
}

/* infopop */
#infoPop p {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
}


/* testimonial */
#addTestimonial {
	width: 490px;
}
#addTestimonial form {
	width: 324px;
}

/* registry login */
#regLogin {
	width: 390px;
	border: medium solid;
}
#regLogin .text {
	width: 99%;
}

.consultant {
	float: left;
	text-transform: uppercase;
}
.consultant img {
	float: left;
	margin-right: 10px;
}
.consultant p {
	margin-left: 100px;
}

.regbuttons {
	float: right;
	margin-right: 20px;
	display: inline;
}
.regbuttons .button {
	float: right;
}
.regbuttonsalt div.button {
	clear: none;
}


div.save {
	float: right;
	margin-right: 250px;
	display: inline;
}
.subtitle {
	margin-left: 40px;
	margin-bottom: 0;
	margin-top: 20px;
	font-size: 1.1em;
}

h3 em {
	margin-left: 130px;
}
h3 a {
	margin-left: 50px;
}

/* editregistry */

.editregistry .label {
	width: 140px;
	text-align: right;
	padding-right: 10px;
}

.editregistry .checkboxalt {
	margin-left: 150px;
}

.editregistry div.ceremony {
	float: left;
	width: 50%;
}

.editregistry fieldset {
	margin-left: 0;
}

.editregistry div.ceremony fieldset {
	margin-right: 0;
}

.editregistry div.reception {
	float: left;
	float: 40%;
}

.editregistry div.reception fieldset.button {
	float: right;
}

/* edit payment */
.editpaytable {
	width: 324px;
	margin-left: 100px;
	margin-bottom: 20px;
}

.editpaytable td {
	padding: 5px 10px;
}

.editpaytable tr.alt td {
	background: #E6E6E6;
}

/* simple page*/

.simplepage .description {
	padding-top: 0px;
	margin-left: 360px;
	width: 360px;
}


/* about us */
.aboutus .visual {
	width: 460px;
}
.aboutus .description {
	padding-top: 60px;
	margin-left: 460px;
}
.aboutus .carousel .prodlist li {
	width: 50px;
	height: 50px;
}
.aboutus .teasers .prodlist li {
	margin-right: 15px;
}
.aboutus .previous img , .aboutus .next img {
	margin-top: 20px;
} 
.testimonials {
	clear: both;
	text-transform: uppercase;
}
.testimonials p, .testimonials h3 {
	margin-bottom: 5px;
}

.testimonials a {
	color: #0032be;
	text-decoration: underline;
	text-transform: uppercase;
}
.testimonials a:hover {
	text-decoration: none;

}
/* employees */
.employees .visual {
	width: 360px;
}
.employees .description {
	margin-left: 360px;
}

/* customer service */
.hours {
	margin-left: 20px;
}
.hours li {
	margin: 0;
	list-style: none;
	clear: both;
}
.hours span.label {
	width: 115px;
	text-transform: none;
} 
.hours span.value {
	margin-left: 20px;
	text-transform: none;
} 

/* inquiry */
.inquiry {
	width:  800px;
}
.inquiry div.column1 {
	width:  35%;
}
.inquiry div.column2 {
	width:  52%;
}
.inquiry .label {
	width: 137px;
}	
.signin {
	width: 240px;
	margin-right: 0;
}
.signin h3, .signin p {
	margin-bottom: 5px;
}
.signin .text {
	width: 100%;
}
 
.signin .note {
	padding:0;
	text-align: right;
}
.signin .button {
	margin-right: 0;
}
.inquiry div.column2 fieldset .button {
	margin-right: 20px;
}


/* as seen in page */
.advert {
	background: #e6e7e8;
	width: 492px;
	height: 275px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	display: inline;
	padding-top: 10px;
}

.advert .visual {
	float: left;
}
.advert .description {
	margin-left: 246px;
}

.advert p {
	margin-bottom: 10px;
}
.advert a {
	color:#0032BE;
	text-decoration:underline;
	text-transform:uppercase;
}
.advert a:hover {
	text-decoration:none;
}

.advert .more {
	float: none;
	clear: both;
	text-align: right;
	position: relative;
	top: -25px;
}

/* events */
.events {
	margin-left: 60px;
	line-height: 1.3;
}
.events .column {
	width: 49%;
}
.events .visual {
	float: left;
}
.events .description {
	margin-left: 120px;
}
.events .section {
	clear: both;
}
.testimonials p {
	text-transform: uppercase;
	line-height: 1.5;
}
/* about us */
.event {
	margin-left: 60px;
	width: 820px;
}

.event .visual {
	width: 460px;
}
.event .description {
	margin-left: 460px;
}
.event .visual .carousel .prodlist li {
	width: 50px;
	height: 50px;
}
.event .visual .teasers .prodlist li {
	margin-right: 15px;
}
.event .visual .previous img , .event .visual .next img {
	margin-top: 20px;
} 

/* placements */
.placements {
	margin-left: 40px;
	width: 870px;
}
.placements .column {
	width: 406px;
}
.placements .column2 {
	float: right;
}
.placements .blurbs {
	width: 55%;
}
.placements .view {
	width: 44%;
}
.placements .vidblurbs {
	width: 380px;
}
.placements .vidview {
	width: 425px;
	margin-right: 20px;
}
.placements .vidview img {
	margin-left: 0;
	margin-right: 0;
}

.placements .toggleThis {
	clear: both;
	border: 1px solid #F5F5F6;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.placements #tabs li a {
	border-bottom: none;
}
.features li {
	list-style: none;
	float: left;
	width: 100px;
	height: 130px;
	text-align: center;
	text-transform: uppercase;
	margin-right: 22px;
	display: inline;
}
.placements .tabcontent {
	padding-top: 20px;	
}
.features {
	margin-left: 20px;
}
.features li img {
	margin: 0 0 10px 0;
}
.placements .more {
	float: right;
	margin-right: 50px;
}

.placements .section {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.placements .section .visual img {
	margin-bottom: 0;
}
.placements .section .description {
	margin-left: 120px;
}
.placements .section h3 {
	margin-bottom: 0;
}
.placements .up, .placements .down {
	float: right;
	clear: both;
}
.placements #tabs li {
	width: 155px;
}
.placements .teasers .prodlist li {
	margin-right: 13px;
}

.vidview .button {
	float: right;
}
.vidview .more {
	margin-right: 0px;
	clear: both;
}

/*=find your style*/
.style {
	margin-left: 10px;
}	
.style .section {
	float: left;
	margin-left: 10px;
	display: inline;
	margin-bottom: 10px;
}
.style .section h3, .style .section img {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
}
.findstyle {
	width: 848px;
	margin: 10px auto;
}
.findstyle .carousel .prodlist li {
	height:322px;
	width:799px;
}
.styleimage .previous img, .styleimage .next img {
	margin-top: 150px;
}
.styleimage .next img {
	margin-left: 10px;
	margin-right: 0;
}
.stylelist {
	margin-top: 10px;
	width: 584px;
	float: right;
	text-transform: uppercase;
	line-height: 1;
}
.stylelist2 {
	clear: both;
}
.stylelist2 .description {
	float: left;
	text-transform: uppercase;
	margin-left: 89px;
	display: inline;
}
.stylelist3 {
	width: 368px;
	margin-left: 265px;
	margin-top: 20px;
}
.stylelist3 .button {
clear:none;
margin-left:40px;
}
.stylelist3 .previous3 img, .stylelist3 .next3 img {
	margin-top: 150px;
}
/* my details */
#detailsPop {
	width: 800px;
}
.memberdetails {
	float: left;
	display: inline;
}
.yourdetails {
	width: 500px;
	margin-left: 5px;
}
.memberdetails h2 {
	font-size: 1.1em;
	margin-bottom: 10px;
}
.memberdetails ul {
	margin-left: 0px;
	margin-bottom: 20px;
}
.memberdetails li {
	list-style: none;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}

.memberdetails span.label {
	width: 100px;
	text-align: right;
	float: left;
	padding-right: 5px;
	font-size: 1em;
}
.memberdetails span.value {
	width: 120px;
	text-align: left;
	float: left;
}

.memberdetails span.address2 {
	clear: left;
}

.childdetails {
	width: 295px;
	float: right;
}

.childdetails span.label {
	width: 120px;
}	

.myaccount {
	clear: both;
	padding-top: 20px;
}

.myaccount .section {
	float: left;
	width: 345px;
	margin-bottom: 20px;
}

.myaccount .photo {
	float: left;
}

.myaccount .section h3 {
	margin-bottom: 5px;
}

/* multishipping pages */
.checkoutalt .column {
	float: left;
	width: 250px;
}
.checkoutalt tr.alt td {
	background: none;
}

.giftstable {
	float: left; 
	width: 300px;
}
.giftmsg {
	float: left;
}
.checkoutalt .column1 {
	width: auto;
}



.checkoutalt .cost .value {
	width: 200px;
}
.checkoutalt .cost a {
	display: block;
	margin: 5px 0;
}


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

.maincontent {
	float: left;
	width: 495px;
}

.sidecontent {
	float: left;
	width: 551px;
	margin-top: -35px;
}

.detail-list {
	overflow: hidden;
	width: 100%;
}
.detail-list .views {
	float: left;
}
.detail-list .moreproducts {
	float: right;
}

.productvisual .zoom {
	float: left;
	position: relative;
	top: -10px;
}
.productvisual div.button {
	float: right;
	position: relative;
	top: -25px;
	margin-right: 20px;
	display: inline;
	clear: none;
}

.mainphoto {
	margin: 0px auto;
	display: block;
}

.productdetail h2, .productdetail h3 {
	margin-bottom: 0;
}
.productdetail .price {
	margin-bottom: 5px;
	font-weight: bold;
}
.catalog span {
	margin-left: 50px;
}

.buttons {
	float:  left;
}
.actions {
	float: right;
}

.actions {
	float: right;
	text-transform: uppercase;
	border: 1px solid #ececed;
	padding: 7px;
	padding-bottom: 0;
	display: inline;
}

.actions li {
	list-style: none;
	margin-bottom: 7px;
	line-height: 22px;
	padding-left: 29px;
	cursor: pointer;
}
.action1 {
	background: url(../images/viewing_icon.gif) 5px 1px no-repeat;
	
}
.action2 {
	background: url(../images/print_icon.gif) 5px 1px no-repeat;
}
.action3 {
	background: url(../images/email_icon.gif) 5px 5px no-repeat;
}
.action4 {
	background: url(../images/add_icon.gif) 5px 5px no-repeat;
}
.action5 {
	background: url(../images/share_icon.gif) 5px 1px no-repeat;
}

#simplemodal-overlay {
	background-color:#000;
	cursor:wait;
}

/* Container */
#simplemodal-container {
	background: url(../images/bg.png);
}

.modaltitle {
	z-index:3200;
	top:14px;
}

.tiny_mce_textarea {
	padding-left : 133px;
}

/* -------------------------------------------------------------- 
	Search dialog styles
-------------------------------------------------------------- */
form[name=further_search_result_form_id] select {width:160px;}
/* -------------------------------------------------------------- 
   autocomplete
-------------------------------------------------------------- */
div.ac_results {overflow:hidden;}
li.ac_even {width:500px;}
li.ac_odd {width:500px;}
li.ac_even img {margin:0px;}
li.ac_odd img {margin:0px;}


.fb_position {        
        width:45%;
}
