@CHARSET "UTF-8";

body {
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 12px;
	background-color: #E8E8E8;
	background-image: url('../img/page_bg.png');
	background-repeat: repeat-x;
	top: 0;
	margin: 0;
	padding: 0;
	background-image: url('../img/dot_bg.png');
	background-repeat: repeat-x;
	background-position: top center;
}

body.xmas {
	background-image:url('../img/xmas_bg.png')
}

body.summer {
	background-image:url('../img/summer-bg.png');
	background-repeat:repeat-x;
	background-position:top center
}

body.epiphany {
    background-image:url(../img/epiphany-bg.jpg);
}

body.halloween {
    background-image:url(../img/halloween-bg.png);
}

a img {
	border: 0;
}

img {
	vertical-align: bottom;
}

.halloween-season-decoration-1 {
    width:278px;
    height:758px;
    position:absolute;
    top:0;
    left:-278px;
    background-image:url(../img/halloween-items.jpg);
    z-index:-1;
}

.halloween-season-decoration-2 {
    width:278px;
    height:758px;
    position:absolute;
    top:0;
    right:-278px;
    background-image:url(../img/halloween-items.jpg);
    z-index:-1;
}


#page {
	width: 1004px;
	margin: 0 auto;
    position:relative;
}

#header {
	width: 100%;
	height: 175px;
}

#search_bar {
	width: 969px;
	height: 33px;
}

#search_bar_wrapper {
	background-image: url('../img/search_bar_bg.png');
	background-repeat: repeat-x;
	height: 32px;
	float: left;
	width: 902px;
}

#light_green_box {
	height: 22px;
	margin: 0 5px 0 -10px;
	background-color: #34c700;
	float: left;
	width: 305px;
	color: #ffffff;
}

#light_green_box input {
	border: 1px solid #000000;
	height: 14px;
	margin-left: 25px;
	width: 120px;
}

#light_green_box p {
	line-height: 23px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	display: inline;
}

#orange_box {
	height: 22px;
	margin: 0 -10px 0 0;
	background-color: #e7690d;
	float: right;
	width: 305px;
	color: #ffffff;
	overflow: hidden;
}

#orange_box p {
	line-height: 23px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	display: inline;
}

#blue_box {
	height: 22px;
	margin: 0 0 0 -2px;
	background-color: #528FC2;
	float: left;
	width: 305px;
	color: #ffffff;
	overflow: hidden;
}

#blue_box p {
	line-height: 23px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	display: inline;
}

#blue_box input {
	border: 1px solid #000000;
	height: 14px;
	margin-left: 5px;
	width: 95px;
}

.left_float { float: left; }
.right_float { float: right; }

.flag {
	margin-left: 10px;
}

#page_body {
	margin: 5px auto 10px auto;
	width: 1004px;
	clear: both;
}

.border_column {
	width: 205px;
	float: left;
	overflow: hidden;
}

.column_box {
	background-image: url('../img/column_box_bg.png');
	background-repeat: repeat-y;
}

.green_column_box {
	background-image: url('../img/green_column_box_bg.png');
	background-repeat: repeat-y;
	position: relative;
}

.column_box ul {
	margin: 0;
	padding: 0;
}

.column_box li {
	border-bottom: 1px solid #000000;
	list-style: none;
	margin: 0px 0 0 11px;
	padding: 6px 5px 3px 5px;
	font-size: 12px;
	width: 170px;
	overflow: hidden;
	cursor: pointer;
}

.column_box li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

.column_box li a.selected {
	color: #ffff00;
	font-weight: bold;
}

.column_box li.first {
	border-top: 1px solid #000000;
	padding-top: 6px;
}

.column_box li.subcategory {
	display: none;
}

.column_box li.subcategory.selected {
	display: block;
}

.column_box li.subcategory ul li {
	font-size: 11px;
}

.column_box li.lev2 {
	background-image: url('../img/sub_category_bg.png');
	background-repeat: repeat-y;
	color: #ffffff;
}

