@charset "utf-8";
/* The Toy Pad - Product Pages - CSS Document */

/* ########## Top Banner / Content ########## */

#top_banner {
	background: url(../images/backgrounds/bg_white_rep.gif) repeat;
	position: relative;
	margin: 0 0 10px 0;
	width: 505px;
	min-height: 150px;
	height: auto;
	overflow: hidden;
	z-index: 75
}

#search_title {
	color: #006600;
	font-weight: bold;
	margin-bottom: 10px
}

/* ########## Product Boxes ########## */

/*#disp_container {
	position: relative;
	display: block;
	width: 515px;
	height: auto
}*/

.itembox_cont {
	background: none;
	position: relative;
	float: left;
	margin: 0 8px 10px 0;
	width: 163px;
	height: auto;
	overflow: hidden;
	z-index: 75 
}

.itembox_top {
	background: url(../images/backgrounds/itembox_top.png) no-repeat !important;
	background: url(../images/backgrounds/itembox_top.gif) no-repeat; /* alt gif for older browsers */
	position: relative;
	margin: 0;
	width: 163px;
	height: 6px;
	overflow: hidden;
	z-index: 75 
}

.itembox_exp {
	background: url(../images/backgrounds/itembox_exp.png) repeat-y !important;
	background: url(../images/backgrounds/itembox_exp.gif) repeat-y; /* alt gif for older browsers */
	position: relative;
	margin: 0;
	width: 163px;
	height: auto;
	overflow: hidden;
	z-index: 75 
}

.itembox_desc {
	background: none;
	position: relative;
	margin: 3px auto;
	width: 125px;
	height: 155px;
	font-size: 11px;
	color: #0099CC;
	overflow: hidden;
	z-index: 75
}

.itembox_pic {
	background: #FFFFFF;
	margin: 3px auto 5px auto;
	width: 120px;
	height: 87px;
	border: 1px #CCCCCC solid;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	z-index: 100
}

.itembox_pic:hover {
	/*margin: 2px auto 6px auto;*/
	border: 1px #FF9900 solid;
	cursor: pointer
}

.itembox_pic td {
	text-align: center;
	vertical-align: middle
}

.itembox_pic img {
	vertical-align: middle
}


.details {
	position: absolute;
	top: 95px;
	height: 60px;
	overflow: hidden
}

.prices {
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 3px;
}

.price {
	color: #003399;
	float: left
}

.sale_price {
	color: #990000;
	float: left
}

#description {
	clear: both;
	width: 100%;
	padding-top: 3px;
	margin-bottom: 3px;
}

.itembox_buttons {
	background: none;
	position: relative;
	margin: 3px auto;
	width: 119px;
	height: 40px;
	overflow: hidden;
	z-index: 75
}

.itembox_button_details {
	background: url(../images/buttons/button_details_norm.gif) no-repeat;
	position: relative;
	margin-top: 2px;
	width: 119px;
	height: 17px;
	overflow: hidden;
	z-index: 100
}

.itembox_button_details a {
	background: url(../images/buttons/button_details_norm.gif) no-repeat;
	display: block;
	width: 119px;
	height: 17px;
	cursor: pointer;
}

.itembox_button_details a:hover {
	background: url(../images/buttons/button_details_over.gif) no-repeat;
	cursor: pointer;
}


.itembox_button_add {
	background: url(../images/buttons/button_add_to_cart_norm.gif) no-repeat;
	position: relative;
	margin-top: 2px;
	width: 119px;
	height: 17px;
	overflow: hidden;
	z-index: 100
}

.itembox_button_add a {
	background: url(../images/buttons/button_add_norm.gif) no-repeat;
	display: block;
	width: 119px;
	height: 17px;
	cursor: pointer;
}

.itembox_button_add a:hover {
	background: url(../images/buttons/button_add_to_cart_over.gif) no-repeat;
	cursor: pointer;
}

#next_last {
	text-align: center
}

#next_last a {
	font-weight: bold;
	font-size: 10px
}

.itembox_bottom {
	background: url(../images/backgrounds/itembox_bottom.png) no-repeat !important;
	background: url(../images/backgrounds/itembox_bottom.gif) no-repeat; /* alt gif for older browsers */
	position: relative;
	margin: 0;
	width: 163px;
	height: 6px;
	overflow: hidden;
	z-index: 75 
}

