@charset "utf-8";
/* CSS Document */


body, html {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

img {
	border:0;
}

p {
	margin-top:0;
}

.oneColLiqCtrHdr #container {
	width: 99%;  /* this will create a container 80% of the browser width */
	background: white;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	height: 44px;
	background: url(http://testsample.shapeservices.com/blackberry/images/shapka.png) repeat-x; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#logo {
	height: 44px;
	width: 100%;
}

#languages {
	height: 44px;
	width: 100%;
}

.oneColLiqCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

table {
	width:100%;
	border:0;
 	border-spacing:0;
 	padding:0;
}

table td {
 	padding:0;
 	vertical-align:top;
}

.product {
	clear: both;
}

.product h1, .product h1 a {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:white;
	background: url(images/planka_normal.png) repeat-x;
	height:20px;
	margin-top:0;
	padding-top:2px;
	text-decoration:none;
}

.icons {
	width:80px;
	height:70px;
	display:inline;
}

.picture {
	width: 100%;
	text-align:center;
}

.description {
	width:100%;
	display:inline;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}

.product_description {
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}

.product_description h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#0084ff;
	background:none;
	text-decoration:none;
}

.product_description p, h3 {
	padding-left:20px;
}

h2 {
	color:#0084ff;
	font-size:15px;
	font-weight:bold;
}

h3 {
	font-size:15px;
	font-weight:bold;
}


.benefits a {
	color:#0084ff;
}

.benefits {
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	padding-left:20px;
}

ul
{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

li
{
	background-image:url('images/marker.png');
	background-repeat:no-repeat;
	background-position:0px 5px; 
	padding-left:14px;
}

.try_now {
	width: 94px;
	height:26px;
	display:inline;
	float:left;
	margin-top:-5px;
	margin-bottom: 12px;
	padding-left:2px;
	padding-top:1px;
	background:url(http://wap.shapeservices.com/blackberry/images/button_Try.png) top left no-repeat;
	font-size:12px;
}

.buy_now {
	width: 94px;
	height:26px;
	display:inline;
	float:left;
	margin-top:-5px;
	margin-bottom: 12px;
	padding-left:6px;
	padding-top:1px;
	background:url(http://wap.shapeservices.com/blackberry/images/button_Buy.png) top left no-repeat;
	font-size:12px;
}

.try_now a {
	text-decoration:none;
	color:white;
	font-weight:bold;
}

.buy_now a {
	text-decoration:none;
	color:white;
	font-weight:bold;
}

.product_description .try_now {
	width: 94px;
	height:26px;
	display:inline;
	float:left;
	margin-top:-5px;
	margin-bottom: 12px;
	background:url(http://wap.shapeservices.com/blackberry/images/button_Try.png) top left no-repeat;
	font-size:12px;
}

.product_description .buy_now {
	width: 94px;
	height:30px;
	display:inline;
	float:left;
	margin-top:-5px;
	margin-bottom: 12px;
	background:url(http://wap.shapeservices.com/blackberry/images/button_Buy.png) top left no-repeat;
	font-size:12px;
}

.product_description .try_now a {
	text-decoration:none;
	color:white;
}

.product_description .buy_now a {
	text-decoration:none;
	color:white;
}

.read_more {
	color:#0084ff;
	text-decoration:none;
}

.oneColLiqCtrHdr #footer {
	margin-top: 30px; 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	clear:both;
	text-align:center;
	font-size:15px;
}

.oneColLiqCtrHdr #footer a {
	color:#0084ff;
}
 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.gl_faq h1 {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #0084ff;
	text-align: center;
}

.gl_faq a {
	font-family: Arial,Helvetica,sans-serif;
	color: #0084ff;
	font-size: 15px;
}

.gl_faq .screenshot {
	text-align:center;	
}

.gl_faq {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
}