/* 2012_general_styles */

@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

#site_content12 {
background-image: url('/images/2012/backgrounds/site_content-backfader.jpg');
background-repeat: repeat-x;
background-position: top;
background-color: #E6E6E6;
min-height: 300px;
text-align: left;
padding-bottom: 20px;
}

#sitecontent {
    margin: 0 auto;
    padding-top: 25px;
    width: 945px;
}

#sitecontent p {
    color: black;
    font-size: 13px;
    line-height: 1.6em;
}

#sitecontent h1 {
color: black;
font-family: 'Verdana','Arial',sans-serif;
font-size: 26px;
font-weight: normal;
margin-bottom: 14px;
margin-top: 20px;
text-align: left;
}

#sitecontent h2 {
    color: #2C4468;
	font-family: 'Verdana','Arial',sans-serif;
    font-size: 18px;
    margin-top: 23px;
}

#sitecontent h3 {
    color: white;
    font-family: 'Verdana','Arial',sans-serif;
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 6px;
}

#sitecontent h4 {
    clear: both;
    color: black;
    font-family: 'Helvetica','Arial',sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    /*margin-left: 10px; delete if shown has no effect on rest of site - design by Ivan unsure purpose*/
    margin-top: 10px;
}

#sitecontent a {
color:#29ABE2;
font-weight:bold;
}

#sitecontent img {
border:none;
}

#sitecontent ul,
#sitecontent ol {
	line-height: 1.5em;
}

/*common page elements, used on many pages*/
.clear {
	clear: both;
	margin: 0;
}


.siteicons {
    margin: 0 5px -10px 0;
}

.h4icons {
    margin-bottom: -30px;
    margin-right: 10px;
}

#sitecontent .contentbox {
   background: #e6e6e6; /* Old browsers */
background: -moz-linear-gradient(top,  #e6e6e6 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(top,  #e6e6e6 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    border: 1px solid #BBBBBB;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 1px 1px #FFFFFF inset;
    padding: 20px;
}

#sitecontent .contentbox  p{
color:black !important;
line-height:1.6em;
font-size:12px !important;
}

#sitecontent .productbox-smaller {
    background-image: url("/images/2012/backgrounds/divider-bottom-shade-smaller.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 179px;
    padding-bottom:30px;
    margin-bottom: 30px;
    width: 414px;
}

#sitecontent .productbox-smaller .minilinks ul, #sitecontent .productbox-smaller .minilinks li{
list-style-type:none;
margin:0;
padding:0;
}

#sitecontent .productbox-smaller .minilinks li {
padding: 8px 0;
}

#sitecontent .productbox-smaller.purcat {
height: 336px;
}

#sitecontent .productbox-smaller.purcat p{
height:70px;
}

#sitecontent .productbox-smaller a { 
WHITE-SPACE: nowrap; 
}

/* This css section is commented out for eventual removal in January 2013. it is not compatible with Internet Explorer
#sitecontent .contentbox input {
padding: 8px;
border-radius: 5px;
margin-top: -3px;
border: 1px solid #999;
font-size: 14px;
font-weight: bold;

background: #b3b3b3; /* Old browsers */
/*background: -moz-linear-gradient(top,  #b3b3b3 0%, #ffffff 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3b3b3), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  #b3b3b3 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  #b3b3b3 0%,#ffffff 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  #b3b3b3 0%,#ffffff 100%); /* IE10+ */
/*background: linear-gradient(to bottom,  #b3b3b3 0%,#ffffff 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b3b3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

*/

#sitecontent .productbox-smaller p {
display:block;
height:50px;
}

#sitecontent .productbox-smaller.left {
float:left;
}

#sitecontent .productbox-smaller.right {
float:right;
}

#sitecontent .productbox-smaller.last {
background-image: none;
}

#sitecontent .box-wrapper {
    background-color: #333333;
    border-radius: 10px 10px 10px 10px;
	background-image: linear-gradient(bottom, rgb(77,77,77) 0%, rgb(51,51,51) 20%);
background-image: -o-linear-gradient(bottom, rgb(77,77,77) 0%, rgb(51,51,51) 20%);
background-image: -moz-linear-gradient(bottom, rgb(77,77,77) 0%, rgb(51,51,51) 20%);
background-image: -webkit-linear-gradient(bottom, rgb(77,77,77) 0%, rgb(51,51,51) 20%);
background-image: -ms-linear-gradient(bottom, rgb(77,77,77) 0%, rgb(51,51,51) 20%);
background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(77,77,77)),
	color-stop(0.2, rgb(51,51,51)));
}

#sitecontent .os-menu-horiz-big, .os-menu-horiz-big {
    width: 164px;
}

#sitecontent .os-menu-horiz-big ul, .os-menu-horiz-big ul{
    margin: 0;
    padding: 0;
}

#sitecontent .os-menu-horiz-big li, .os-menu-horiz-big li {
    float:left;
	list-style: none outside none;
    margin: 0;
    padding: 0;
}

/*common buttons*/

#sitecontent a.plastic-green, #sitecontent span.plastic-green, a.plastic-green  {
    display: block;
	margin:5px;
	background-color: #00D163;
    background-image: -moz-linear-gradient(center top , #00d163 0%, #21c154 50%, #1fbb52 50%, #33b149 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, 
#00d163), color-stop(50%, 
#21c154), color-stop(50%, 
#1fbb52), color-stop(100%, 
#33b149));
border-color: #50FF68;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    color: #FFFFFF !important;
    display: block;
    float: right;
    font-size: 18px;
    font-weight: bold !important;
    margin: 5px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 #006837;
}

#sitecontent a.plastic-green:hover, a.plastic-green:hover {
    background-color: #00D163;
    background-image: -moz-linear-gradient(center top , #21c154 0%, #00d163 50%, #1fbb52 50%, #33b149 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, 
#21c154), color-stop(50%, 
#00d163), color-stop(50%, 
#1fbb52), color-stop(100%, 
#33b149));
}

#sitecontent a.plastic-green.tryforfreebutton {
    border-radius: 10px 10px 10px 10px;
    float: left;
    font-size: 16px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
}

#sitecontent .plastic-gray, .plastic-gray {
    display: block;
	margin:5px;
	background-color: #f2f2f2;
    background-image: -moz-linear-gradient(center top , #F3F3F3 0%, #DDDDDD 50%, #D2D2D2 50%, #DFDFDF 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, 
#F3F3F3), color-stop(50%, 
#DDDDDD), color-stop(50%, 
#D2D2D2), color-stop(100%, 
#DFDFDF));
    border-color: #ffffff;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
	color: #666666 !important;
	text-shadow: 0 1px 0 #FFFFFF;
	text-align: center;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
}

/* #sitecontent a.plastic-gray:hover, a.plastic-gray:hover {
    background-image: -moz-linear-gradient(center top , #DDDDDD 0%, #F3F3F3 50%, #D2D2D2 50%, #DFDFDF 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, 
#DDDDDD), color-stop(50%, 
#F3F3F3), color-stop(50%, 
#D2D2D2), color-stop(100%, 
#DFDFDF));
} */

#sitecontent a.plastic-gray.buynowbutton {
    border-radius: 10px 10px 10px 10px;
    float: left;
    height: 40px;
    line-height: 40px;
    width: 120px;
}

#sitecontent a.plastic-gray.learnmore-button {
    border-radius: 16px 16px 16px 16px;
    padding: 8px;
    width: 118px;
	cursor:pointer;
}

#sitecontent a.plastic-gray.learnmore-button.minilearnmore {
    border-radius: 12px 12px 12px 12px;
    font-size: 14px;
    height: 8px;
    line-height: 8px;
    width: 90px;
}

#sitecontent a.orange-button, a.orange-button {

background: #ffcc4c; /* Old browsers */
background: -moz-linear-gradient(top,  #ffcc4c 0%, #ffcc4c 50%, #ffb349 50%, #ffcc4c 100%, #ffb349 100%, #ffb349 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcc4c), color-stop(50%,#ffcc4c), color-stop(50%,#ffb349), color-stop(100%,#ffcc4c), color-stop(100%,#ffb349), color-stop(100%,#ffb349)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffcc4c 0%,#ffcc4c 50%,#ffb349 50%,#ffcc4c 100%,#ffb349 100%,#ffb349 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffcc4c 0%,#ffcc4c 50%,#ffb349 50%,#ffcc4c 100%,#ffb349 100%,#ffb349 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffcc4c 0%,#ffcc4c 50%,#ffb349 50%,#ffcc4c 100%,#ffb349 100%,#ffb349 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffcc4c 0%,#ffcc4c 50%,#ffb349 50%,#ffcc4c 100%,#ffb349 100%,#ffb349 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc4c', endColorstr='#ffb349',GradientType=0 ); /* IE6-9 */



    border-color: #ffd770;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
	color: white !important;
	text-shadow: 0 -1px 0 #A56016;
	text-align: center;
    font-size: 16px;
    font-weight: bold !important;
    text-decoration: none;
}

