﻿@charset "utf-8";
/* CSS Document */
body{ margin:0; padding:0; line-height:16px; font-size:12px; font-family: verdana, Arial, Helvetica, sans-serif}
img{ border:0px; padding:0px; margin:0px}
ul{ margin:0px; padding:0px}
li{ list-style:none}

.left{ float:left}
.right{ float:right}
.clr{ clear: both; padding:0px; margin:0px; line-height:0px; }
.Container{ max-width:992px; margin:0px auto}
/* ::::::::::::::::::::::::::::::::::::::::: HEADER START ::::::::::::::::::::::::::::::::::::::::::::*/
.Header{ width:100%; background-image:url(../images/header_bg.jpg); background-repeat:repeat-x;}
#Logo{ float:left; width:321px; padding:5px 0px 3px 0px}
#GoogleSearch{ float:right; width:295px; padding-top:12px}
.GoogleSearch_Left{ float:left; width:187px}
.GoogleSearch_Right{ float:right; width:97px}
.GoogleSearch_Field{ background-image: url(../images/GoogleSearch_field.jpg); background-repeat:no-repeat; width:177px; height:30px; padding:0px 5px 0px 5px; border:0px; font-size:12px }
span.Button { background: transparent url(../images/btnleft.png) no-repeat top left; display: block; float: left; height: 30px; margin-right:10px; padding-left:6px; cursor:pointer; text-decoration: none; }
span.Button input{ background:none; border:none; background: transparent url(../images/btnright.png) no-repeat top right; display: block; padding:0px 27px 1px 15px; cursor:pointer; height: 30px; color:#000; font-size:12px; font-weight:bold; font-family:Arial, Helvetica, sans-serif }

/* ::::::::::::::::::::::::::::::::::::::::: MIDDLE START ::::::::::::::::::::::::::::::::::::::::::::*/
#Middle{ background-image:url(../images/middle_bg.jpg); background-repeat:repeat-x; padding-top:15px}
#MiddleContainer
{ 
    max-width:1037px; 
    margin:0px auto;
}
.Shadow{ width:22px; float:left}
.MiddleCon
{ 
    min-height: 600px;
    max-width:992px; 
    width: 100%;
    float:left;
}
.MiddleConTopLT{ float:left; width:10px}
.MiddleConTopMid{ float:left; background-color:#FFF; height:11px; }
.MiddleConTopRt{ float:left; width:10px}
.MiddleConBot
{ 
    background-color:#FFF; 
    padding:10px 10px 17px 10px; 
    min-width: 300px; 
    max-width:972px; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

/* ............................................... Middle Left Start..................................................*/
.MiddleConLeft{ float:left; width:202px}
.CategoryBox
{ 
    width:202px;
    padding-left: 15px;
}

.CategoryBoxTOP{ width:202px; height:37px; background-color:#01194a}
.CategoryBoxTOP_Left{ float:left; width:10px}
.CategoryBoxTOP_Mid{ float:left; width:182px; font-family:13px; color:#FFF; padding-top:10px; text-align:center}
/*.Categories li{ background-image:url(../images/dot_line.jpg); background-repeat:repeat-x; background-position:bottom; padding:8px 0px 8px 0px}
.Categories li a{ background-image:url(../images/arrow.jpg); background-repeat:no-repeat; background-position:0.3em; color:#464545; text-decoration:none; padding-left:15px}
.Categories li a:hover{ text-decoration:underline; color:#0058bb}
.Categories li.last{ background:none}*/

/* ............................................... Category Start..................................................*/
.Category ul{
margin: 0;
padding: 0;
width: 180px; /* Main Menu Item widths */
list-style-type: none;
font: bold 12px Arial, Helvetica, sans-serif;
}
 
.Category ul li{
position: relative;
background-image:url(../images/arrow.jpg); background-repeat:no-repeat; background-position:0.3em; padding-left:10px
}

/* Top level menu links style */
.Category ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;


}

.Category ul li a:link, .Category ul li a:visited, .Category-v ul li a:active{
background: url(../images/dot_line.jpg); background-repeat:repeat-x; background-position:bottom; /*background of menu items (default state)*/
color: #464545;
}


.Category ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:#01194a; 
color: white;
}

.Category ul li a:hover{
background:#01194a; /*background of menu items during onmouseover (hover state)*/
color: white;
}

/*Sub level menu items */
.Category ul li ul{
position: absolute;
background-color:#fff;
width: 170px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
color: white;
border:1px solid #bfbfbf
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 8px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}
 
/* Holly Hack for IE \*/
* html .Category ul li { float: left; height: 1%; }
* html .Category ul li a { height: 1%; }
* html .Category ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;}
 * html .Category{height: 1%;}
 .ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}
/* End */



.CategoryBoxTOP_Right{ float:left; width:10px}
.ShoppingTop{ background-image:url(../images/shopping_topmid.jpg); background-repeat:repeat-x; height:10px}
.ShoppingMid
{ 
    background-image:url(../images/shopping_mid.jpg); 
    background-repeat:repeat-x;
    padding:0px 10px 0px 10px; 
    width:180px; 
    border-left:1px solid #358fb1; 
    border-right:1px solid #358fb1; 
    background-color:#a3ddf2; 
    background-position:top; 
    color:#4e4e4e; 
    text-align: left; 
    font-size:12px; 
    font-weight:bold
}
.ShoppingMid a{ color:#ff2a00; text-decoration:none}
.ShoppingMid a:hover{ text-decoration:underline}
.ShoppingBot{ background-image:url(../images/shopping_botmid.jpg); background-repeat:repeat-x; height:10px}
.CategoryBoxMID{ width:176px; border-left:1px solid #cbd2d4; border-right:1px solid #cbd2d4; padding:12px;  }
.CategoryBoxBOT{ background-image:url(../images/catbot_mid.jpg); background-repeat:repeat-x; height:10px}
.Products li{ text-align:center; background-image:url(../images/dot_line.jpg); background-repeat:repeat-x; background-position:bottom; padding:15px 0px 15px 0px}
.Products li.last{ background:none}

.AdDisplayBoxMID
{ 
    border-left: 1px solid #cbd2d4; 
    border-right: 1px solid #cbd2d4; 
    padding: 0px;
}

/* ............................................... Middle Right Start..................................................*/
.MiddleConRight{ max-width: 972px}
.MiddleConRight_Lt
{ 
    float:left; 
    max-width: 720px;
    padding-left: 15px;
}
.MiddleConRight_Rt{ float:right; width:202px}
/* ............................................... Middle Right MiddleStart..................................................*/
.Heading 
{
    padding-bottom: 5px;
    margin-left: 10px;    
}
.BlueH1
{ 
    color:#01194a; 
    font-size:14px; 
    font-weight:bold; 
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 10px;
}

.WhiteH1
{ 
    color:#01194a; 
    font-size:14px; 
    font-weight:bold; 
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 5px;
}

a.BlueHeading { font-size:14px; color:#01194a; text-decoration:none}
a.BlueHeading:hover{ color:#0058bb; text-decoration:underline}
a.SubHeading{ background-image:url(../images/arrowsub.jpg); background-repeat:no-repeat; padding-left:10px; color:#01194A; background-position:0.3em; text-decoration:none}
a.SubHeading:hover{ color:#0058bb;; text-decoration:underline}


.SoftwaresBoxTOP
{ 
    padding: 10px;
    background-color:#01194a;
    color: #FFF;
    text-align: left;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.SoftwaresBoxTOP_Left{ float:left; width:10px}
.SoftwaresBoxTOP_Mid{ float:left; font-family:13px; color:#FFF; padding-top:10px; text-align:left}
.SoftwaresBoxTOP_Right{ float:left; width:10px}
.SoftwaresBoxMID
{  
    border-radius: 0 0 5px 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; 
    border:1px solid #cbd2d4;
}
/* Menu PAGINATION */
.Pagination
{ 
    float: left; 
}

ul{border:0; margin:0; padding:0;}
#pagination li{border:0; margin:0; padding:0; font-size:11px; list-style:none; float:left}
#pagination a{ border:solid 1px #DDDDDD; margin-right:2px;}
#pagination .previous-off,
#pagination .next-off { color:#666666; display:block; float:left; font-weight:bold; padding:3px 4px;}
#pagination .next a,
#pagination .previous a { font-weight:bold; border:solid 1px #FFFFFF;}
#pagination .active{color:#fff; font-weight:bold; display:block; float:left; padding:3px 6px; background-color:#01194a; margin-right:2px; border:solid 1px #dddddd;}
#pagination a:link,
#pagination a:visited {color:#838383; display:block; float:left; padding:3px 6px;text-decoration:none;}
#pagination a:hover{border:solid 1px #dddddd; background-color:#01194a; color:#FFF}

/************ Table ************/

.SoftwaresBoxMID table {
                border-collapse: collapse;
                }
                
.SoftwaresBoxMID table thead th {
                font-weight: bold;
                font-size: 12px;
                border-right: 1px solid #cbd2d4;
				background-color:#e7e7e7;
                }
.SoftwaresBoxMID table thead th.last{
                 border:none
                }
                
.SoftwaresBoxMID tbody {
                border-bottom: 1px solid #73bbbc;
				font-size:11px
                }
				
                
.SoftwaresBoxMID tbody tr {
                background: #fff;
                }
              .SoftwaresBoxMID tbody td. {
                background: #fff;
                }
.SoftwaresBoxMID tbody tr.alt-row {
                background: #e4f0f0;
                }
                
.SoftwaresBoxMID table td {
                padding: 10px;
                line-height: 1.3em;
				border-right: 1px solid #cbd2d4;
				border-bottom:1px solid #cbd2d4
                } 
.SoftwaresBoxMID table td.Textcenter{
                 text-align:center
                } 
.SoftwaresBoxMID table td.last{
                 border-right:none
                }
				
.SoftwaresBoxMID table td.Bordenone{ border:none }         
.SoftwaresBoxMID table td a { color:#0058bb; text-decoration:none; }
.SoftwaresBoxMID table td a:hover { text-decoration:underline; }
.SoftwaresBoxMID table th {
                text-align:center;
                line-height: 1.3em;
                }        
				
.main-content table tfoot td {
                padding: 15px 0 5px 0;
				font-size:12px; color:#22b6b8;
                } 
.SmText { color:#7c7c7c; font-size:11px }
.GreenText  
{
    color:#497c00; 
}
.RedStrikedOutText
{
    color:Red; 
    text-decoration: line-through;
}
.FreeArticle{ padding-top:10px}
.FreeArticle li{ background-image:url(../images/arrow1.jpg); background-repeat:no-repeat; color:#595959; padding-left:8px; padding-top:15px }
.FreeArticle li a{color:#0058bb; text-decoration:none; }
.FreeArticle li a:hover{text-decoration:underline;}
.Dotline{ background-image:url(../images/dot_line.jpg); background-repeat:repeat-x; background-position:bottom; padding-bottom:15px; }
.ArticleTab{ padding-top:20px; float:right}

/* ::::::::::::::::::::::::::::::::::::::::: BOTTOM START ::::::::::::::::::::::::::::::::::::::::::::*/
#Bottom{ background-color:#01194a; border-top:2px solid #009ad2; padding:22px 0px 11px 0px}
.BottomLink{ font-size:12px; color:#FFF; text-align:center; padding-bottom:15px}
.BottomLink a{ font-size:12px; color:#FFF; text-decoration:none}
.BottomLink a:hover{ font-size:12px; color:#FFF; text-decoration:underline}
.Coopyright{ font-size:11px; color:#93a3c4; text-align:center}
.Coopyright a{ text-decoration:none; color:#93a3c4;}
.Coopyright a:hover{ text-decoration:underline; color:#fff}

/* ::::::::::::::::::::::::::::::::::::::::: PRODUCT DETAIL START ::::::::::::::::::::::::::::::::::::::::::::*/
.PaddedDiv
{
    padding: 5px 10px 5px 10px;
}
.Pr_Img{ text-align:center; padding:0px 0px 20px 0px}
.ProdcutDecBox{ padding-bottom:12px}
.ProductHD
{ 
    font-weight:bold; 
    color:#01194a;
    width: 135px;
    vertical-align: top;
}
.ProductText{ float:right; width:270px}
.Price{ font-size:15px; font-weight:bold; color:#487b00}
a.DisplayView{ color:#5c5d5d; text-decoration:none; text-align:center; margin:0px auto; width:auto}
a.DisplayView:hover{ color:#0058bb; text-decoration:underline;}
.Line{ margin:10px 0px 10px 0px; height:1px; background-color:#cbd2d4; }
.BlueHD{ color:#01194a; font-size:13px; font-weight:bold; line-height:24px}
#ReviewContainer
{ 
    border:1px solid #d1dee3; 
    margin-top: 5px
}
.ReviewHD{ padding:15px}
.BoldFixedWidthSpan 
{
    font-weight: bold;
    display: inline-block;
    width: 100px;    
}
.BoldFixedWidth
{
    font-weight: bold;
    width: 100px;    
}
.ReviewBox 
{
    border-top: 1px solid #cbd2d4; 
    padding: 10px 0px 10px 0px; 
    margin-bottom:5px
}
.BlueHDBig{ font-size:15px; font-weight:bold; color:#01194a; padding-bottom:10px}
.SubmitReview{padding:5px 15px 15px 15px;}
.SubmitBox{ padding-bottom:10px}
.SubmitLeft{ float:left; width:80px; font-weight:bold; padding-top:6px}
.SubmitRight{ float:left; width:627px;}
.ReviewTextfield{ background-image:url(../images/review_textfield.png); background-repeat:no-repeat; width:177px; height:20px; border:none; background-color:none; padding:5px 5px 5px 5px; font-size:11px}
.SmlText{ font-size:11px; color:#545454}
.ReviewTextArea{ background-image:url(../images/review_textarea.png); background-repeat:no-repeat; width:617px; height:120px; border:none; background-color:none; padding:5px 5px 5px 5px; font-size:11px}

.UnformmatedTable
{ 
    width: auto;
    border-spacing: 0px 0px;
    border-width: 0px;
}

.UnformmatedTable tbody
{
    font-size: 12px;
    border-width: 0px;
} 

.UnformmatedTable tr td 
{
    padding: 3px;
    border-width: 0px;
}

.UnformmatedTable tr td a:hover  
{ 
    text-decoration: none; 
}

.UnformmatedTable tr td a:hover 
{ 
    text-decoration: none; 
}

a.BlueButton span
{ 
    background:none; 
    border:none; 
    background: transparent url(../images/blue_btnright.png) no-repeat top right; 
    display: block; 
    padding:8px 20px 4px 10px; 
    font-size:15px; 
    font-weight:bold; 
    cursor:pointer; 
    height:22px; 
    color:#fff; 
}
a.BlueButton:hover span
{ 
    background:none; 
    border:none; 
    background: transparent url(../images/blue_btnright_hv.png) no-repeat top right; 
    display: block; 
    padding:8px 20px 4px 10px; 
    font-size:15px; 
    font-weight:bold; 
    cursor:pointer; 
    height:22px; 
    color:#fff;    
}
a.BlueButton
{ 
    background: transparent url(../images/blue_btnleft.png) no-repeat top left; 
    display: block; 
    float: left; 
    height: 34px; 
    margin-right:10px; 
    padding-left: 10px; 
    cursor:pointer; 
    text-decoration: none;
}
a.BlueButton:hover
{ 
    background: transparent url(../images/blue_btnleft_hv.png) no-repeat top left; 
    display: block; 
    float: left; 
    height: 34px; 
    margin-right:10px; 
    padding-left: 10px; 
    cursor:pointer; 
    text-decoration: none;
}


/* Rating */
.ratingStar 
{
    font-size: 0pt;
    width: 15px;
    height: 15px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar 
{
    background-image: url(../images/starRating/singleStarFilled.png);
}

.emptyRatingStar 
{
    background-image: url(../images/starRating/singleStarEmpty.png);
}

.savedRatingStar 
{
    background-image: url(../images/starRating/singleStarFilled.png);
}

textarea 
{
    resize: none;
}

/* ::::::::::::::::::::::::::::::::::::::::: ADVANCE SEARCH START ::::::::::::::::::::::::::::::::::::::::::::*/
.AdSearchBox
{ 
    padding-bottom: 5px;
}
.AdSearchBox_Lt
{ 
    font-weight: bold;
    float: left; 
    width: 190px; 
    padding-top: 5px; 
    padding-left: 5px
}

.AdSearchBox_Rt
{ 
    float:left; 
}
.BoxedDiv
{
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px; 
    border: 1px solid #D1DEE3;
}

/* ::::::::::::::::::::::::::::::::::::::::: MISC ::::::::::::::::::::::::::::::::::::::::::::*/

.NormalUL 
{
    margin: 12px 0px 12px 0px;
    padding-left: 40px;
}

.NormalUL li 
{ 
    list-style: inherit;
}

.StarUL 
{
    list-style-type: none;
    margin: 12px 0px 12px 0px;
    padding-left: 10px;
}

.StarUL li 
{ 
    background-image: url(../images/starRating/singleStarFilled.png); 
    background-repeat: no-repeat;
    margin: 0.5em; 
    padding-left: 2em;    
}


.SoftwaresEditTableCell tr td 
{
    padding: 5px;
    border-right: 0px;
    border-bottom: 0px;
}

.SoftwaresEditTableCell tbody 
{
    border-bottom: 0px;
}

.landingPageFont
{
    color: #666666;
    font-size: 14px;
}

.bigBlueFont
{
    font-weight: bold;
    font-size: 22px;
    color: #194296;
    margin-bottom: 15px;
}

.lightBlueBorder
{
    border: 1px solid #d1dee3;
    padding: 15px;
}

.boxedLeftDiv
{
    margin: 0 10px 10px 0;
    border: 1px solid #d1dee3;
    padding: 10px;
    float:left;
    font-size: smaller;
}

.boxedRightDiv
{
    margin: 0 0px 10px 10px;
    border: 1px solid #d1dee3;
    padding: 10px;
    float: right;
    font-size: smaller;
}

*, *:before, *:after {
    box-sizing: inherit;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }

.centralizeHorizontally
{
    text-align: center !important;
}

/* Make images responsive */
img 
{
    height: auto;
    max-width: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.PaddedDiv {
    padding: 5px 10px;
}

.sidePaddedDiv {
    padding-left: 10px;
    padding-right: 10px;
}

.scrollableSidePaddedDiv {
    padding-left: 10px;
    padding-right: 10px;
    height: 520px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.scrollableDivWithBorders {
    padding: 6px;
    max-height: 300px;
    border: 1px solid #cbd2d4;
    overflow-y: scroll;
    overflow-x: hidden;
}

.roundedCornerDivForForm
{
    position: relative;
    padding: 20px 0 0 0;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dddddd;
}

.form-control 
{
    width: inherit;
    height: inherit;
    font-size: inherit;
    line-height: inherit;
    margin-left: 10px;
    padding: 3px 6px;
}

.form-group {
    margin-bottom: 5px;
}

.form-horizontal input, textarea, .uneditable-input 
{
    width: 90%;
}                 
        
.form-horizontal select 
{
    width: 90%;
}  

textarea.form-control
{
    height: 200px;
    width: 90%;
}

.form-actions {
    margin-bottom: inherit;
}
.form-actions {
    padding: 20px 20px 50px;
    margin-top: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}

.form-actions input
{
    width: inherit;
}                 
     
.addBlankSpace
{
    height: 60px;
}

.has-error span
{
    color: #b94a48;
    margin-left: 10px;
}

.redFont 
{
  color: #b94a48;
}

.greenFont 
{
  color: green;
}
