
/**
 * Delivery addresses styling
 */
.delivery_addresses li{
	list-style:none;
	float:left;
	border: 1px solid #ccc;
	padding: 0px 10px;
	border-radius: 5px;
	min-width: 200px;
	margin:5px !important;
	position: relative;
}
.delivery_addresses li p.address{
	line-height: 20px;
	padding-bottom: 5px;
}
.delivery_addresses .da_button {
	text-align:center;
}
.indicators .address_remove_link, .indicators .address_edit_link {
	float: right;
}
.indicators {
	float:left;
	width: 100%;
	height: 40px;
	padding:0;
	border-bottom: 1px dashed #ccc;
	margin-top:5px;
	margin-bottom:5px;
}
.indicators span {
	float:left;
	text-align:center;
	font-size: 10px;
	margin: 0 3px;
}
.error {
	background-color: #c00 !important;
	font-weight: bold;
	margin: 10px !important;
	color: white !important;
	padding: 6px;
	line-height: 1.2;
}
.message { 
	border: 1px solid;
	width: 100%;
	padding: 5px;
	text-align:center;
	color: #00aa00;
	background: #ccffcc;
	margin-bottom: 10px;
}
#edit_address_form p , #new_address_form p {
	width: 26em;
	clear:right;
	padding-bottom:0.5em;
	margin-bottom: 10px;
}
#edit_address_form p input, #edit_address_form p select, #new_address_form p input, #new_address_form p select {
	float:right;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #aaa;
}
#edit_address_form p input[type=text], #edit_address_form p select , #new_address_form p input[type=text], #new_address_form p select {
	width: 200px;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #aaa;
}
#edit_address_form p select, #new_address_form p select  {
	width: 212px !important;
}

/**
 *	profile page
 */
.profile_form p {
	height: 1.2em;
	clear:right;
	margin-bottom: 1em;
}
.profile_form p input[type=text], .profile_form p input[type=password], .profile_form p textarea {
	float:right;
	width: 300px;
	border-radius: 5px;
	padding: 5px;
	border: 1px solid #aaa;
}
.profile_form p input[type=submit] {
	float:right;
	width: 100px;
	border-radius: 5px;
	border: 1px solid #aaa;
	padding: 3px 10px;
	cursor: pointer;
}

/**
 * Account nav bar
 */
.nav_bar {
	list-style: none;
	margin: 0;
	padding:0;
	width: 100%;
	border-bottom: 1px solid #ccc;
	height: 35px;
	margin-bottom: 5px !important;
}
.nav_bar li {
	list-style: none;
	float:left;
}
.nav_bar li a {
	text-decoration: none;
	background: url(/media/design/cats_bg.jpg) repeat-x 0 0 transparent;
	padding: 3px 15px;
	margin: 5px 10px;
	border-radius: 5px;
	border: 1px solid #000;
	color: #000;
}
.nav_bar li a:hover {
	color: #fff;
}