#sitecontent a:hover.orange-button, a:hover.orange-button {
background: #ffcc4c; /* Old browsers */
background: -moz-linear-gradient(top,  #ffcc4c 0%, #ffb349 50%, #ffcc4c 100%, #ffb349 100%, #ffb349 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcc4c), color-stop(50%,#ffb349), color-stop(100%,#ffcc4c), color-stop(100%,#ffb349), color-stop(100%,#ffb349)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffcc4c 0%,#ffb349 50%,#ffcc4c 100%,#ffb349 100%,#ffb349 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffcc4c 0%,#ffb349 50%,#ffcc4c 100%,#ffb349 100%,#ffb349 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffcc4c 0%,#ffb349 50%,#ffcc4c 100%,#ffb349 100%,#ffb349 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffcc4c 0%,#ffb349 50%,#ffcc4c 100%,#ffb349 100%,#ffb349 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc4c', endColorstr='#ffb349',GradientType=0 ); /* IE6-9 */
}


#sitecontent a.learnmore {
font-weight:bold;
text-decoration:none;
}

#sitecontent a.learnmore:hover {
font-weight:bold;
text-decoration:underline;
}



#sitecontent .headerbox-footer {
    height: 60px;
    padding: 10px;
}

#sitecontent .headerbox-footer ul, #sitecontent .headerbox-footer li {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: left;
}

#sitecontent .headerbox-footer .mini-nav a {
	color: #fff;
}

#sitecontent .headerbox-footer ul.mini-nav li {
	line-height: 70px;
	margin-right: 16px;
}

#sitecontent .headerbox-footer ul.mini-nav-desktop {
	float: left;
	margin-right: 30px;
}

#sitecontent .headerbox-footer ul.mini-nav-desktop li {
	line-height: 25px !important;
	float: none !important;
}

#sitecontent .boxfooter {
    height: 42px;
    padding: 9px;
}

#sitecontent .boxfooter ul, #sitecontent .boxfooter li{
	list-style:none;
	margin:0;
	padding:0;
}

#sitecontent a.slideshowpointer {
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    width: 40px;
}

#sitecontent a.slideshowpointerlink {
    padding: 0;
    text-decoration: none;
}

#sitecontent a.flat-gray {
    background-color: #666666;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    display: block;
}

#sitecontent a.flat-gray.overviewvideo {
color: white;
font-size: 18px;
font-weight: normal;
width: 210px;
line-height: 40px;
padding: 10px;
}

#sitecontent a.flat-gray.square {
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: normal;
    height: 42px;
    margin-right: 12px;
    text-decoration: none;
    width: 42px;
}

#sitecontent a.flat-gray.rectangle {
height: 60px;
padding: 0 15px 0 100px;
text-align: right;
width: 214px;
display: block;
cursor: pointer;
}

#sitecontent a:hover.flat-gray{
	background-color: #6D6D6D;
}

#sitecontent a.flat-gray.rectangle {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    line-height: 66px;
    text-decoration: none;
}

/*text links, read more links*/

#sitecontent .contentbox a.readmore, #sitecontent .ordermain-productbox a.readmore, a.readmore {
    background-image: url("/images/2012/backgrounds/dotz.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    color: #666666 !important;
    display: block;
    float: right;
    font-size: 12px;
    font-weight: normal;
    height: 23px;
    line-height: 20px;
    list-style: none outside none;
    margin: 10px;
    text-decoration: none !important;
    text-shadow: 0 1px 0 #FFFFFF;
}

#sitecontent .contentbox a.readmorew, #sitecontent .ordermain-productbox a.readmorew, a.readmorew {
    background-image: url("/images/2012/backgrounds/dotzw.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    color: #ffffff!important;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: normal !important;
    height: 23px;
    line-height: 20px;
    list-style: none outside none;
    margin: 10px;
    text-decoration: none !important;
    text-shadow: 0 1px 0 #000000;
}

#sitecontent .contentbox a:hover.readmore, a:hover.readmore {
	color:black !important;
    background-image: url("/images/2012/backgrounds/dotzhover.png") !important;
}

#sitecontent a.readmore img, a.readmore img,
#sitecontent a.readmorew img, a.readmorew img {
margin-bottom:-3px;
margin-left:5px;
}

#sitecontent ul.textlinx {
    float: right;
    height: 20px;
    list-style: none outside none;
    margin-top: 12px;
}

#sitecontent .textlinx li{
float:left;
list-style:none outside none;
margin:0 10px;
background-image:url("/images/2012/backgrounds/dotz.png");
background-position:bottom left;
background-repeat:repeat-x;
}

#sitecontent .textlinx li:hover{      
background-image:url("/images/2012/backgrounds/dotzhover.png");
}

#sitecontent .textlinx  a{
line-height:24px;
font-size:16px;
text-decoration:none;
color:#666666;
text-shadow: 0 1px 0 #FFFFFF;
font-weight:normal;
}
#sitecontent .textlinx  a:hover{
color:black;
}

#sitecontent .textlinx a.small{
font-size:14px;
}

#sitecontent a.text {
padding:10px 20px;
display:block;
text-decoration:none;
font: normal 18px "helvetica neue",helvetica,arial,sans-serif;
}

/*product headings*/

#sitecontent .a2eprocolor, #sitecontent .a2eprocolor a {
color:#012855;
}

#sitecontent .a2ecolor, #sitecontent .a2ecolor a {
color:#006494;
}

#sitecontent .a2dprocolor, #sitecontent .a2dprocolor a {
color:#704116;
}

#sitecontent .a2dcolor, #sitecontent .a2dcolor a {
color:#771B18;
}

#sitecontent .soniccolor, #sitecontent .soniccolor a {
color:#CC1820;
}

#sitecontent .slimcolor, #sitecontent .slimcolor a {
color:#43B648;
}

#sitecontent .apscolor, #sitecontent .apscolor a {
color:#7D1956;
}

#sitecontent .a2escolor, #sitecontent .a2escolor a {
color:#0071BC;
}

#sitecontent .sonicscolor, #sitecontent .sonicscolor a {
color:#B30000;
}

#sitecontent .developercolor, #sitecontent .developercolor a {
color:#333;
}

#sitecontent .full-logo {
background-repeat: no-repeat;
font-family: 'Verdana','Arial',sans-serif;
font-size: 22px;
height: 48px;
line-height: 48px;
padding-left: 52px;
text-shadow: 0 1px 0 white;
}

#sitecontent .full-logo a {
font-family: 'Verdana','Arial',sans-serif;
font-size: 22px;
font-weight: normal;
height: 48px;
line-height: 48px;
text-shadow: 0 1px 0 white;
}


#sitecontent .full-logo-featured {
    background-repeat: no-repeat;
    color: white;
    font-family: 'Verdana','Arial',sans-serif;
    font-size: 32px;
    height: 48px;
    line-height: 48px;
    margin-bottom: 20px;
    padding-left: 52px;
}

#sitecontent .full-logo.a2e, #sitecontent .full-logo-featured.a2e {
    background-image: url("/images/2012/icons/products/a2e_icon.png");
}

#sitecontent .full-logo.a2epro, #sitecontent .full-logo-featured.a2epro {
    background-image: url("/images/2012/icons/products/a2epro_icon.png");
}

#sitecontent .full-logo.a2d, #sitecontent .full-logo-featured.a2d {
    background-image: url("/images/2012/icons/products/a2d_icon.png");
}

#sitecontent .full-logo.a2dpro, #sitecontent .full-logo-featured.a2dpro {
    background-image: url("/images/2012/icons/products/a2dpro_icon.png");
}

#sitecontent .full-logo.sonic, #sitecontent .full-logo-featured.sonic {
    background-image: url("/images/2012/icons/products/sonic_icon.png");
}

#sitecontent .full-logo.slim, #sitecontent .full-logo-featured.slim {
    background-image: url("/images/2012/icons/products/slim_icon.png");
}

#sitecontent .full-logo.pdf2xlssdk, #sitecontent .full-logo-featured.pdf2xlssdk {
    background-image: url("/images/2012/icons/products/pdf2xlssdk.png");
}

#sitecontent .full-logo.pdf2docsdk {
    background-image: url("/images/2012/icons/products/pdf2docsdk.png");
}

#sitecontent .full-logo.pdfcsdk {
    background-image: url("/images/2012/icons/products/pdfcsdk.png");
}

#sitecontent .full-logo.pdfwsdk {
    background-image: url("/images/2012/icons/products/pdfwsdk.png");
}

#sitecontent .full-logo.pdf2htmlsdk {
    background-image: url("/images/2012/icons/products/pdf2htmlsdk.png");
}

#sitecontent .full-logo.pdf2txtsdk {
    background-image: url("/images/2012/icons/products/pdf2txtsdk.png");
}

#sitecontent .full-logo.pdf2imgsdk {
    background-image: url("/images/2012/icons/products/pdf2imgsdk.png");
}

#sitecontent .full-logo.pdf2xmlsdk {
    background-image: url("/images/2012/icons/products/pdf2xmlsdk.png");
}

#sitecontent .full-logo.img2pdfsdk {
    background-image: url("/images/2012/icons/products/img2pdfsdk.png");
}