/* Product Detail Page */

#img_large {
	background: #FFFFFF;
	display: block;
	margin: 15px auto 0 auto;
	padding: 5px;
	border: 1px #CCCCCC solid;
	overflow: hidden;
	z-index: 100
}

#item_name {
	color: #0099CC;
	font-weight: bold;
}

#warning {
	background: #FFFFFF;
	display: block;
	width: 85%;
	margin: 10px auto;
	border: 2px #FF0000 solid; 
	font-weight: bold;
	font-size: 10px;
	padding: 5px
}

#warning p {
	padding: 0; 
	margin: 0 0 7px 0
}


/* ########## Multi-Page Navigation Buttons ########## */

/*#admin_mainbuttons {
	position: relative;
	width: 425px;
	height: 135px;
	margin: 10px auto;
}

#admin_catalog {
	background: url(../images/buttons/admin_catalog_norm.gif) no-repeat;
	float: left;
}

#admin_catalog a {
	background: url(../images/buttons/admin_catalog_norm.gif) no-repeat;
	border: 2px #FFFFFF solid;
	display: block;
	width: 200px;
	height: 133px
}

#admin_catalog a:hover {
	background: url(../images/buttons/admin_catalog_over.gif) no-repeat;
	border: 2px #009900 solid
}*/


/* ########## Administration Pages ########## */

/* -- Main Admin Page Buttoms -- */
#admin_mainbuttons {
	position: relative;
	width: 425px;
	height: 135px;
	margin: 10px auto;
}

#admin_catalog {
	background: url(../images/buttons/admin_catalog_norm.gif) no-repeat;
	float: left;
}

#admin_catalog a {
	background: url(../images/buttons/admin_catalog_norm.gif) no-repeat;
	border: 2px #FFFFFF solid;
	display: block;
	width: 200px;
	height: 133px
}

#admin_catalog a:hover {
	background: url(../images/buttons/admin_catalog_over.gif) no-repeat;
	border: 2px #009900 solid
}

#admin_content {
	background: url(../images/buttons/admin_content_norm.gif) no-repeat;
	float: right;
}

#admin_content a {
	background: url(../images/buttons/admin_content_norm.gif) no-repeat;
	border: 2px #FFFFFF solid;
	display: block;
	width: 200px;
	height: 133px
}

#admin_content a:hover {
	background: url(../images/buttons/admin_content_over.gif) no-repeat;
	border: 2px #009900 solid
}

/* -- Sub Nav Admin Buttoms -- */
#admin_subbuttons {
	position: relative;
	width: 420px;
	height: 20px;
	margin: 25px auto 0 auto;
}

#subadmin_home {
	background: url(../images/buttons/adminbut_home_norm.gif) no-repeat;
	position: absolute;
	top: 0;
	left: 0
}

#subadmin_home a {
	background: url(../images/buttons/adminbut_home_norm.gif) no-repeat;
	border: none;
	display: block;
	width: 119px;
	height: 18px
}

#subadmin_home a:hover {
	background: url(../images/buttons/adminbut_home_over.gif) no-repeat;
}

#subadmin_catalog {
	background: url(../images/buttons/adminbut_catalog_norm.gif) no-repeat;
	position: absolute;
	top: 0;
	left: 150px
}

#subadmin_catalog a {
	background: url(../images/buttons/adminbut_catalog_norm.gif) no-repeat;
	border: none;
	display: block;
	width: 119px;
	height: 18px
}

#subadmin_catalog a:hover {
	background: url(../images/buttons/adminbut_catalog_over.gif) no-repeat;
}

#subadmin_content {
	background: url(../images/buttons/adminbut_content_norm.gif) no-repeat;
	position: absolute;
	top: 0;
	left: 300px
}

#subadmin_content a {
	background: url(../images/buttons/adminbut_content_norm.gif) no-repeat;
	border: none;
	display: block;
	width: 119px;
	height: 18px
}

#subadmin_content a:hover {
	background: url(../images/buttons/adminbut_content_over.gif) no-repeat;
}