.date_added {
	float:right;
	text-align:center;
	margin: 3px;
}
.date_added span {
	display:block;
	margin: 4px 3px;
	padding: 0;
	border-radius: 3px;
	border: 1px solid #aaa;
	text-align: center;
	width: 50px;
	height: 50px;
	font-weight: bold;
}
.date_added span p {
	padding: 0px;
	margin:0 0 3px 0 !important;
	display: block;
	width: 100%;
}
.date_added span p b {
	border-radius: 2px 2px 0px 0px;
	font-weight: bold;
	display: block;
	height: 25px;
	line-height:25px;
	padding: 0px;
	width: 100%;
	margin: 0px;
	background: url(/media/design/new_items_bg.jpg) repeat-x 0 0;
	color: #FFF;
	
}
.new_item_holder {
	padding: 3px;
	text-align:center;
	margin: 0 0 10px 0;
}
.new_item_holder .new_item_holder_title {
	text-align:center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.new_item_holder .new_item_holder_title b{
	font-size: 16px;
}
.new_item_holder .new_item_holder_title a {
	text-decoration: none;
	color: #888;
}
.new_item_holder ul {
	list-style: none;
	width: 100%;
}
.new_item_holder ul li:first-child {
	margin-left: 0;
}
.new_item_holder ul li {
	overflow: hidden;
	margin:0 0 0 5px;
	padding:0 !important;
	width: 140px;
	display: inline-block;
	list-style:none;
	border: 1px solid #999;
	border-radius: 5px;
	height: 240px;
}
.new_item_holder ul li .new_item_image {
	margin-top:5px;
	height: 100px;
}
.new_item_holder .new_item_added {
	line-height: 25px;
	background: url(/media/design/new_items_bg.jpg) repeat-x 0 0;
	color: #FFFFFF;
	height: 25px;
	border-radius: 5px;
	font-weight: bold;
}
.new_item_holder ul li .new_item_info{
	padding: 3px;
	height: 100px;
	position: relative;
}
.new_item_holder ul li .new_item_info p.ni_price {
	text-align:center;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin:5px auto !important;
}
div.pagination {
	padding: 3px;
	margin: 12px auto;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #17516E;
	
	text-decoration: none; /* no underline */
	color: #17516E;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #17516E;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #17516E;
	font-weight: bold;
	background-color: #17516E;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #aaa;

	color: #999;
}
.go_to_checkout_link {
	margin-top:15px;
	
}
.go_to_checkout_link a {
	padding: 5px 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.buy_button {
	text-align:center;
}
input.buy_button {
	margin-top: 5px;
}
.item_table {
	width: 100%;
}
.item_table tr:first-child th {
	border-bottom: 1px solid #444;
	border-right: none;
}
.item_table tr th {
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.item_table tr th:last-child {
	border-right: none;
}
.item_table tr:last-child td {
	border-bottom: none;
}
.item_table td, .item_table th {
	padding: 5px;
}
.item_table td {
	border-bottom: 1px dashed #ccc;
}
.item_table .right {
	text-align:right;
	float:none;
	width: auto;
}
.c_table .right {
	float: none !important;
}
.item_table .center{
	text-align:center;
}
.item_table .bold {
	font-weight: bold;
}
.c_table {
	
}
.c_table td {
	padding: 5px;
}
.c_table tr:last-child td {
	
}
.c_table .right{
	text-align:right;
}

#shopcats {
	
}
#shopcats ul {
	margin-bottom: 10px;
}
#shopcats ul ul {
	margin-bottom: 0;
}
#shopcats ul ul li {
	border-right: none;
	
	background: #bbb;
}
#shopcats ul ul li:last-child {
	border-bottom: 0;
}
#shopcats ul ul li a {
	padding-left: 20px !important;
}
#shopcats ul ul ul li {
	background: #e7e7e8;
}
#shopcats ul ul ul li a {
	padding-left: 30px !important;
}
#shopcats ul li {
	background: #e7e7e8;
	border-bottom: 1px solid #000;
}
#shopcats ul li:first-child {
	border-top: 1px solid #000;
}
#shopcats ul li a {
	text-decoration: none;
	color: #000;
	padding: 5px 0 5px 10px;
	display:block;
}
#shopcats ul li a:hover {
	background: #bbb;
}