#sitecontent .full-logo.pdf2xlscl {
    background-image: url("/images/2012/icons/products/pdf2xlscl.png");
}

#sitecontent .full-logo.pdf2doccl {
    background-image: url("/images/2012/icons/products/pdf2doccl.png");
}

#sitecontent .full-logo.pdf2txtcl {
    background-image: url("/images/2012/icons/products/pdf2txtcl.png");
}

#sitecontent .full-logo.pdfwcl {
    background-image: url("/images/2012/icons/products/pdfwcl.png");
}

#sitecontent .full-logo.pdf2htmlcl {
    background-image: url("/images/2012/icons/products/pdf2htmlcl.png");
}

#sitecontent .full-logo.pdf2imgcl {
    background-image: url("/images/2012/icons/products/pdf2imgcl.png");
}

#sitecontent .full-logo.pdf2xmlcl {
    background-image: url("/images/2012/icons/products/pdf2xmlcl.png");
}

#sitecontent .full-logo.img2pdfcl {
    background-image: url("/images/2012/icons/products/img2pdfcl.png");
}

#sitecontent .full-logo.pdfccl {
    background-image: url("/images/2012/icons/products/pdfccl.png");
}

#sitecontent .full-logo.aps, #sitecontent .full-logo-featured.aps {
    background-image: url("/images/2012/icons/products/aps.png");
}

#sitecontent .full-logo.a2es {
    background-image: url("/images/2012/icons/products/a2es.png");
}

#sitecontent .full-logo.sonics {
    background-image: url("/images/2012/icons/products/sonics.png");
}

#sitecontent .osicons {
padding:3px;
}

/*common content dividers*/
#sitecontent hr.divider-ondark, #sitecontent hr.divider-onlight {
    background-repeat: repeat-x;
    border: 0 none;
    clear: both;
    left: 0;
    margin: 15px 5px;
    position: relative;
    top: 0;
height:2px;
}

#sitecontent hr.divider-ondark {
    background-image: url("/images/2012/backgrounds/divider-bg-ondark.png");
	}

#sitecontent hr.divider-onlight {
    background-image: url("/images/2012/backgrounds/divider-bg-onlight.png");
}

#sitecontent .contentbottomdivider {
    background-image: url("/images/2012/backgrounds/divider-bottom-shade.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 50px;
    margin-bottom: 20px;
	clear:both;
}

/*social network icons START*/
a.socialicon {
width:16px;
height:17px;
background-image: url("/images/2012/icons/other/socialicons.png");
display:block;
}

a.socialicon.fb {
   background-position:-2px -2px;
}

a.socialicon.fb:hover {
   background-position:-2px -37px;
}


a.socialicon.tw {
    background-position: -28px -2px;
}

a:hover.socialicon.tw {
   background-position:-28px -37px;
}

a.socialicon.tm {
    background-position: -54px -2px;
}

a:hover.socialicon.tm {
   background-position:-54px -37px;
}

a.socialicon.ln {
    background-position: -80px -2px;
}

a:hover.socialicon.ln {
   background-position:-80px -37px;
}

a.socialicon.pn {
    background-position: -106px -2px;
}

a:hover.socialicon.pn {
   background-position:-106px -37px;
}

a.socialicon.gp {
    background-position: -132px -2px;
}

a:hover.socialicon.gp {
   background-position:-132px -37px;
}

/*social network icons END*/


/*specific page and page parts elements*/

/*site header*/
#site-header12 {
    background-image: url("/images/2012/backgrounds/header-backfader.jpg");
    background-repeat: repeat-x;
    height: 98px;
}

#site-header12 div#header-content {
width:945px; margin:0 auto;
}

#site-header12 a {
color:white;
text-decoration:none;
}

#site-header12 a:hover {
text-decoration:underline;
}


#header-content div#header-top {
    height: 64px;
}

#header-content div#header-bottom {
    
}

#header-bottom ul, #header-bottom li {
margin:0; 
padding:0;
list-style-type:none;
}

#header-bottom ul.social-menu {
float:left;
height: 14px;
padding: 10px 0;
}

#header-bottom ul.main-menu {
float:right;
}

#header-bottom li {
float:left;
}


#header-bottom ul.main-menu li{
margin-right:20px;
}

#header-bottom ul.main-menu a {
display: block;
padding: 8px;
margin-top: -7px;
text-decoration: none;
}

#header-bottom ul.main-menu a:hover, #header-bottom ul.main-menu a.selected {
background-color: #CCC;
padding: 7px;
padding-bottom: 8px;
text-decoration: none;
border-top: 1px solid #1C1C1C;
border-left: 1px solid #1C1C1C;
border-right: 1px solid #1C1C1C;
}

#header-bottom ul.main-menu ul.submenu1 {
position:absolute;
}

#header-bottom ul.main-menu ul.submenu1 {
position: absolute;
list-style-type: none;
margin:-1px 0 0 1px;
padding: 3px;
height: 31px;
width:400px;
background: #cccccc; /* Old browsers */
background: -moz-linear-gradient(top,  #cccccc 0%, #999999 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#999999)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cccccc 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cccccc 0%,#999999 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cccccc 0%,#999999 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cccccc 0%,#999999 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#999999',GradientType=0 ); /* IE6-8 */
}

#header-bottom ul.main-menu ul.submenu1 li {
list-style-type: none;
float: left;
margin-top: 7px;
padding: 0;
padding-bottom: 1px;
margin-right: 3px;
}

#header-bottom ul.main-menu ul.submenu1 li:hover {
background-color:#F0F5FC;
}

#header-bottom ul.main-menu ul.submenu1 a {
display: block;
padding: 7px;
text-decoration: none;
}

#header-bottom ul.main-menu ul.submenu1 a:hover {
border:1px solid #545454;
padding: 6px;
background: #657fa5; /* Old browsers */
background: -moz-linear-gradient(top,  #657fa5 0%, #999999 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#657fa5), color-stop(100%,#999999)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #657fa5 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #657fa5 0%,#999999 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #657fa5 0%,#999999 100%); /* IE10+ */
background: linear-gradient(to bottom,  #657fa5 0%,#999999 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#657fa5', endColorstr='#999999',GradientType=0 ); /* IE6-8 */

}

#header-bottom ul.main-menu ul.submenu1 a:hover {
background-color:blue;
}


#header-bottom li{
float:left;
margin-right:5px;
}

#header-top div#languages-menu {
    background-image: url("/images/2012/backgrounds/languages-bg.png");
    background-repeat: no-repeat;
    color: white;
    float: right;
    font-size: 12px;
    height: 19px;
    padding: 5px;
    width: 175px;
}

/*sub-header*/

.breadcrumb12 {
background-color:#333333;
color:white;
}

.breadcrumbplaceholder {
    margin: 0 auto;
    padding: 10px;
    text-align: left;
    width: 945px;
	height: 14px;
}

#sitecontent input.biginput {
    border: 1px solid #999999;
    border-radius: 5px 5px 5px 5px;
    font-size: 24px;
    height: 30px;
    padding: 5px;
}

#access {
	margin: 1px 0 0 0;
}

#access ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	position: relative;
	z-index: 11;
}

#access ul ul {
	position: absolute;
	left: 1px;
	top: -999em;
	z-index: 11;
	width: 100%;
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top, #cccccc 0%, #999999 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc),
		color-stop(100%, #999999) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cccccc 0%, #999999 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cccccc 0%, #999999 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cccccc 0%, #999999 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #cccccc 0%, #999999 100%);
	/* W3C */
	filter: progid :         DXImageTransform.Microsoft.gradient (       
		   startColorstr =    
		    '#cccccc', endColorstr =         '#999999', GradientType =        
		0 );
	/* IE6-8 */
}

#access ul ul ul {
	left: -3px;
	margin-top: 0;
	width: 200px;
	text-align: left;
}

#access ul ul ul ul {
	left: 100%;
	margin-top: 0;
	width: 200px;
	text-align: left;
}

#access ul li {
	position: static;
	float: left;
	margin: 0;
}

#access ul li li {
	position: relative;
	width: auto;
	margin: 2px 3px;
	padding-bottom: 1px;
}

#access ul li li li {
	width: 194px;
	position: relative;
}

#access ul li:hover ul,#access ul li.sfHover ul {
	top: 32px;
	z-index: 11;
}

#access ul li:hover li ul,#access ul li.sfHover li ul {
	top: -999em;
	z-index: 11;
}

#access ul li li:hover ul,#access ul li li.sfHover ul {
	top: 32px;
}

#access ul li li:hover li ul,#access ul li li.sfHover li ul {
	top: -999em;
}

#access ul li li li:hover ul,#access ul li li li.sfHover ul {
	top: -2px;
}

#access ul a {
	display: block;
	padding: 8px;
	text-decoration: none;
}

#access ul a:hover,#access ul li.sfHover a {
	background-color: #CCC;
	padding: 7px;
	padding-bottom: 8px;
	text-decoration: none;
	border-top: 1px solid #1C1C1C;
	border-left: 1px solid #1C1C1C;
	border-right: 1px solid #1C1C1C;
}
#access ul a.menuactive {
	background-color: #888;
	padding: 7px;
	padding-bottom: 8px;
	text-decoration: none;
	border-top: 1px solid #1C1C1C;
	border-left: 1px solid #1C1C1C;
	border-right: 1px solid #1C1C1C;

}