.column_box li.lev2 ul {
	margin: 0 0 0 5px;
	width: 170px;
}

.column_box li.lev2 li {
	border: none;
	margin: 0;
	padding: 1px;
}

.column_box li img {
	vertical-align: middle;
}

.main_column {
	width: 564px;
	float: left;
	margin-left: 8px;
	position: relative;
}

.main_column_content {
	background-image: url('../img/main_column_bg.png');
	background-repeat: repeat-y;
	position: relative;
}

.toys_grid {
	margin: 0 auto;
	width: 540px;
	position: absolute;
	top: 21px;
	left: 16px;
}

.large_column {
	width: 775px;
	overflow: hidden;
	background-image: url('../img/large_main_column_bg.png');
}


.full_page_column {
	width: 980px;
	overflow: hidden;
	margin: 0 0 0 10px;
}

.full_page_content {
	background-image: url('../img/full_page_bg.png');
	background-repeat: repeat-y;
	padding: 0 30px;
}

#footer {
	width: 990px;
	padding: 15px 0 10px 0;
	margin: 0 auto;
	text-align: center;
	font-size: 13px;
	clear: both;
	overflow: hidden;
}

#footer a {
	font-weight: normal;
	color: #404040;
	text-decoration: none;
}

#footer img {
	vertical-align: middle;
	border: none;
}

#details {
	position: relative;
	margin: -10px 18px 0 12px;
	background: url('../img/details_bg.png') repeat-y;
	height: auto;
	padding: 0 0 8px 0;
}

.large_column #details {
	background: url('../img/large_details_bg.png') repeat-y;
}

#category_row {
	position: absolute;
	font-size: 11px;
	color: #ffffff;
	top: -28px;
	left: 20px;
	line-height: 16px;
	z-index: 100;
}

#category_row a {
	color: #ffffff;
}

#details_content #category_row {
	color: #2ab002;
	top: -5px;
	left: 10px;
	z-index: 10;
}

#details_content table {
	margin-top: -12px;
}

#details_content table.cart_table {
	margin-top: 0;
}

#details_content #category_row a {
	color: #2ab002;
}

#category_row img {
	vertical-align: middle;
}

#details_content {
	z-index: 10;
	margin: 10px 0 0 15px;
	width: 500px;
	padding: 20px 0 0 0;
}

.large_column #details_content {
	width: 710px;
}

#details_content h3, #details_content h1.pagetitle {
	color: #eaa811;
	font-weight: bold;
	font-size: 15px;
	padding: 0;
	margin: 0 !important;
	margin: 0 0 0 25px;
	position: absolute;
	z-index: 5;
	top: 35px;
}

#details_content p {
	margin: 0;
	padding: 40px 0 0 0;
}
#details_content table {
}

#details_content .price {
	color: #107130;
	font-weight: bold;
	margin-top: 10px;
}

#details_content .cart {
	float: right;
	margin: 6px 10px 0 0;
}

#details_content .item_img {
	width: 500px;
	text-align: center;
	position: relative;
	margin: 0 !important;
	margin: 0 0 0 25px;
}

#details_content .item_img img {
	vertical-align: middle;
}

.bottom_align {
	vertical-align: bottom;
}

.cart_table {
	border: 1px solid #e7690d;
	width: 100%;
	margin: 20px 0 20px 0;
	border-collapse: collapse;
}

.cart_table input {
	text-align: center;
	border: 1px solid #e7690d;
}

.cart_table td img {
	vertical-align: middle;
}

.cart_table th, .cart_table td {
	padding: 5px;
	border: 1px solid #e7690d;
}

.cart_table th {
	background-color: #c8c8c8;
}

.cart_table td {
	background-color: #E8E8E8;
}

#details_content .cart_table td p {
	margin: 0;
	padding: 0;
}

.left_align {
	text-align: left;
}