#subcats {
	text-align:center;
}
#subcats li {
	vertical-align:top;
	display:inline-block;
	margin: 5px;
	text-align:center;
	width: 120px;
	min-height: 120px;
}
#subcats li img {
	margin: 0 auto;
	border: 1px solid #000;
	display:block;
	
}
#subcats li p {
	text-align:center;
	margin-bottom: 3px;
	margin-top: 3px;
}
#subcats li p a {
	text-align:center;
	text-decoration: none;
	color: #ff6600;
}
.shopitems {
	margin-top: 5px;
}
.shopitems li{
	clear:right;
	padding: 10px 0px;
	border: 1px solid #ffcc99;
	margin-bottom: 10px;
	border-radius: 10px;
	min-height: 103px;
}	
.shopitems .itemdetails {
	margin-bottom: 3px;
}
.shopitems .itemdetails .itemtitle {
	
}
.shopitems .itemdetails .itemtitle a{
	text-decoration: none;
	color: #ff6600;
	font-size: 20px;
}
.shopitems .itemimage {
	float:left;
	margin: 0 20px 10px 10px;
	width: 100px;
	height:100px;
}
#itemimage {
	float:right;
	width: 300px;
	overflow:hidden;
	margin: 5px;
	padding: 5px;
	background: #fff;
}
#itemimage img {
	display:block;
	margin: auto;
}
#itemtitle {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 22px;
	font-weight: bold;
}
table {
	width: 100%;
}
#itemprice {
	font-weight: bold;
	margin-bottom: 5px;
}
#itemcode {
	margin:  10px 0;
}
#itemstock {
	margin: 10px 0;
}
#itemhtml {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed #ccc;
}
#itemaddform input[type=text] {
	margin-right:0;
	padding: 3px;
	border-radius: 5px 0 0 5px;
	border: 1px solid #aaa;
}
#itemaddform input[type=submit] {
	margin-left: -6px;
	padding: 2px 10px;
	cursor: pointer;
	border-radius: 0 5px 5px 0;
	border: 1px solid #aaa;
}
#itemaddform input[type=submit]:hover {
	background: #dedede;
}
.delivery_address label {
	
}
.delivery_address p{
	margin: 5px 0;
}
.delivery_address p input[type=text] {
	width: 17em !important;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #aaa;
}
.delivery_address p select {
	padding: 5px;
	border: 1px solid #aaa;
	border-radius: 5px;
	width: 18em !important;
}
#frm_custDeta p{
	margin: 10px 0;
}
#frm_custDeta h1, h1{
	font-size: 28px;
	font-weight: bold;
}	
#frm_custDeta textarea {
	width: 500px;
	height: 100px;
	border: 1px solid #aaa;
	padding: 5px;
	border-radius: 5px;
}
.changeCost {
	width: 100%;
	padding: 10px 0 20px 0;
}
#appFrm {
	width: 35em;
	max-width: 100%;
}
#appFrm p {
	padding-top: 0.5em !important;
}
h1 {
	padding-bottom: 1em;
}
#appFrm p input[type=text], #appFrm p select,#appFrm p input[type=password],#appFrm p textarea{
	width: 15em;
	padding: 5px;
	border: 1px solid #aaa;
	border-radius: 5px;
}
#appFrm p select {
	width: 16em !important;
}
strong {
	font-weight: bold;
}
p {
	line-height: 1.4em;
	margin-bottom: 5px;
}
h2{ 
	font-size: 18px;
	color: #888;
	margin-bottom: 5px;
}
#appFrm p input[type=submit] {
	border: 1px solid #aaa;
	border-radius: 5px;
	float:right;
	padding: 3px 10px;
	cursor: pointer;
	margin-bottom: 10px;
}
#appFrm p input[type=submit]:hover {
	background: #dedede;
}
#part_table  {
	border: 1px solid #000;
}
#part_table  tr th {
	padding: 3px;
	font-weight: bold;
	border-bottom: 1px solid #000;
}
#part_table  tr td {
	padding: 3px;
	border-bottom: 1px dashed #aaa;
	border-right: 1px dashed #aaa;
}
#part_table  tr:last-child td {
	border-bottom: 0;
	
}
#part_table  tr td:last-child {
	border-right: 0;
}
#login_form {
	margin: 20px 0px;
	width: 37em;
}
#login_form p input[type=text], #login_form p input[type=password] {
	border: 1px solid #aaa;
	border-radius: 5px;
	padding: 5px;
}
#login_form p input[type=submit] {
	border: 1px solid #aaa;
	border-radius: 5px;
	cursor: pointer;
	padding: 3px 15px;
}
a.button {
	padding: 15px 20px;
	border: 1px solid #aaa;
	background: #eee;
	border-radius: 10px;
	text-decoration: none;
	color: #000;
}