#access ul ul a {
	display: block;
	padding: 7px;
	text-decoration: none;
}

#access ul li.sfHover li a {
	background: none;
	border: none;
	padding: 7px;
}

#access ul li.sfHover li:hover,#access ul li.sfHover li.sfHover,#access ul li.sfHover li.menuactive {
	background-color: #F0F5FC;
}

#access ul ul a:hover,#access ul li.sfHover li.menuactive a,#access ul li.menuactive li.menuactive a,#access ul li.sfHover li a:hover,#access ul li.sfHover li.sfHover a,#access ul li.sfHover li.sfHover li.sfHover a,#access ul li.sfHover li.sfHover li.sfHover li.sfHover a,#access ul li.sfHover li.sfHover li.sfHover li.sfHover li.sfHover li.sfHover a,#access ul li.sfHover li.sfHover a:hover,#access ul li.sfHover li.sfHover li.sfHover a:hover,#access ul li.sfHover li.sfHover li.sfHover li.sfHover a:hover,#access ul li.sfHover li.sfHover li.sfHover li.sfHover li.sfHover a:hover,#access ul li.sfHover li.sfHover li.sfHover li.sfHover li.sfHover li.sfHover a:hover
	{
	border: 1px solid #545454;
	padding: 6px;
	background: #657fa5; /* Old browsers */
	background: -moz-linear-gradient(top, #657fa5 0%, #999999 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #657fa5),
		color-stop(100%, #999999) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #657fa5 0%, #999999 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #657fa5 0%, #999999 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #657fa5 0%, #999999 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #657fa5 0%, #999999 100%);
	/* W3C */
	filter: progid :         DXImageTransform.Microsoft.gradient (       
		   startColorstr =    
		    '#657fa5', endColorstr =         '#999999', GradientType =        
		0 );
	/* IE6-8 */
	background-color: blue;
}

#access ul li.sfHover li.sfHover li a,#access ul li.sfHover li.sfHover li.sfHover li a,#access ul li.sfHover li.sfHover li.sfHover li.sfHover li a,#access ul li.sfHover li.sfHover li.sfHover li.sfHover li.sfHover li a
	{
	background: none;
	border: none;
	padding: 7px;
}

/*sitemap*/

#sitemap h2, #sitemap h4 {
	clear: both;
}

#sitemap h2 {
	padding-top: 40px;
	border-bottom: 1px solid #DBDBDB;
}

#sitemap h4 {
	padding-top: 20px;
}

#sitemap a {
	color: inherit;
	font-weight: inherit;
}
#sitemap ul {
	list-style: none;
	padding-left: 0;
	float: left;
	width: 290px;
	margin-right: 25px;
}
#sitemap ul li {
	
}

/* XPS Central */

#sitecontent #site-subheader-xps {
	background: url('/images/2012/backgrounds/xps-central.jpg') center center no-repeat;
	height: 60px;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 40px;
}
#sitecontent #site-subheader-xps h2 {
	font-size: 48px;
	font-family: 'Open Sans Condensed';
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	color: white;
	margin-top: 0;
}
#sitecontent .site_sub_nav ul li a {
	font-weight: normal;
}

#sitecontent .contentbox {
	
}

#sitecontent .contentbox .biginput {
	float: left;
}

#sitecontent .contentbox .biginput input {
	border: 1px solid #999999;
	border-radius: 5px 5px 5px 5px;
	font-size: 24px;
	height: 30px;
	padding: 5px;
	width: 430px;
	margin: -3px 0 0 10px;
	font-weight: normal;
}

#sitecontent .contentbox.sonic-form .biginput input {
	width: 280px;
}

#sitecontent .contentbox .biginput label {
    color: #2C4468;
    font-size: 26px;
}

#sitecontent .contentbox .submit {
	float: right;
}


#sitecontent .contentbox .submit input {
    display: block;
	background-color: #f2f2f2;
    background-image: -moz-linear-gradient(center top , #F3F3F3 0%, #DDDDDD 50%, #D2D2D2 50%, #DFDFDF 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, 
#F3F3F3), color-stop(50%, 
#DDDDDD), color-stop(50%, 
#D2D2D2), color-stop(100%, 
#DFDFDF));
    border-color: #ffffff;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
	color: #666666 !important;
	text-shadow: 0 1px 0 #FFFFFF;
	text-align: center;
    font-size: 16px;
    font-weight: normal;
	margin: -3px 0 0 0;
    height: 40px;
    width: 120px;
	cursor: pointer;
}

#sitecontent .contentbox .notice {
	font-size: 10px;
	margin-left: 95px;
}

#sitecontent .contentbox .message {
	text-align: center;
	font-size: 16px;
	color: #33B149 
}

#sitecontent .contentbox .message.error {
	color: #CC1820;
}
.product-title {
	margin-top: inherit !important;
	margin-bottom: inherit !important;
	font-size: inherit !important;
	color: inherit !important;
}

#fancybox-outer, #fancybox-content {
border-radius: 8px;
text-align: left;
}

#fancybox-content .ios {
margin-bottom: 20px;
}

#fancybox-content img {
margin-right: 10px;
vertical-align: middle;
}

#fancybox-content h2 {
border-bottom: 1px solid #c0c0c0;
margin-bottom: 40px;
}
/* Stylesheet: 2012_general_styles Modified On 2013-03-05 12:20:06 */
/* 2012_downloads_main_styles */

#sitecontent .contentbox .subcntbox {
    width: 226px;
	    float:left;
}

#sitecontent .contentbox .subcntbox.left{
	border-right: 1px solid rgba(0, 0, 0, 0.3);
}

#sitecontent .contentbox .subcntbox.right{
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	padding-left: 5px;
}

#sitecontent .full-logo.dlmini {
    font-size: 15px;
    font-weight: bold;
}

#sitecontent h1.dlmini {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 0;
}

#sitecontent ul.textlinx.dlmini {
    float: left;
    height: 12px;
    margin-left: -49px;
    margin-top: 0;
}

#sitecontent .productbox-smaller.dlspacing {
    margin-bottom: 50px;
}

#sitecontent .productbox-smaller.last.dlspacing {
    margin-bottom: 0px;
}
/* Stylesheet: 2012_downloads_main_styles Modified On 2012-09-06 09:50:26 */
/* 2012_order_main_styles */

#sitecontent .ordermain-header {
    background-image: url("/images/2012/backgrounds/divider-bottom-shade.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 400px;
    margin-bottom: 20px;
}

#sitecontent .buybar {
background: #e6e6e6; /* Old browsers */
background: -moz-linear-gradient(top,  #e6e6e6 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e6e6e6 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border: 1px solid white;
    border-radius: 5px 5px 5px 5px;
    color: #999999;
    font-size: 18px;
    height: 40px;
    line-height: 41px;
    padding: 0 0 0 8px;
}

#sitecontent .buybar.small {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

#sitecontent .buybar a {
display: block;
float: left;
font-size: 18px;
font-weight: normal;
line-height: 40px;
text-decoration: underline;
margin-right: 4px;
}

#sitecontent .buybar.small a {
    font-size: 12px;
    line-height: 30px;
}

#sitecontent .buybar a:hover, #sitecontent .buybar.small a:hover {
text-decoration:underline;
}


#sitecontent .buybar .pricetag {
    background: #333333; /* Old browsers */
background: -moz-linear-gradient(top,  #333333 0%, #4d4d4d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#4d4d4d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #333333 0%,#4d4d4d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #333333 0%,#4d4d4d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #333333 0%,#4d4d4d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #333333 0%,#4d4d4d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#4d4d4d',GradientType=0 ); /* IE6-9 */
border: 1px solid #4D4D4D;
    border-radius: 0 5px 5px 0;
    color: white;
    height: 30px;
    margin: -1px;
    padding: 5px;
    text-align: center;
    width: 80px;
float: right;
}

#sitecontent .buybar .pricetag a {
color: white;
font-weight: bold;
text-decoration: none;
line-height: 34px;
}

#sitecontent .buybar .pricetag a:hover{
text-decoration:underline;
}


#sitecontent .buybar .pricetag.small {
background: none repeat scroll 0 0 #666;
border: 1px solid #4D4D4D;
height: 20px;
width: 60px;
}

#sitecontent .buybar .pricetag.small a{
line-height: 21px;
}

#sitecontent .minilinks {
    margin-top: 10px;
    padding: 5px;
}

#sitecontent .minilinks a{
    color:#012B55;
	text-decoration:underline;
}

#sitecontent .minilinks img {
    margin: 0 4px -4px 10px;
}

#sitecontent .order-stack-right{
 float:right;
 width:228px;
}

#sitecontent .order-stack-right h3{
font-size:21px;
}

#sitecontent .ordermain-productbox {
    background-image: url("/images/2012/backgrounds/divider-bottom-shade-small.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 300px;
    margin-bottom: 20px;
    width: 530px;
}

