/*****************************************
		GENERAL STYLES
******************************************/

* {
	margin:0px;
	border:0px;
}

html {
	width:100%;
	height:100%;
}

body {
	background:#000000;
	width:100%;
	height:100%;
	text-align:center;
	
	font-family: Arial;
	font-size:12px;
	color:#000000;
}

body table {
	text-align:left;
}

a {
	color:#916f1c;
	text-decoration:underline;
}
a:hover {
	color:#916f1c;
	text-decoration:underline;
}

h1 {
	font-size:26px;
	font-family:Times New Roman;
}

h2 {
	font-size:24px;
	font-family:Times New Roman;
	font-weight:normal;
	display:inline;
	line-height:1;
}

h3 {
	font-size:20px;
	font-family:Times New Roman;
	font-weight:normal;
	display:inline;
}

h4 {
	font-size:18px;
	font-family:Times New Roman;
	font-weight:normal;
	display:inline;
}

h5 {
	font-size:16px;
	font-weight:normal;
	display:inline;
	line-height:1;
}

h6 {
	font-size:13px;
	font-weight:normal;
}

select {
	border:1px solid #AD9454;
	margin-bottom:5px;
}

textarea {
	border:1px solid #AD9454;
	width:300px;
}

p {
	margin:5px 0px;
}

.boundary {
	text-align:left;
}

.button, .buttonOver, .goBtn {
	background-color:#916F1C;
	border:1px solid #AD9454;
	padding:0px 5px;
	color:#FFFFFF;
	margin-bottom:5px;
}

.formHeader {
	border-bottom:1px solid #AD9454;
	font-weight:bold;
}

.oddRow {
	background:#FBFAF4;
}

.evenRow {
	background:#F6F4EB;
}

.fieldLabel {
	vertical-align:center;
	margin-bottom:5px;
	
}

.fieldLabelError {
	vertical-align:center;
	margin-bottom:5px;
	color:#ca0000;
}

.fieldRequire {
	color:#FF0000;
}

.fieldInput {
	border:1px solid #AD9454;
	margin-bottom:5px;
}

.heading1 {
	border-bottom:1px solid #AD9454;
	font-weight:bold;
	margin-bottom:10px;
}

.sessionMessage {
	color:#ff0000;
	background:#FFFFFF;
	border:1px solid #AD9454;
	padding:5px;
	margin-bottom:5px;
}





/*****************************************
	                CART STYLES
******************************************/

.cartHeader {
	font-weight:bold;
	border-bottom:1px solid #AD9454;
}

.cartitem {
	background:#F7F5EC url(/stores/lottapop/images/pageheader_bg.gif) repeat-y scroll left top;
}

.cartFooter {
	border-top:1px solid #AD9454;
}

/*****************************************
	LAYOUT / HEADER / FOOTER STYLES
******************************************/

.header_image {
	padding-right:6px;
}

.container {
	margin:0px auto;
	width:894px;
	height:100%;
	background:url(/stores/lottapop/images/footer_bg.gif) top left repeat-y;
}

.container_inner {
	text-align:left;
	margin-left:6px;
	background:url(/stores/lottapop/images/main_bg.gif) top right repeat-y;
	padding:0px 2px 0px 2px;
}

.container_inner2 {
	background:url(/stores/lottapop/images/menu_bg_v.gif) bottom left repeat-x;
}

.content_container {
	min-height:398px;
	_height:398px;
	padding:0px 10px;
	background:url(/stores/lottapop/images/cfield.jpg) top right no-repeat;	
}

.lMenu {
	min-height:176px;
	text-align:right;
	padding-top:4px;
}