.right_align {
	text-align: right;
}

.center_align {
	text-align: center;
}

.green {
	color: #107130;
}

.orange {
	color: #e7690d;
}

.yellow {
	color: #eaa811;
}

.bold {
	font-weight: bold;
}

#form_box {
	padding: 20px;
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #e7690d;
	border-top: 1px solid #e7690d;
}

#form_box div {
	margin: 10px;
}

#form_box label {
	display: block;
	float: left;
	width: 25%;
	height: 20px;
	line-height: 20px;
	color: #107130;
	font-weight: bold;
}

#form_box input {
	border: 1px solid #107130;
	width: 50%;
	padding: 3px;
	height: 14px;
}

#form_box textarea {
	border: 1px solid #107130;
	width: 50%;
	padding: 3px;
	height: 40px;
}

.mini_details {
	background-image: url('../img/white_mini_detail_bg.png');
	background-repeat: no-repeat;
	float: left;
	margin: 0 5px 10px 0;
	width: 180px;
	height: 207px;
	overflow: hidden;
}

.index_details {
	background-image: url('../img/index_detail_bg.png');
	width: 175px;
	height: 201px;
	margin: 0 2px 10px 0;
}

.mini_details .content {
	margin: 10px;
	text-align: center;
	color: #107130;
	font: normal;
	position: relative;
	height: 92%;
	overflow: hidden;
}

.index_details .content {
	margin: 10px 15px 10px 5px;
}

.empty_details {
	background-image: url('../img/no-item-bg.png');
}

.mini_details .content .item_name {
	font-size: 11px;
}

.mini_details .content .item_middle {
	font-size: 11px;
	color: #CC6921;
	font-weight: bold;
	position: absolute;
	bottom: 48px;
	left: 0;
	text-align: center;
	width: 160px;
}

.index_details .content .item_middle {
	bottom: 44px;
}

.mini_details .content .item_img {
	width: 92px;
	height: 92px;
	margin: 0 auto 5px auto;
	position: relative;
	line-height: 92px;
	vertical-align: middle;
}

.mini_details .content .item_img img {
	vertical-align: middle;
}

.mini_details .content .item_descr_link {
	position: absolute;
	bottom: 0px;
	text-align: center;
	left: 0;
	width: 160px;
}

.index_details .content .item_descr_link {
	bottom: -3px;
}

.mini_details .content p {
	margin: 0;
	padding: 0;
}

.mini_details .content .item_price {
	color: #e57c0a;
	font-weight: bold;
	position: absolute;
	bottom: 30px;
	left: 0;
	text-align: center;
	width: 100%;
}

.index_details .content .item_price {
	bottom: 27px;
}

.mini_details.orange .content .item_name {
	color: #ffffff;
}

.mini_details.orange .content .item_price {
	color: #F5E22A;
}

.mini_details.orange .content .item_middle {
	color: #ffffff;
}

.mini_details.orange {
	background-image: url('../img/orange_mini_detail_bg.png');
}

#category_details {
	float: left;
	width: 550px;
	height: 207px;
	background: url('../img/category_box_bg.png') no-repeat;
	position: relative;
	margin: 0 5px 10px 0;
	overflow: hidden;
}

.corner_img {
	position: absolute;
	top: 0;
	right: 0;
}

#details_bottom {
	position: absolute;
	z-index: 100;
}

.white_box_wrapper {
	position: absolute;
	top: 10px;
	left: 0;
	width: 550px;
	height: 205px;
	text-align: center;
}

.white_box_wrapper p {
	margin: 0 !important;
	padding: 5px !important;
	font-size: 11px;
}

.white_box_wrapper .instr {
	font-size: 11px;
	position: absolute;
	bottom: 15px;
	left: 0;
}

#pagination {
	clear: both;
	text-align: center;
	word-spacing: 10px;
	position: absolute;
	width: 100%;
	bottom: 30px;
	z-index: 100;
}

#pagination a {
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
}