#sitecontent .ordermain-productbox .productbox-left {
    float: left;
    height: 250px;
    padding-top: 26px;
    text-align: center;
    width: 80px;
}

#sitecontent .ordermain-productbox .productbox-left img {
margin:5px;
}

#sitecontent .ordermain-productbox.last {
    background-image: none;
    height: 260px;
}
/* Stylesheet: 2012_order_main_styles Modified On 2012-10-24 07:34:33 */
/* 2012_product_options_styles */

#sitecontent .producttypebox {
    background-position: center center;
    border-radius: 10px 10px 10px 10px;
    height: 220px;
    margin: 10px 0 20px;
    padding: 20px;
    position: relative;
}

#sitecontent .producttypebox p {
    clear: both;
    color: white;
    display: block;
    font-size: 14px;
    margin-left: 53px;
    width: 570px;
    line-height:1.1em;
}

#sitecontent .producttypebox a {
WHITE-SPACE: nowrap;
}

#sitecontent .producttypebox.desktop-products {
background-image:url('/images/2012/backgrounds/prodoptions-desktop-bg-a2epro.jpg');
}

#sitecontent .producttypebox.desktop-products-a2e {
background-image:url('/images/2012/backgrounds/prodoptions-desktop-bg.jpg');
}

#sitecontent .producttypebox.developer-products {
background-image:url('/images/2012/backgrounds/prodoptions-developer-bg.jpg');
}

#sitecontent .producttypebox.server-products {
background-image:url('/images/2012/backgrounds/prodoptions-server-bg.jpg');
}

#sitecontent .producttypebox.mobile-products {
background-image:url('/images/2012/backgrounds/prodoptions-mobile-bg.jpg');
}

#sitecontent a.compareproducts {
    background-image: url("/images/2012/graphics/descriptive/compareproducts.png");
    color: white;
    display: block;
    font-family: 'Verdana','Arial',sans-serif;
    font-size: 16px;
    height: 160px;
    padding: 10px;
    text-decoration: none;
    width: 237px;
}

#sitecontent div#lastconent {
    clear: both;
    margin-bottom: 20px;
    margin-top: 20px;
}

#lastconent .box {
    background-position: 5px 0;
    background-repeat: no-repeat;
    border-left: 1px solid white;
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    float: left;
    padding-left: 75px;
    width: 150px;
}

#lastconent .box .title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

#sitecontent .underlinedlinks {
margin-bottom:20px;
}

#lastconent ul, #lastconent li, #sitecontent .underlinedlinks ul, #sitecontent .underlinedlinks li   {
    margin:0;
	padding:0;
	list-style-type:none;
}

#lastconent a, #sitecontent .underlinedlinks a{
    color:black;
    text-decoration:underline;
	font-size:12px;
	line-height:18px;
}
#lastconent a:hover, #sitecontent .underlinedlinks a:hover {
color:#29ABE2;
}

#lastconent  {

}

#sitecontent .dropdownscroll {
display: none;
overflow: hidden;
position: relative;
height: 135px;
border-radius: 0 0 10px 10px;
margin-top: -29px;
background: #333333; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZDRkNGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #333333 0%, #4d4d4d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#4d4d4d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #333333 0%,#4d4d4d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #333333 0%,#4d4d4d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #333333 0%,#4d4d4d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #333333 0%,#4d4d4d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#4d4d4d',GradientType=0 ); /* IE6-8 */
}

#sitecontent .dropdownscroll .productcontainer{
display: block;
height: 135px;
left: 80px;
overflow: hidden;
position: relative;
top: 0;
width: 785px;
float: left;
}

#sitecontent .dropdownscroll .productlist {
left: 0;
top: 0;
position: absolute;
overflow: hidden;
width: 1000em;
float: left;
}

#sitecontent .dropdownscroll a.scroll-left, #sitecontent .dropdownscroll a.scroll-right {
display: block;
width: 80px;
height: 135px;
position: absolute;
top: 0;
z-index: 3;
background-position: 10px center;
background-repeat: no-repeat;
}

#sitecontent .dropdownscroll a.scroll-left {
background-image:url('/images/2012/icons/other/scrollleft.png');
left: 0;
}

#sitecontent .dropdownscroll a.scroll-right {
background-image:url('/images/2012/icons/other/scrollright.png');
right: 0;
}

#sitecontent .dropdownscroll a:hover.scroll-left {
background-position: 8px center;
}

#sitecontent .dropdownscroll a:hover.scroll-right {
background-position: 12px center;
}

#sitecontent .dropdownscroll .productselect {
float: left;
width: 181px;
padding: 20px;
height: 95px;
background-repeat: no-repeat;
background-position: center 1px;
margin: 0 20px;
background-image: url('/images/2012/backgrounds/scrollbox-bg.png');
}


#sitecontent .dropdownscroll .productselect:hover {
background-position: center -153px;
}

#sitecontent .dropdownscroll .productselect a {
display: block;
padding-left: 80px;
padding-top: 30px;
font-size: 12px;
text-align: center;
color: white;
height: 66px;
background-repeat: no-repeat;
}

#sitecontent .dropdownscroll .productselect a.a2epro {
background-image: url('/images/2012/boxshots/a2e8pro-box-small.png');
}

#sitecontent .dropdownscroll .productselect a.a2e {
background-image: url('/images/2012/boxshots/a2e8-box-small.png');
}

#sitecontent .dropdownscroll .productselect a.a2dpro {
background-image: url('/images/2012/boxshots/a2dpro7-box-small.png');
}

#sitecontent .dropdownscroll .productselect a.a2d {
background-image: url('/images/2012/boxshots/a2d7-box-small.png');
}

#sitecontent .dropdownscroll .productselect a.sonic {
background-image: url('/images/2012/boxshots/sonic-box-small.png');
}

#sitecontent .dropdownscroll .productselect a.pdf2xlscl {
background-image: url('/images/2012/boxshots/pdf2xlscl.png');
}

#sitecontent .dropdownscroll .productselect a.pdf2doccl {
background-image: url('/images/2012/boxshots/pdf2doccl.png');
}

#sitecontent .dropdownscroll .productselect a.pdf2txtcl {
background-image: url('/images/2012/boxshots/pdf2txtcl.png');
}

#sitecontent .dropdownscroll .productselect a.pdf2htmlcl {
background-image: url('/images/2012/boxshots/pdf2htmlcl.png');
}

#sitecontent .dropdownscroll .productselect a.pdf2imgcl {
background-image: url('/images/2012/boxshots/pdf2imgcl.png');
}

#sitecontent .dropdownscroll .productselect a.pdf2xmlcl {
background-image: url('/images/2012/boxshots/pdf2xmlcl.png');
}

#sitecontent .dropdownscroll .productselect a.img2pdfcl {
background-image: url('/images/2012/boxshots/img2pdfcl.png');
}

#sitecontent .dropdownscroll .productselect a.pdfccl {
background-image: url('/images/2012/boxshots/pdfccl.png');
}

#sitecontent .dropdownscroll .productselect a.img2pdfcl {
background-image: url('/images/2012/boxshots/img2pdfcl.png');
}

#sitecontent .dropdownscroll .productselect a.pdf2xlssdk {
background-image: url('/images/2012/boxshots/pdf2xlssdk.png');
}

#sitecontent .dropdownscroll .productselect a.pdf2docsdk {
background-image: url('/images/2012/boxshots/pdf2docsdk.png');
}

#sitecontent .dropdownscroll .productselect a.pdf2txtsdk {
background-image: url('/images/2012/boxshots/pdf2txtsdk.png');
}

#sitecontent .dropdownscroll .productselect a.pdf2htmlsdk {
background-image: url('/images/2012/boxshots/pdf2htmlsdk.png');
}

#sitecontent .dropdownscroll .productselect a.pdf2imgsdk {
background-image: url('/images/2012/boxshots/pdf2imgsdk.png');
}

#sitecontent .dropdownscroll .productselect a.pdf2xmlsdk {
background-image: url('/images/2012/boxshots/pdf2xmlsdk.png');
}

#sitecontent .dropdownscroll .productselect a.img2pdfsdk {
background-image: url('/images/2012/boxshots/img2pdfsdk.png');
}

#sitecontent .dropdownscroll .productselect a.pdfcsdk {
background-image: url('/images/2012/boxshots/pdfcsdk.png');
}

#sitecontent .dropdownscroll .productselect a.img2pdfsdk {
background-image: url('/images/2012/boxshots/img2pdfsdk.png');
}

#sitecontent .dropdownscroll .productselect a.pdfvsdk {
background-image: url('/images/2012/boxshots/pdfvsdk.png');
}

#sitecontent .dropdownscroll .productselect a.a2es {
background-image: url('/images/2012/boxshots/a2es.png');
}

#sitecontent .dropdownscroll .productselect a.sonics {
background-image: url('/images/2012/boxshots/sonics.png');
}
/* Stylesheet: 2012_product_options_styles Modified On 2013-03-05 08:51:32 */
/* 2012_testimonials_styles */