.lMenu1, .lMenu1_sel {
	padding-top:4px;
	padding-right:10px;
	padding-bottom:4px;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

.lMenu1:hover, .lMenu1_sel:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

.lMenu1_sel {
	color:#0e0e0a;
	background:url(/stores/lottapop/images/menu_bg_h_open.gif) top right repeat-y;
	width:199px;
}

.lMenu1_sel:hover {
	color:#0e0e0a;
}

.lMenu2, .lMenu2_sel {
	padding-right:10px;
	padding-bottom:2px;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-size:13px;
	font-weight:normal;
	background:url(/stores/lottapop/images/menu_bg_h_open.gif) top right repeat-y;
}

.lMenu2:hover, .lMenu1_se2:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

.lMenu2_sel {
	color:#292926;
	
	width:199px;
}

.lMenu2_sel:hover {
	color:#292926;
}


.lMenu3, .lMenu3_sel {
	padding-right:10px;
	padding-bottom:2px;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	background:url(/stores/lottapop/images/menu_bg_h_open.gif) top right repeat-y;
}

.lMenu3:hover, .lMenu1_se3:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

.lMenu3_sel {
	color:#DDDDDD;
	width:199px;
}

.lMenu3_sel:hover {
	color:#000000;
}


.tabs {
	height:30px;
	margin-left:213px;
	padding-right:4px;
}

.tabs a {
	display:block;
	float:right;
	background:url(/stores/lottapop/images/tab.gif) top right no-repeat;
	width:118px;
	height:22px;
	
	margin-right:1px;
	padding-top:8px;
	text-align:center;
	
	color:#916f1c;
	font-size:15px;
	font-family:Times New Roman;
	font-weight:bold;
	
	text-decoration:none;
}

.tabs a:hover {
	text-decoration:underline;
}

.tabs .firstTab {
	background:url(/stores/lottapop/images/tab_first.gif);
}

.searcharea {
	color:#dad4b6;
	font-weight:bold;
	padding:0px 10px;
}
.searcharea input {
	border:0px;
}

.searchbox {
	height:18px;
	width:155px;
	padding-top:2px;
}

.footer {
	background:#FFFFFF;
	border-top:3px solid #c7b866;
	font-size:11px;
	padding:4px 8px;
}

html>/**/body .footer {
	font-size:10px;
}

.footer a {
	padding-right:12px;
	color:#5c4819;
	text-decoration:none;
}

.footer a:hover {
	color:#5c4819;
}

/*****************************************
	COLORS
******************************************/

.white {
	color:#FFFFFF;
}

.red {
	color:#dc0000;
}

.gold {
	color:#6d5d27;
}

.lightgold {
	color:#916f1c;
}

.dkgold{
	color:#5c4819;
}

.brown {
	color:#402f05;
}

.yellowish {
	color:#e4de86;
}

.price {
	color:#dc0000;
	font-size:14px;
	font-weight:bold;
}

/*****************************************
	INDEX PAGE STYLES
******************************************/

.mainPageLeft {
	background:#FFFFFF url(/stores/lottapop/images/mbr.gif) bottom right no-repeat;
	margin-bottom:23px;
	width: 389px;
}

.mainPageLeft_Inner {
	margin:0px 3px 0px 3px;
	background:url(/stores/lottapop/images/main_left_bg_v.gif) bottom right repeat-x;
}

.mainPageLeft_Inner2 {
	background:url(/stores/lottapop/images/blue_cbr.gif) bottom right no-repeat;
}

.mainPageLeft_Inner3 {
	height:465px;
	position:relative;
	top:2px;
	background:url(/stores/lottapop/images/welcome.jpg) bottom left no-repeat;
}
.mainPageLeft_Inner3 div {
	padding:10px;
}

.mainPageRight {
	float:right;
	width:256px;
}

.mainPageRight a {
	margin-bottom:5px;
	padding:6px 10px;
	display:block;
	color:#FFFFFF;
	font-size:11px;
	line-height:1;
	text-decoration:none;
}

.mainPageRight a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.mainPageRight a div {
	font-size:16px;
	color:#523d09;
	font-family:Times New Roman;
	font-weight:bold;
	_margin-top:10px;
}

.mainPageRight .byo_tin {
	background:url(/stores/lottapop/images/byo_tin.jpg) top right no-repeat;
	width:236px;
	height:157px;
	
}

.mainPageRight .ready_to_eat {
	background:url(/stores/lottapop/images/ready_to_eat.jpg) top right no-repeat;
	width:236px;
	height:131px;
	line-height:1.2;
}

.mainPageRight .featured_product {
	background:url(/stores/lottapop/images/featured_product.jpg) top right no-repeat;
	width:236px;
	height:131px;
	color:#000000;
	line-height:1.1;
}

.mainPageRight .featured_product:hover {
	color:#000000;
}

.txt2 {
	font-size:12px;
	margin-top:5px;
	display:block;
}

.tm {
	color:#b79805;
	font-weight:bold;
}




/*****************************************
	CATEGORY PAGE STYLES
******************************************/

.breadcrumb_container {
	font-size:12px;
	color:#6d5d27;
	text-align:right;
	
	width:894px;
	height:12px;
	position:absolute;
	top:1px;
	left:50%;
	margin:0px auto auto -457px;
}

.categoryPage {
	background:#FFFFFF url(/stores/lottapop/images/white2_cbr.gif) bottom right no-repeat;
}

.categoryPage_Inner {
	margin:0px 3px 0px 3px;
	padding:3px 0px;
	min-height:450px;
	_height:450px;
}

.categoryPage_Description {
	padding-bottom:25px;
	border-bottom:1px solid #D3CBA7;
}

.pageHeader {
	height:14px;
	background:#f7f5ec url(/stores/lottapop/images/pageheader_bg.gif) top left repeat-y;
	margin-top:2px;
	margin-bottom:10px;
	padding:8px 8px 18px 11px;
	font-size:20px;
	font-family:Times New Roman;
}

.pageHeader div {
	float:right;
	font-size:12px;
	font-family:Arial;
	padding-top:6px;
}

.pageNave {
	font-size:11px;
	padding-top:2px;
	padding-left:5px;
	color:#666666;
	margin-bottom:2px;
}
.pageNave_Before {
	color:#999999;
	text-decoration:none;
}
.pageNave_Num {
	color:#666666;
	text-decoration:none;
}

.search {
	float:right;
	font-size:13px;
	color:#000000;
}

.search select {
	width:128px;	
	margin-bottom:0px;
}

.resultsList {
	border:1px solid #d3caa7;
	padding:7px 4px 7px 14px;
	width:50%;
	font-size:11px;
}

.resultsList a {
	text-decoration:none;
}

.resultsList img {
	float:left;
}

.resultsList div {
	line-height:1;
	margin-left:135px;
}




/*****************************************
	ITEM DETAILS PAGE STYLES
******************************************/

.details_left {
	float:left;
	width:273px;
	text-align:center;
}

.details_left img {
	padding:0px 3px 5px 3px;
}

.details_left a {
	font-size:11px;
	text-decoration:none;
}

.details_Description {
	padding-bottom:25px;
	border-bottom:1px solid #D3CBA7;
}

.details_right {
	padding-top:10px;
	margin-left:280px;
	margin-right:20px;
}

.details_attributes {
	font-size:12px;
	margin-top:20px;
}

.bluebox {
	background:#F4F0E7 url(/stores/lottapop/images/blue2_ctr.gif) top right no-repeat;
	width:235px;

	margin:0px auto;
	text-align:left;
}

.bluebox img {
	padding:0px;
}

.bluebox_inner {
	padding:10px 13px;
}