#pagination a.selected {
	color: #444444;
}

#subcat_list {
	margin: 30px auto 0 auto;
	padding: 0;
	width: 70%
}

#subcat_list li {
	list-style: none;
	height: 50px;
}

.qsm {
	width: 703px;
	height: 263px;
	background-image: url('../img/qsm-bg.png');
	background-repeat: no-repeat;
	margin: 0 auto;
}

#form_box input.normal, #form_box label.normal {
	width: auto;
	height: auto;
	float: none;
	color: #000;
	display: inline;
	font-weight: normal;
}

.form_field {
	clear: both;
}

.no_border {
	border: none !important;
}

#banners {
	margin: 20px 0;
}

.banner {
	margin: 0 auto 10px auto;
	text-align: center;
	display: none;
}

.categoryUpdateBox {
	padding: 0 13px;
	position: absolute;
	top: -10px;
	z-index: 100;
}

.categoryUpdate {
	width: 176px;
	height: 50px;
	background: url('../img/aggiornamenti_top_box.png') no-repeat top;
	padding-bottom: 5px;
}

.categoryUpdate .catTitle {
	padding: 3px 0 0 20px;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	height: 14px;
}

.categoryUpdate .catUpdateImg {
	border: 1px solid #ffffff;
	width: 174px;
	height: 31px;
}

.categoryIndexBox {
	float: left;
	width: 22.55%;
	margin: 10px 3px;
	background: #CDDEEF;
	padding: 10px 5px 10px 8px;
}

.categoryIndexBox li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.categoryIndexBox ul {
	margin: 0;
	padding: 0 0 0 15px;
}

.categoryIndexBox a {
	font-weight: normal;
}

.pageTitleBox {
	position: relative;
	height: 50px;
}

.pageTitle {
    position: absolute;
    top: -35px;
    left: -12px;
    z-index: 100;
}

.pageTitleUp {
    top: -53px;
}


.searchResultBox {
	width: 710px;
	min-height: 110px;
	position: relative;
	border-bottom: 1px solid #CDDEEF;
	margin-bottom: 10px;
}

.searchResultText {
	width: 460px;
}

.searchResultText p {
	padding-top: 5px !important;
}

.searchResultPrice {
	position: absolute;
	top: 15px;
	left: 465px;
	width: 150px;
	text-align: center;
	line-height: 40px;
}

.searchResultImg {
	position: absolute;
	top: 10px;
	left: 610px;
	width: 100px;
	text-align: center;
}



/************************************************************/
/*							GALLERY							*/
/************************************************************/

.galleryCatHeader {
	width: 920px;
	height: 29px;
	background: url(http://toys.tons-of-toys.com/img/title_bg.png);
	margin: 15px 0;
	padding-top: 1px;
	text-align: center;
}

.galleryItemBox {
	background-image: url(http://toys.tons-of-toys.com/img/box_bg.png) !important;
	background-repeat: no-repeat;
}

/************************************************************/
/*						CART POPUP							*/
/************************************************************/
#cart_popup {
    position: absolute;
    top: 20%;
    width: 50%;
    left: 25%;
    border: 2px solid #0B600F;
    background: #ffffff;
    z-index: 1000;
    font-size: 18px;
    line-height: 30px;
}

#cart_popup .header {
    background-color: #0B600F;
    color: #ffffff;
    font-weight: bold;
    padding: 5px;
}

#cart_popup .content {
    padding: 10px 20px;
}

#cart_popup .button {
    float: left;
    height: 50px;
    line-height: 50px;
    width: 200px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    text-shadow: 1px 1px 0px #000000;
    background-image: url('../img/cartBtn.gif');
    background-repeat: no-repeat;
    margin-right: 20px;
    cursor: pointer;
}

.feedback-pagination {
    margin: 20px 0;
    text-align: center;
}

.feedback-pagination .page {
    display: inline-block;
    width: 30px;
    text-align: center;
}