#sitecontent .testimonials-headerbox {
background-image: url("/images/2012/backgrounds/testimonials-bg.jpg");
background-position: center -24px;
border-radius: 10px 10px 0px 0px;
padding: 10px;
height: 436px;
}
/*
#sitecontent .headerbox-footer {
height: auto;
}*/
#sitecontent .testimonials-headerbox .darkcloud {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px 10px 10px 10px;
    float: left;
    padding: 10px;
    width: 677px;
    height: 260px;
    overflow: auto;
}

#sitecontent .testimonials-headerbox .darkcloud p {
color:white;
   font-family: 'Times New Roman','Georgia',serif;
    font-size: 16px;
    font-style: italic;
}

#sitecontent .testimonials-headerbox .testimonialby {
    background-image: url("/images/2012/icons/other/cloudtag-dark.png");
    background-position: right center;
    background-repeat: no-repeat;
    float: left;
    height: 50px;
    margin-left: 20px;
    width: 150px;
}

#sitecontent .testimonials-headerbox .testimonialby p {
    color: white;
    font-style: italic;
    margin-top: -1px;
}

#sitecontent .testimonials-headerbox .testimonialby h1 {
    color: white;
    font-family: 'Times New Roman',serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    margin: 5px 0;
    text-align: left;
}

#sitecontent .bigwhitequote {
    background-image: url("/images/2012/icons/other/quotetag.png");
    background-position: 45px bottom;
    background-repeat: no-repeat;
    float: right;
    font-family: 'Times New Roman','Georgia',serif;
    font-size: 14px;
    font-style: italic;
    margin: 10px 10px 0 0;
    padding: 10px 10px 34px;
    width: 256px;
}

#sitecontent .bigwhitecloud {
background-color: white;
    border-radius: 10px 10px 10px 10px;
    padding: 2px 10px;
    position: relative;
}

#sitecontent .bigwhitecloud p{
font-size:14px;
font-style:italic;
/* font-family:'Times New Roman', serif; */
}

#sitecontent .biggreycloud {
    padding: 2px 10px;
    position: relative;
}

#sitecontent .biggreycloud p.quotext{
font-size:14px;
background: #ccc;
padding: 10px;
border-radius: 10px;
margin-bottom: 0;
}

#sitecontent .biggreycloud .triangle{
width: 0;
height: 0;
border-style: solid;
border-width: 16px 10px 0 10px;
border-color: #ccc transparent  transparent  transparent;
position: relative;
left: 40px;
}

#sitecontent .facebookbox {
	background-color:#2F5191;
	border-radius: 10px 10px 10px 10px;
    float: right;
	padding:10px;
   height: 410px;
	margin-bottom: 20px;
    width: 605px;
}

#sitecontent .facebookbox .likebox {
float: right;
background-color: white;
width: 260px;
height: 410px;
}

#sitecontent .facebookbox .facebookboxh {
width: 330px;
float: left;
}

#sitecontent .twitterbox {
    background-color: #ADD5E6;
    border-radius: 10px 10px 10px 10px;
    float: left;
    height: 410px;
    margin-bottom: 20px;
    padding: 10px;
    width: 275px;
}

#sitecontent .twitterboxh img, #sitecontent .facebookboxh img {
margin-left:-3px;
}

#sitecontent .twitterboxh ul, #sitecontent .facebookboxh ul, #sitecontent .twitterboxh li, #sitecontent .facebookboxh li {
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#sitecontent .twitterboxh a, #sitecontent .facebookboxh a {
    color: white;
    display: block;
    font-family: 'Verdana','Tahoma',sans-serif;
    font-size: 26px;
    font-weight: normal;
    height: 34px;
    line-height: 31px;
    margin: 5px;
    text-align: center;
    text-decoration: none;
    width: 36px;
}

#sitecontent .twitterboxh a {
background-color:#29ABE2;
}

#sitecontent .twitterboxh a:hover {
background-color:#2EC1FF;
}

#sitecontent .facebookboxh a {
background-color:#719EC9;
}

#sitecontent .facebookboxh a:hover {
background-color:#81B4E6;
}



#sitecontent .twitterboxh h1, #sitecontent .facebookboxh h1 {
    color: #0071BC;
    font-size: 18px;
    margin: 0;
    padding-left: 5px;
    text-shadow: none;
}

#sitecontent .twitterboxh h1 {
    color: #0071BC;
}

 #sitecontent .facebookboxh h1 {
 color: #ffffff;
 }
 
#sitecontent .tweetbox {
    background-color: white;
    margin: 42px 0;
    min-height: 80px;
    padding: 5px;
}

#sitecontent .tweetbox img {
float: left;
margin-right: 5px;
margin-top: 5px;
}

#sitecontent .tweetbox .tweetscreenname {
color: #2C4468;
font-family: 'Helvetica','Arial',sans-serif;
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
float: left;
}

.tweetbox .tweetname {
color: gray;
font-family: 'Helvetica','Arial',sans-serif;
font-size: 12px;
float: left;
font-weight: normal;
}

.tweetbox .tweetdashandlink {
    color: #3FA9F5;
}

#sitecontent p.quote {
font-size:14px;
}

#sitecontent p.quote2 {
font-family: 'Arial',serif;
font-size: 12px;
font-style: italic;
margin-top: 5px;
clear: both;
margin-bottom: 0px;
}

.facebookbox .fbpost {
margin: 20px 0;
width: 320px;
}

.facebookbox .fbstatusbox {
    background-color: #FFFFFF;
    margin: -5px 19px;
    padding: 10px;
}

.fbstatusbox .facebookname{
    font-family: 'Verdana','Tahoma',sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.fbstatusbox img {
    float: left;
    margin-right: 5px;
}

.fan-pager {
	float: left;
	
}

.fan-pager a {
	float: left;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    width: 40px;
	background-color: #F2F2F2;
    background-image: -moz-linear-gradient(center top , #F3F3F3 0%, #DDDDDD 50%, #D2D2D2 50%, #DFDFDF 100%);
    border-color: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    color: #666666 !important;
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin: 5px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
}

.fan-pager a:hover,.fan-pager a.activeSlide {
	background-color: #00D163;
    background-image: -moz-linear-gradient(center top , #00D163 0%, #21C154 50%, #1FBB52 50%, #33B149 100%);
    border-color: #50FF68;
	color: #FFF !important;
	text-decoration: none;
}

.fan-prev, .fan-next {
	width: 48px;
	height: 48px;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 3px;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
	margin: 5px;
	cursor: pointer;
	background-image: url('/images/2012/backgrounds/arrows-sprite.png');
	background-repeat: no-repeat;
}

.fan-prev {
	background-position: 0 0;
}

.fan-next {
	background-position: -48px 0;
}

 .fan-prev:hover {
	background-position: 0 -48px;
	border-color: #50FF68;
}

.fan-next:hover {
	background-position: -48px -48px;
	border-color: #50FF68;
}

.press-pager a {
	font-size: 16px;
	font-weight: normal;
	height: 42px;
	width: 42px;
	margin-right: 12px;
	text-decoration: none !important;
	background: #666;
	color: #fff !important;
    border: none;
    border-radius: 5px;
    display: block;
	float: left;
	line-height: 40px;
	padding: 0;
    text-align: center;
}

.press-pager a:hover,.press-pager a.activeSlide {
	background: #6d6d6d;
}

.tw-pager {
	float: left;
}

.tw-pager a {
	color: #fff;
	display: block;
	font-family: 'Verdana','Tahoma',sans-serif;
    font-size: 26px;
    font-weight: normal;
    height: 34px;
    line-height: 31px;
    margin: 5px;
    text-align: center;
    text-decoration: none;
    width: 36px;
	background: #29ABE2;
	float: left;
}

.tw-pager a:hover,.tw-pager a.activeSlide {
    background: #2EC1FF;
}

.twitter-prev, .twitter-next, .facebook-prev, .facebook-next {
	width: 36px;
	height: 36px;
	display: inline-block;
	margin: 2px;
	cursor: pointer;
	background-image: url('/images/2012/backgrounds/arrows-sprite.png');
	background-repeat: no-repeat;
}

.twitter-prev {
	background-color: #29ABE2;
	background-position: 0 -96px;
	margin-left: 6px;
}

.twitter-prev:hover {
	background-color: #2EC1FF;
}

.twitter-next {
	background-color: #29ABE2;
	background-position: -48px -96px;
}

.twitter-next:hover {
	background-color: #2EC1FF;
}

.facebook-prev {
	background-color: #719EC9;
	background-position: 0 -96px;
	margin-left: 6px;
}

.facebook-prev:hover {
	background-color: #81B4E6;
}

.facebook-next {
	background-color: #719EC9;
	background-position: -48px -96px;
}

.facebook-next:hover {
	background-color: #81B4E6;
}
/* Stylesheet: 2012_testimonials_styles Modified On 2013-12-29 03:14:39 */
/* 2012_partners_styles */

#sitecontent .partnersbox {
background-image: url("/images/2012/backgrounds/partners-bg.jpg");
border-radius: 10px 10px 10px 10px;
margin-bottom: 30px;
background-repeat: no-repeat;
min-height: 447px;
}

#sitecontent .partnersbox p {
    color: white;
    padding: 30px;
    font-size: 14px;
}

#sitecontent .partnersmenu {
    height: 55px;
    margin-left: 40px;
    width: 600px;
}

