/* ShimBi Cart outer layout controller */
.shimbi_cart_outer_area {
	width:840px;
	margin:0px auto;
	border:1px solid #c4c3c3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:10px 5px 10px 5px;
	text-align:justify;
}
/* ShimBi Cart page title theme  */
.inside_page_title {
	padding:5px 0px 5px 5px;
	margin:0px;
	text-align:left;
	color:#DE2126;
	font:bold 15px "Trebuchet MS", Georgia, Times, sans-serif;
}
/* ShimBi Cart inside data space control here */
.inner_page {
	padding:10px 5px 10px 5px;
}
/* ShimBi Cart login,submit,save etc. button theme set here */
.login_but_submit {
	background: #7B7777;
	color: #fff;
	font-family: "Trebuchet MS", "Myriad Pro", sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 15px 9px 15px;
	text-align: center;
	cursor:pointer;
	margin:0px 0px 0px 0px;
	border-radius: 4px;
	outline:none;
	border:1px solid #BCBCBC;
}
/* hover color theme here */
.login_but_submit:hover {
	background: #7B7777;
	color: #000;
	outline:none;
}
/* Mandatory Fields css */
.star {
	color:#FF0000;
	padding-left:2px;
}
/* This is cancel and back button theme */
.login_but_but {
	color: #fff;
	border:0px;
	font-family: "Trebuchet MS", "Myriad Pro", sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 15px 9px 15px;
	text-align: center;
	cursor:pointer;
	margin:0px;
	border-radius: 4px;
	outline:none;
	background: #7b7777;
}
/* This is cancel and back button hover theme */
.login_but_but:hover {
	color: #f5d2fc;
	background: #7b7777;
	outline:none;
}
/* ShimBi cart textbox theme */
.inner_form_static {
	border: solid 1px #ccc;
	background: #FFFFFF;
	padding:3px 2px 3px 2px;
	width:200px;
	height:20px;
	outline:none;
	margin:5px 0px 5px 0px;
	font-size:12px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}
/* ShimBi cart select box theme */
.select_static {
	border: solid 1px #ccc;
	background: #FFFFFF;
	padding:3px 2px 5px 2px;
	width:200px;
	outline:none;
	margin:5px 0px 5px 0px;
	font-size:12px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}
/* ShimBi cart textbox theme */
.inner_form_static2 {
	border: solid 1px #ccc;
	background: #FFFFFF;
	padding:3px 2px 3px 2px;
	width:160px;
	height:20px;
	outline:none;
	margin:5px 0px 5px 0px;
	font-size:12px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}
/* ShimBi cart textarea theme */
.inner_form_static1 {
	border: solid 1px #ccc;
	background: #FFFFFF;
	padding:3px 2px 3px 2px;
	width:30px;
	height:20px;
	outline:none;
	margin:5px 0px 5px 0px;
	font-size:12px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}
/* ShimBi cart address bar theme */
.address_bar {
	border: solid 1px #ccc;
	background: #FFFFFF;
	padding:3px 2px 3px 2px;
	width:200px;
	height:50px;
	outline:none;
	margin:5px 0px 5px 0px;
	font-size:12px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}
/* ShimBi cart all forms footer theme */
.member_login {
	background:#f0b324;
	padding:0px 0px 0px 10px;
	font-size:16px;
	margin:0px auto;
	margin-top:10px;
	border-bottom:2px solid #F27DA7;
	margin-bottom:2px;
	color:#000;
	font-weight:bold;
	padding:10px 0px 10px 10px;
	font-family: "Trebuchet MS", "Myriad Pro", sans-serif;
}
.member_login a {
	text-decoration:none;
	font-size:14px;
	color:#601070;
	padding-left:5px;
	font-family: "Trebuchet MS", "Myriad Pro", sans-serif;
}
.member_login a:hover {
	text-decoration:underline;
}
/* ShimBi cart left side button theme */
.menu_system {
	font-family: "Trebuchet MS", "Myriad Pro", sans-serif;
	font-size:14px;
	color:#000000;
	border:1px solid #f5d2fc;
}
.menu_system ul {
	padding:10px 10px 10px 10px;
	margin:0px;
	list-style:none;
	font-family: "Trebuchet MS", "Myriad Pro", sans-serif;
	font-size:14px;
	color:#000000;
}
.menu_system li {
	padding:0px;
	margin:0px;
	list-style:none;
	font-family: "Trebuchet MS", "Myriad Pro", sans-serif;
	font-size:14px;
	color:#000000;
	line-height:22px;
}
.menu_system li a {
	padding:0px;
	margin:0px;
	list-style:none;
	font-family: "Trebuchet MS", "Myriad Pro", sans-serif;
	font-size:14px;
	color:#000000;
	line-height:22px;
	text-decoration:none;
}
.menu_system li a:hover {
	color:#874295;
}
/* ShimBi cart Terms and Condition box theme */
.agree {
	width:500px;
	height:120px;
	outline:none;
	overflow:scroll;
}
/* ShimBi cart all checkboxes right padding */
.checkbox_news {
	margin-right:10px;
}
/* ShimBi cart inside table theme */
.common_table_border {
	padding:5px 5px 5px 5px;
	border:1px solid #F5D2FC;
	margin:0px auto;
}
/* field name and textbox middle gap control here */
.filed_adjust {
	padding-bottom:10px;
}
/* form error theme control here */
.form_error {
	font:normal 14px "Trebuchet MS", Georgia, Times, sans-serif;
	text-align:left;
	color:#FF0000;
	padding-bottom:3px;
	padding-top:3px;
}
/* or title font size and color */
.or {
	font-size:16px;
	color:#FF0000;
	text-align:center;
}
/* cart dispaly Quantity textbox area */
.quanty {
	outline:none;
	border:1px solid #999999;
	width:30px;
	text-align:center;
}
/* this is sucess msg style */
.success_msg {
	text-align:center;
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#006633;
	font-weight:normal;
}
/* inside pages paragraph */
.normal_data {
	text-align:left;
	font:normal 13px "Trebuchet MS", Georgia, Times, sans-serif;
	color:#000;
}
.normal_data a {
	text-align:left;
	font:normal 13px "Trebuchet MS", Georgia, Times, sans-serif;
	color:#000;
	text-decoration:none;
}
.normal_data a:hover {
	text-decoration:underline;
}
/* All pages tabel border control here */
.shop_table {
	margin:0px auto;
}
.shop_table table {
	border:0px solid #000;
	border-collapse:collapse;
}
.shop_table_th {
	border:1px solid #000;
	border-collapse:collapse;
	padding:5px;
	text-align:center;
	background:#f0b324;
	font:bold 14px "Trebuchet MS", Georgia, Times, sans-serif;
}
.shop_table_td {
	border:1px solid #000;
	border-collapse:collapse;
	padding:5px;
	color:#000000;
	text-align:left;
	font:normal 13px "Trebuchet MS", Georgia, Times, sans-serif;
}
/* align center */
.align_mid {
	text-align:center;
}
/* align left */
.align_left {
	text-align:left;
}
/* align right */
.align_right {
	text-align:right;
}
/* in this project any font sizae bold , apply this css */
.heading_bold {
	font-weight:bold;
}
.member_login_p {
	text-decoration:none;
	font-size:16px;
	color:#a32fb8;
	padding-bottom:10px;
	font-family: "Trebuchet MS", "Myriad Pro", sans-serif;
}
.member_login_p2 {
	text-decoration:none;
	font-size:16px;
	color:#a32fb8;
	text-align:right;
	font-family: "Trebuchet MS", "Myriad Pro", sans-serif;
}