/*-----------------------------------------------------------------------------
//
//  Fonts
//
-----------------------------------------------------------------------------*/

@font-face {
	font-family: TradeGothicNextW01;
	src: url(/webstore/resources/fonts/TradeGothicNextW01.ttf) format("truetype");
}

@font-face {
	font-family: Webdings;
	src: url(/webstore/resources/fonts/webdings.ttf) format("truetype");
}


/*-----------------------------------------------------------------------------
//
//  Blocks
//
-----------------------------------------------------------------------------*/

.webstore-blocks-box {
	margin-left: auto;
	margin-right: auto;
	width: 962px;
	min-height: 183px;
	
	background-image: url("/webstore/resources/components/webstore/blocks/box/background.png");
}
.webstore-blocks-box-ie {
	margin-left: auto;
	margin-right: auto;
	width: 962px;
	min-height: 183px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #e6e6e6;
	background-color: #f3f3f3;
}


/*-----------------------------------------------------------------------------
//
//  Pages
//
-----------------------------------------------------------------------------*/


/*-------------------------------------
//
//  Product Details Page
//
-------------------------------------*/

.webstore-reviewBox {
	margin-left: auto;
	margin-right: auto;
	width: 962px;
}