#sitecontent .partnersmenu ul, .partnersmenu li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    float: left;
}

#sitecontent .partnersmenu li {
    padding-right: 10px;
}

#sitecontent .partnersmenu a {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px 5px 0 0;
border-color: rgba(0, 0, 0, 0.4);
    border-style: solid;
    border-width: 1px;
color: white;
    display: block;
    font-size: 14px;
    font-weight: normal;
    height: 24px;
    line-height: 26px;
    padding: 10px;
    text-decoration: underline;
border-bottom: none;

}

#sitecontent .partnersmenu a:hover  {
background-color: #00D163;
background-image: -moz-linear-gradient(center top , #00d163 0%, #21c154 50%, #1fbb52 50%, #33b149 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, 
#00d163), color-stop(50%, 
#21c154), color-stop(50%, 
#1fbb52), color-stop(100%, 
#33b149));
border-color: #50FF68;
    border-radius: 5px 5px 0px 0px;
    border-style: solid;
    border-width: 1px;
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
border-bottom: none;
height: 30px;
margin-top: -5px;
}
/* Stylesheet: 2012_partners_styles Modified On 2012-09-06 09:52:08 */
/* 2012_downloads_trial_styles */

#sitecontent .greensub {
color: #39B54A;
font-size: 19px;
margin: 5px;
display: block;
height: 46px;
line-height: 46px;
}

#sitecontent .contentbox .reqbox {
float: left;
text-align: center;
width: 33%;
}

#sitecontent .contentbox .reqbox a {
text-decoration:underline;
color:black;
}

#sitecontent .contentbox .reqbox a.plastic-green.dlbutton,
#sitecontent .contentbox .reqbox .plastic-green.dlbutton {
text-decoration:none;
}

#sitecontent .contentbox .reqbox.whitetr {
background-color: rgba(255, 255, 255, 0.5);
margin-top: -20px;
padding-top: 20px;
border-left: 1px solid white;
border-right: 1px solid #F0F0F0;
}

#sitecontent .contentbox .reqbox.transptr1,
#sitecontent .contentbox .reqbox.transptr2 {
margin-top: -20px;
padding-top: 20px;
}

#sitecontent .contentbox .reqbox.transptr1 {
border-right:1px solid #F0F0F0;
}

#sitecontent .contentbox .reqbox.transptr2 {
border-left:1px solid white;
}

#sitecontent .contentbox .reqbox ul {
margin-left: 0px;
text-align: left;
display: block;
height: 160px;
}



#sitecontent a.plastic-green.dlbutton,
#sitecontent .plastic-green.dlbutton {
    float: left;
    font-size: 17px;
    font-weight: normal;
    line-height: 35px;
    margin-left: 8px;
    width: 261px;
}


#sitecontent a.plastic-green.dlbutton  img,
#sitecontent .plastic-green.dlbutton  img{
	float: left;
    margin: 0;
}
/* Stylesheet: 2012_downloads_trial_styles Modified On 2012-11-30 11:12:34 */
/* 2012_support_styles */

#sitecontent .supportbox {
    background-color: grey;
    border-radius: 10px 10px 10px 10px;
    float: left;
    height: 280px;
    margin-bottom: 20px;
margin-right:15px;
    width: 300px;
}

#sitecontent .supportbox h1 {
    color: white;
    font-size: 18px;
    margin: 0;
    padding: 10px 0 10px 10px;
    text-align: left;
}

#sitecontent .supportbox .subsuppbox {
    border-radius: 10px 10px 0 0;
background-repeat:no-repeat;
background-position:center center;
    height: 210px;
}

#sitecontent .supportbox .subsuppbox p {
    color: white;
    display: block;
    padding: 30px 10px 10px 122px;
}

#sitecontent .supportbox .subsuppbox.desktop {
    background-image: url('/images/2012/backgrounds/desktopsupp.jpg');
}

#sitecontent .supportbox .subsuppbox.developer {
    background-image: url('/images/2012/backgrounds/developersupp.jpg');
}

#sitecontent .supportbox .subsuppbox.server {
    background-image: url("/images/2012/backgrounds/serversupp.jpg");
}

#sitecontent .supportbox a.supportbuttons {
    color: white;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    margin-top: 3px;
    padding: 5px 14px;
}

#sitecontent .contentbox .supportrow {
    clear: both;
    padding: 10px 0;
}

#sitecontent .contentbox .supportrow .leftpart {
    float: left;
    font-weight: bold;
    text-align: right;
    width: 80px;
}

#sitecontent .contentbox .supportrow .rightpart {
    float: right;
    width: 260px;
}

/* Stylesheet: 2012_support_styles Modified On 2012-09-06 09:52:41 */
/* 2012_product_pages_styles */

#products-featurebox h1 {
color:white;
font-weight: bold;
font-size: 21px;
margin-bottom: 13px;
margin-top: 20px;
}

#products-featurebox p {
color:white;
font-size: 12px;
}

#products-featurebox .products-a2e-headerbox,
#products-featurebox .products-a2epro-headerbox,
#products-featurebox .products-a2d-headerbox,
#products-featurebox .products-a2dpro-headerbox,
#sitecontent .products-sonic-headerbox,
#sitecontent .products-aps-headerbox,
#sitecontent .products-a2es-headerbox,
#sitecontent .products-sonics-headerbox,
#products-featurebox .products-pdf2xlssdk-headerbox,
#products-featurebox .products-pdf2docsdk-headerbox,
#products-featurebox .products-pdf2htmlsdk-headerbox,
#products-featurebox .products-pdf2txtsdk-headerbox,
#products-featurebox .products-pdf2imgsdk-headerbox,
#products-featurebox .products-pdf2xmlsdk-headerbox,
#products-featurebox .products-img2pdfsdk-headerbox,
#products-featurebox .products-pdfcsdk-headerbox,
#products-featurebox .products-pdfwsdk-headerbox,
#products-featurebox .products-pdf2xlscl-headerbox,
#products-featurebox .products-pdf2doccl-headerbox,
#products-featurebox .products-pdf2txtcl-headerbox,
#products-featurebox .products-pdf2htmlcl-headerbox,
#products-featurebox .products-pdf2imgcl-headerbox,
#products-featurebox .products-pdf2xmlcl-headerbox,
#products-featurebox .products-img2pdfcl-headerbox,
#products-featurebox .products-pdfccl-headerbox,
#products-featurebox .products-om-a2e-headerbox  {
background-position: center -24px;
border-radius: 10px 10px 0px 0px;
height: 266px;
padding: 20px 10px 10px 615px;
}
#products-featurebox .products-a2e-headerbox {
background-image: url("/images/2012/backgrounds/products-a2e-bg.jpg");
}
#products-featurebox .products-a2epro-headerbox {
background-image: url("/images/2012/backgrounds/products-a2epro-bg.jpg");
}
#products-featurebox .products-a2d-headerbox {
background-image: url("/images/2012/backgrounds/products-a2d-bg.jpg");
}
#products-featurebox .products-a2dpro-headerbox {
background-image: url("/images/2012/backgrounds/products-a2dpro-bg.jpg");
}
#products-featurebox .products-sonic-headerbox {
background-image: url("/images/2012/backgrounds/products-sonic-bg.jpg");
}
#products-featurebox .products-aps-headerbox {
background-image: url("/images/2012/backgrounds/products-aps-bg.jpg");
}
#products-featurebox .products-a2es-headerbox {
background-image: url("/images/2012/backgrounds/products-a2es-bg.jpg");
}
#products-featurebox .products-sonics-headerbox {
background-image: url("/images/2012/backgrounds/products-sonics-bg.jpg");
}
#products-featurebox .products-pdf2xlssdk-headerbox {
background-image: url("/images/2012/backgrounds/products-pdf2xlssdk-bg.jpg");
}
#products-featurebox .products-pdf2docsdk-headerbox {
background-image: url("/images/2012/backgrounds/products-pdf2docsdk-bg.jpg");
}
#products-featurebox .products-pdf2htmlsdk-headerbox {
background-image: url("/images/2012/backgrounds/products-pdf2htmlsdk-bg.jpg");
}
#products-featurebox .products-pdf2txtsdk-headerbox {
background-image: url("/images/2012/backgrounds/products-pdf2txtsdk-bg.jpg");
}
#products-featurebox .products-pdf2imgsdk-headerbox {
background-image: url("/images/2012/backgrounds/products-pdf2imgsdk-bg.jpg");
}
#products-featurebox .products-pdf2xmlsdk-headerbox {
background-image: url("/images/2012/backgrounds/products-pdf2xmlsdk-bg.jpg");
}
#products-featurebox .products-img2pdfsdk-headerbox {
background-image: url("/images/2012/backgrounds/products-img2pdfsdk-bg.jpg");
}
#products-featurebox .products-pdfcsdk-headerbox {
background-image: url("/images/2012/backgrounds/products-pdfcsdk-bg.jpg");
}
#products-featurebox .products-pdfwsdk-headerbox {
background-image: url("/images/2012/backgrounds/products-pdfwsdk-bg.jpg");
}
#products-featurebox .products-pdf2xlscl-headerbox {
background-image: url("/images/2012/backgrounds/products-pdf2xlscl-bg.jpg");
}
#products-featurebox .products-pdf2doccl-headerbox {
background-image: url("/images/2012/backgrounds/products-pdf2doccl-bg.jpg");
}
#products-featurebox .products-pdf2txtcl-headerbox {
background-image: url("/images/2012/backgrounds/products-pdf2txtcl-bg.jpg");
}
#products-featurebox .products-pdf2htmlcl-headerbox {
background-image: url("/images/2012/backgrounds/products-pdf2htmlcl-bg.jpg");
}
#products-featurebox .products-pdf2imgcl-headerbox {
background-image: url("/images/2012/backgrounds/products-pdf2imgcl-bg.jpg");
}
#products-featurebox .products-pdf2xmlcl-headerbox {
background-image: url("/images/2012/backgrounds/products-pdf2xmlcl-bg.jpg");
}
#products-featurebox .products-img2pdfcl-headerbox {
background-image: url("/images/2012/backgrounds/products-img2pdfcl-bg.jpg");
}
#products-featurebox .products-pdfccl-headerbox {
background-image: url("/images/2012/backgrounds/products-pdfccl-bg.jpg");
}
#products-featurebox .products-om-a2e-headerbox {
background-image: url("/images/2012/backgrounds/om-products-a2epro-bg.jpg");
}

.block-third {
	width: 299px;
	float: left;
}
.block-third-margin {
	margin-right: 24px;
}
.big-blue-text {
font-size: 23px;
color: #2C4468;
}
.contentbox .sub-box img {
	float: left;
}
.contentbox .sub-box h4,
.contentbox .sub-box p {
	margin-left: 70px !important;
	clear: none !important;
}
.testimonials {
	width: 299px;
	height: 421px;
	background: url(/images/2012/graphics/descriptive/testimonials.png) top left no-repeat scroll;
}
.love {
	width: 22px;
	height: 19px;
	background: url(/images/2012/icons/other/love.png) top left no-repeat scroll;
	display: inline-block;
	position: relative;
	top: 2px;
	left: -2px;
}
.overviewvideo {
	background: url('/images/2012/icons/other/play-video.png')  163px 12px no-repeat scroll;
}
/* Stylesheet: 2012_product_pages_styles Modified On 2013-02-25 03:58:50 */
/* 2012_benefits_styles */

#sitecontent .benefit-wrap {
margin:10px 0;
}

#sitecontent .benefit-wrap .text {
width: 450px;
margin-top:30px;
}

#sitecontent .benefit-wrap .text.left{
float:left;
}

#sitecontent .benefit-wrap .text.right{
float:right;
}

#sitecontent .benefit-wrap img.left{
float:left;
}

#sitecontent .benefit-wrap img.right{
float:right;
}
/* Stylesheet: 2012_benefits_styles Modified On 2012-09-06 09:49:37 */
/* 2012_features_styles */

#sitecontent .features-display {
height: 366px;
text-align: center;
border-radius: 10px;
padding-top: 20px;
background-repeat: no-repeat;
margin-bottom: 20px;
}

#sitecontent .features-display.conversion {
background-image: url('/images/2012/backgrounds/features-bg-conversion.jpg'); 
}

#sitecontent .features-display.ocr {
background-image: url('/images/2012/backgrounds/features-bg-ocr.jpg'); 
}

#sitecontent .features-display.customxls {
background-image: url('/images/2012/backgrounds/features-bg-customxls.jpg'); 
}

#sitecontent .features-display.platform {
background-image: url('/images/2012/backgrounds/features-bg-platform.jpg'); 
}

#sitecontent .features-display.simple {
background-image: url('/images/2012/backgrounds/features-bg-simple.jpg'); 
}


#sitecontent .features-display a.scroll-left, #sitecontent .features-display a.scroll-right {
display: block;
width: 80px;
height: 135px;
background-position: 10px center;
background-repeat: no-repeat;
}

#sitecontent .features-display a.scroll-left {
background-image:url('/images/2012/icons/other/scrollleft.png');
float:left;
}

#sitecontent .features-display a.scroll-right {
background-image:url('/images/2012/icons/other/scrollright.png');
float:right;
}

#sitecontent .features-display a:hover.scroll-left {
background-position: 8px center;
}

#sitecontent .features-display a:hover.scroll-right {
background-position: 12px center;
}


#sitecontent .features-display a.plastic-gray {
padding: 5px;
height: 34px;
line-height: 34px;
border-radius: 5px 5px 0 0;
border-bottom: none;
box-shadow: none;
}

#sitecontent .features-display ul, #sitecontent .features-display li {
list-style-type: none;
padding:0;
margin:0;
float: left;
}

#sitecontent .feature-wrap {
clear:both;
}

#sitecontent .feature-wrap .miniwrap {
clear:both;
margin:10px 0;
}

#sitecontent .feature-wrap .text {
width: 760px;
margin-top: 10px;
}

#sitecontent .feature-wrap .text.left{
float:left;
}

#sitecontent .feature-wrap .text.right{
float:right;
}

#sitecontent .feature-wrap img.left{
float:left;
margin-right: 20px;
}

#sitecontent .feature-wrap img.right{
float:right;
}

/*
 * jQuery UI Tabs 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
	position: relative;
	zoom: 1;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
margin: 0;
height: 32px;
position: absolute;
top: 336px;
width: 100%;
padding: 0 0 0 30px;
}

.ui-tabs .ui-tabs-nav li {
list-style: none;
float: left;
padding: 0;
white-space: nowrap;
}

#sitecontent .ui-tabs-nav li a.plastic-gray {
padding: 5px;
height: 34px;
line-height: 34px;
border-radius: 5px 5px 0 0;
border-bottom: none;
box-shadow: none;
}


.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
	font-weight: bold;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {

}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	/*padding: 1em 1.4em;*/
	background: none;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}

#features {
	position: relative;
}
#features-controll a#scroll-left {
	position: absolute; 
	left: 0; 
	top: 143px;
	background: url("/images/2012/icons/other/scrollleft.png") 10px center no-repeat;
	display: block;
    height: 135px;
    width: 80px;
	z-index: 9;
}
#features-controll a#scroll-left:hover {
	background-position: 8px center;
}
#features-controll a#scroll-right {
	position: absolute; 
	right: 0; 
	top: 143px;
	background: url("/images/2012/icons/other/scrollright.png") 10px center no-repeat;
	display: block;
    height: 135px;
    width: 80px;
	z-index: 9;
}
#features-controll a#scroll-right:hover {
	background-position: 12px center;
}
#features-area .feature-wrap {
	z-index: 1 !important;
	width: 945px;
}
#features-area h3 {
	font-family: 'Open Sans Condensed';
	text-align: left;
	padding-left: 65px;
	font-size: 48px;
}


.screen-img { /* reuse help images, check if functions on various browsers... */

height:150px; 
width:150px; 
border-radius: 10px;
margin: 10px;
}
/* Stylesheet: 2012_features_styles Modified On 2012-10-10 04:36:26 */
/* 2012_compare_styles */

.productname-bigger {
line
font-size: 12px;
line-height:20px;
font-weight:bold;
}

.productname-smaller{
font-weight:bold;
float: left;
font-size: 10px;
line-height: 15px;
padding-top: 10px;
}
/* Stylesheet: 2012_compare_styles Modified On 2012-09-06 09:50:09 */
#about-feature {
	background-image:url('/images/2012/backgrounds/about-feature-bg.png');
	background-repeat:no-repeat;
	width:945px;
	height:219px;
	color:#FFF;
	padding:15px 0px 0px 20px;
}

#about-feature h1 {
    margin:0px;
	color:#FFF;
}

#about-feature p {
	width:600px;
	color:#FFF;
        line-height:130%;
}

.about-me {
	width:306px;
	min-height:100px;
	/*background-color:#06F;*/
        float:left;
        margin-top:20px;
}

.about-me img {
	width:67px;
	height:67px;
	float:left;
}

.about-me p {
	float:right;
        width:224px;
        margin-top:0px;
        line-height:130%;
}

.about-icon {
float:left; 
width:17px;
margin:8px;
}

.about-icon a.socialicon {
margin-top:7px;
}


.about-bio-left {
float:left; width:67px;
}

.about-bio-right {
float:right; width:225px;
}

.about-bio-right h5 {
color:#000;
font-size:17px;
margin:0px 0px 5px 0px;

}

.about-bio-image {
width: 70px; height: 75px;
border-radius: 10px 10px 10px 10px;
background-repeat:no-repeat;
}

.about-bio-image-default {
background-image:url('/images/2012/avatars/investintech/default.png'); 
background-size:75px 75px; 
background-position: center;
width: 70px; height: 75px;
border-radius: 10px 10px 10px 10px;
background-repeat:no-repeat;
}
/* Stylesheet: 2012_about Modified On 2012-10-15 15:28:08 */
